Difference between revisions of "EVs/IVs"
From Pixelmon Wiki
(conventional parameter format) |
|||
Line 10: | Line 10: | ||
#Select EVs/IVs from the list. | #Select EVs/IVs from the list. | ||
==Commands== | ==Commands== | ||
− | */evs | + | {{CommandSyntax}} |
− | */ivs | + | */evs <position>: This command will display the EVs that the Pokémon in the designated party slot position (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 ({{Frac|''Current EVs''|510}}). |
− | */hiddenpower | + | */ivs <position>: This command will display the IVs that the Pokémon in the designated party position (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 ({{Frac|''Current IVs''|186}}). Despite the command showing a percentage, it is not possible to change a Pokémon IVs without modifying NBT tags. |
+ | */hiddenpower <position>: 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 position (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. | 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. | ||
Revision as of 03:05, 4 May 2016
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.
Contents
Installation
Any version of Pixelmon from 3.1.2 upwards is compatible with this mod. On servers, the mod is server-side and does not need to be installed by each individual player to be used.
Minecraft launcher
- Download EVs/IVs here.
- Place the downloaded jar file in the mods folder.
Pixelmon launcher
- Go to the Settings tab on the main launcher screen and turn on "Enable advanced features".
- Edit your profile and choose the "Add Official Sidemod" option.
- Select EVs/IVs from the list.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
- /evs <position>: This command will display the EVs that the Pokémon in the designated party slot position (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 EVs510).
- /ivs <position>: This command will display the IVs that the Pokémon in the designated party position (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 IVs186). Despite the command showing a percentage, it is not possible to change a Pokémon IVs without modifying NBT tags.
- /hiddenpower <position>: 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 position (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
Bukkit
- /evs: com.ivsevsmod.ivsevs.commands.EVs
- /ivs: com.ivsevsmod.ivsevs.commands.IVs
- /hiddenpower: com.ivsevsmod.ivsevs.commands.HiddenPower
Sponge
- /evs: ivsevs.command.evs
- /ivs: ivsevs.command.ivs
- /hiddenpower: ivsevs.command.hiddenpower