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 and wait for it to load.
- 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 load any changes into PixelUpgrade.
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.
If two commands are shown, the second is an alias that 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.
Upgrade commands
dittofusion
/dittofusion
or/fuse <target slot> <sacrifice slot> [-c]
: Fuses two Ditto together to create one improved Ditto, for a configurable price and up to a config-defined limit depending on whether the Ditto is Shiny or not.
upgradeivs
/upgradeivs
or/upgrade <slot> <IV> [amount] [-c]
: Upgrades an IV for economy money, up to a config-defined limit depending on the Pokémon's rarity (regular, undiscovered, Shiny, legendary or both legendary and Shiny). Supported undiscovered Pokémon are Riolu, Mime Jr. and Happiny, with more coming soon.
Player commands
checkegg
/checkegg
or/egg [target] <slot> [-c]
: Shows a vague message hinting at what's inside an Egg, based on the configured IV percentage (85% by default) and whether the Pokémon is Shiny. Alternatively, it can be configured to explicitly reveal an Egg's IVs, nature, size and gender.
checkstats
/checkstats
or/cs [target] <slot> [-c]
: Shows a party Pokémon's IVs, EVs (optional), nature, size and number of upgrades/fusions (used in the upgrade commands, also optional).
checktypes
/checktypes
or/type <Pokémon name | number> [-c]
: Shows a list of a Pokémon's resistances, weaknesses and immunities, as well as relevant Abilities.- Abilities shown: Big Pecks, Clear Body, Damp, Dry Skin, Flash Fire, Hyper Cutter, Justified, Levitate, Lightning Rod, Motor Drive, Sap Sipper, Soundproof, Storm Drain, Sturdy, Suction Cups, Volt Absorb, Water Absorb.
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.
pixelupgrade
/pixelupgrade
or/pu
: Lists all of a player's permitted commands, along with short descriptions. Hides any commands the player does not have access to.
resetevs
switchgender
/switchgender
or/bend <slot> [-c]
: Transforms a Pokémon to the opposite gender, if it has one.
Staff commands
forcehatch
/forcehatch
or/fhatch [target] <slot>
: Immediately hatches an Egg. Can be used on another player.
forcestats
/forcestats
or/fstats <slot> <stat> <value> [-f]
: Can be used to increase a Pokémon's IVs, EVs, or other NBT stats beyond their usual limits. The-f
flag can be used to pass potentially unsafe values.
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.
Permissions
Staff nodes
/forcehatch
:pixelupgrade.command.staff.forcehatch
/forcestats
:pixelupgrade.command.staff.forcestats
/pureload
:pixelupgrade.command.staff.reload
/resetcount
:pixelupgrade.command.staff.resetcount
Remote nodes
These nodes allow the matching commands to be used on remote players.
/checkegg
:pixelupgrade.command.other.checkegg
/checkstats
:pixelupgrade.command.other.checkstats
Other nodes
/checkegg
:pixelupgrade.command.checkegg
/checkstats
:pixelupgrade.command.checkstats
/checktypes
:pixelupgrade.command.checktypes
/dittofusion
:pixelupgrade.command.dittofusion
/fixevs
:pixelupgrade.command.fixevs
/fixlevel
:pixelupgrade.command.fixlevel
/resetevs
:pixelupgrade.command.resetevs
/switchgender
:pixelupgrade.command.switchgender
/upgradeivs
:pixelupgrade.command.upgradeivs