EVs/IVs is a Pixelmon sidemod that gives access to commands that display details about the EVs, IVs, and Hidden Power of individual Pokémon.
Installation
Any version of Pixelmon from 3.1.2 upwards is compatible with this mod.
- Download EVs/IVs here.
- Place the downloaded zip file in the mods folder.
On servers, the mod is server-side and does not need to be installed by each individual player to be used.
Commands
- /evs party slot number - This command will display the EVs that the Pokémon in the designated party slot number (1-6) has accumulated. It will show the EVs for each individual stat (HP, Attack, Defense, Special Attack, Special Defense, Speed), the total amount of EVs gained, the maximum possible EVs (510), and the percentage of EVs that have been gained towards the maximum (Current EVs/510).
- /ivs party slot number - This command will display the IVs that the Pokémon in the designated party slot number (1-6) has. It will show the IVs for each stat (HP, Attack, Defense, Special Attack, Special Defense, Speed), the total IVs, the maximum possible IVs (31 in every stat, 186), and the percentage of IVs that the Pokémon has compared to the maximum (Current IVs/186). Despite the command showing a percentage, it is not possible to change a Pokémon IVs without modifying NBT tags.
- /hiddenpower party slot number - This command will display the type and base power of Hidden Power if the move were to be used by the Pokémon in the chosen party slot number (1-6). The type and power of Hidden Power are calculated based on the Pokémon's IVs.
For all of these commands, entering a party slot number for an empty party slot will produce an error in the console, but no adverse effects such as crashes will occur.
Permission Nodes
- /evs - com.ivsevsmod.ivsevs.commands.EVs
- /ivs - com.ivsevsmod.ivsevs.commands.IVs
- /hiddenpower - com.ivsevsmod.ivsevs.commands.HiddenPower