Even More Pixelmon Commands
PixelUpgrade is a sidemod for Pixelmon that adds an assortment of configurable commands. It is similar to Pixelmon Extras but adds different commands, many of which have extensive economy support.
Installation
Minecraft version | Pixelmon version | Even More Pixelmon Commands version |
---|---|---|
1.10.2 | 5.1.1+ | 2.0.0 (beta) |
PixelUpgrade only needs to be installed server-side to be used. Additionally, SpongeForge and a Sponge economy plugin (e.g. EconomyLite) must be installed in order for PixelUpgrade to function.
- Download PixelUpgrade for your version of Minecraft here.
- Place the jar inside the mods folder in the server root directory (in the same directory as SpongeForge).
- Start the server.
- Open the "PixelUpgrade.conf" file in the server's "config" folder, and edit as needed.
- Open the PixelUpgrade folder, and edit command-specific configs as needed.
- If any aliases were changed, restart the server. Otherwise, use the "/pureload all" command to update PixelUpgrade with the new settings.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
Some arguments may not show up in-game depending on given permissions and configuration settings. The -c
flag confirms a command, while the -f
flag disables any safeguards.
Default aliases can be changed in the command-specific config files. Not all commands use aliases by default, but they all have an option for them, /pureload excepted.
checkegg
/checkegg [target] <slot> [-c]
: Lists an overview of an Egg's stats. The level of detail of this overview can be configured.
Default alias: /egg
checkstats
/checkstats [target] <slot> [-c]
: Shows a list of a Pokémon's IVs, EVs (optional), Nature, number of upgrades/fusions (see other commands below) and more.
Default alias: /cs
checktypes
/checktypes <Pokémon name | number> [-c]
: Shows a list of a Pokémon's resistances, weaknesses and immunities, as well as relevant Abilities.
Default alias: /types
dittofusion
/dittofusion <target slot> <sacrifice slot> [-c]
: Allows you to fuse two Ditto together to create one improved Ditto, for a configurable price.
Default alias: /fuse
fixevs
/fixevs <slot> [-c]
: Fixes wasted (>252) EVs, which won't contribute to a Pokémon's stats. Does not fix values above 255.
fixlevel
/fixlevel <slot> [-c]
: Lowers a Pokémon's level by one when it has reached the level cap.
forcehatch
/forcehatch [targetPlayer] <slot>
: Immediately hatches an Egg. Can be used on another player.
Alias: /fhatch
forcestats
/forcestats <slot> <stat> <value> [-f]
: Can increase a Pokémon's IVs, EVs, or stats beyond normal limits. Passing the -f
flag disables safeguards.
Default alias: /fstats
pixelupgrade
/pixelupgrade
: Lists all of a player's permitted commands, along with short descriptions.
Default alias: /pu
pureload
/pureload <command | all>
: Reloads one or all of the plugin's configs.
resetcount
/resetcount <slot> <count> [-c]
: Clears a specific Pokémon's upgrade/fusion counts, allowing them to upgrade/fuse further.
resetevs
/resetevs <slot> [-c]
: Resets all of a Pokémon's EVs to zero after confirmation.
switchgender
/switchgender <slot> [-c]
: Transforms a Pokémon to the opposite gender, if it has one.
Default alias: /bend
upgradeivs
/upgradeivs <slot> <IV> [amount] [-c]
: Upgrades any IVs for economy money, up to a config-defined limit depending on the Pokémon's rarity.
Default alias: /upgrade
Permissions
Staff nodes
pixelupgrade.command.staff.forcehatch
pixelupgrade.command.staff.forcestats
pixelupgrade.command.staff.reload
pixelupgrade.command.staff.resetcount
Remote nodes
These nodes allow the matching commands to be used on remote players.
pixelupgrade.command.other.checkegg
pixelupgrade.command.other.checkstats
Other nodes
pixelupgrade.command.checkegg
pixelupgrade.command.checkstats
pixelupgrade.command.checktypes
pixelupgrade.command.dittofusion
pixelupgrade.command.fixevs
pixelupgrade.command.fixlevel
pixelupgrade.command.resetevs
pixelupgrade.command.switchgender
pixelupgrade.command.upgradeivs