Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Difference between revisions of "Commands"

From Pixelmon Wiki
m (made it more readable)
Line 1: Line 1:
There are several Pixelmon-specific commands that can be used to perform various tasks.
+
There are several Pixelmon - specific commands that can be used to perform various tasks.
 
==List of commands==
 
==List of commands==
 
*/pokespawn ''Pokémon'' ''arg1'' ''arg2''-This command can spawn in a Pokémon of the player's choice. ''arg1'' and ''arg2'' are optional arguments that can be used in this spawning. Some of the usable arguments include:
 
*/pokespawn ''Pokémon'' ''arg1'' ''arg2''-This command can spawn in a Pokémon of the player's choice. ''arg1'' and ''arg2'' are optional arguments that can be used in this spawning. Some of the usable arguments include:
**s-This will make the spawned Pokémon [[shiny]].
+
**s - This will make the spawned Pokémon [[shiny]].
**boss1-This will spawn a level 1 [[boss]] Pokémon.
+
**boss1 - This will spawn a level 1 [[boss]] Pokémon.
**boss2-This will spawn a level 2 boss Pokémon.
+
**boss2 - This will spawn a level 2 boss Pokémon.
**boss3-This will spawn a level 3 boss Pokémon.
+
**boss3 - This will spawn a level 3 boss Pokémon.
**boss4-This will spawn a level 4 boss Pokémon.
+
**boss4 - This will spawn a level 4 boss Pokémon.
**lvl(x)-This will make the Pokémon the level specified (e.g. "/pokespawn [[caterpie]] lvl100").
+
**lvl(x) - This will make the Pokémon the level specified (e.g. "/pokespawn [[caterpie]] lvl100").
 
**statue-This will make the Pokémon stay frozen in place, essentially acting like a statue. Battles cannot be initiated with statues and they cannot be captured. A statue Pokémon can be removed by right-clicking on it with an empty hand while in Creative mode.
 
**statue-This will make the Pokémon stay frozen in place, essentially acting like a statue. Battles cannot be initiated with statues and they cannot be captured. A statue Pokémon can be removed by right-clicking on it with an empty hand while in Creative mode.
 
*/pokegive ''player'' ''Pokémon'' ''arg1'' ''arg2''-This command will directly put the chosen Pokémon into specified player's party. If the party is full, it goes to their [[PC]]. The shiny and level arguments of which /pokespawn uses may be optionally used here as well.
 
*/pokegive ''player'' ''Pokémon'' ''arg1'' ''arg2''-This command will directly put the chosen Pokémon into specified player's party. If the party is full, it goes to their [[PC]]. The shiny and level arguments of which /pokespawn uses may be optionally used here as well.
*/pokeheal ''player''-This command will heal the specified player's Pokémon. ''Player'' can be left blank as a shortcut to heal the player's own Pokémon.
+
*/pokeheal ''player'' - This command will heal the specified player's Pokémon. ''Player'' can be left blank as a shortcut to heal the player's own Pokémon.
*/pokebattle ''player1'' ''player2''-This command will initiate a battle between two different players. It doesn't matter which player goes first.
+
*/pokebattle ''player1'' ''player2'' - This command will initiate a battle between two different players. It doesn't matter which player goes first.
*/pokebattle2 ''player'' ''player/Pokémon'' ''player/Pokémon'' ''player/Pokémon''-This command will initiate a double battle, with the first and second players on one team and the third and fourth players on the opposing team. The second, third, and fourth arguments may be substitute for Pokémon names, which will place level 100 computer-controlled opponents in the respective places.
+
*/pokebattle2 ''player'' ''player/Pokémon'' ''player/Pokémon'' ''player/Pokémon'' - This command will initiate a double battle, with the first and second players on one team and the third and fourth players on the opposing team. The second, third, and fourth arguments may be substitute for Pokémon names, which will place level 100 computer-controlled opponents in the respective places.
*/pokestats ''player''-This command will display the number of times a player has won and lost battles against other players.
+
*/pokestats ''player'' - This command will display the number of times a player has won and lost battles against other players.
*/resetpokestats ''player''-This command will reset a specified player's wins and losses to 0.
+
*/resetpokestats ''player'' - This command will reset a specified player's wins and losses to 0.
*/freeze-This will make all Pokémon stop moving in the world.
+
*/freeze - This will make all Pokémon stop moving in the world.
*/struc-This will spawn a single structure near the player. Depending on the [[biome]] and terrain conditions, it could spawn a [[Pokémon Center]], [[Frozen Shrine]], [[Static Shrine]], [[Fiery Shrine]], or nothing.
+
*/struc - This will spawn a single structure near the player. Depending on the [[biome]] and terrain conditions, it could spawn a [[Pokémon Center]], [[Frozen Shrine]], [[Static Shrine]], [[Fiery Shrine]], or nothing.
 
There are two commands introduced by Pixelmon that don't do anything useful in-game, but were left in the release versions of the mod:
 
There are two commands introduced by Pixelmon that don't do anything useful in-game, but were left in the release versions of the mod:
*/getbiomedata-This command does nothing when used.
+
*/getbiomedata - This command does nothing when used.
*/tpbat-Use of this command will produce the error message, "An unknown error occurred while attempting to perform this command".
+
*/tpbat - Use of this command will produce the error message, "An unknown error occurred while attempting to perform this command".
 
==Permission nodes==
 
==Permission nodes==
*/pokespawn-com.pixelmonmod.pixelmon.commands.Spawn
+
*/pokespawn - com.pixelmonmod.pixelmon.commands.Spawn
*/pokegive-com.pixelmonmod.pixelmon.commands.PokeGive
+
*/pokegive - com.pixelmonmod.pixelmon.commands.PokeGive
*/pokeheal-com.pixelmonmod.pixelmon.commands.Heal
+
*/pokeheal - com.pixelmonmod.pixelmon.commands.Heal
*/pokebattle-com.pixelmonmod.pixelmon.commands.Battle
+
*/pokebattle - com.pixelmonmod.pixelmon.commands.Battle
*/pokebattle2-com.pixelmonmod.pixelmon.commands.Battle2
+
*/pokebattle2 - com.pixelmonmod.pixelmon.commands.Battle2
*/pokestats-com.pixelmonmod.pixelmon.commands.Stats
+
*/pokestats - com.pixelmonmod.pixelmon.commands.Stats
*/resetpokestats-com.pixelmonmod.pixelmon.commands.StatsReset
+
*/resetpokestats - com.pixelmonmod.pixelmon.commands.StatsReset
*/freeze-com.pixelmonmod.pixelmon.commands.Freeze
+
*/freeze - com.pixelmonmod.pixelmon.commands.Freeze
*/struc-com.pixelmonmod.pixelmon.commands.Struc
+
*/struc - com.pixelmonmod.pixelmon.commands.Struc

Revision as of 22:51, 25 July 2014

There are several Pixelmon - specific commands that can be used to perform various tasks.

List of commands

  • /pokespawn Pokémon arg1 arg2-This command can spawn in a Pokémon of the player's choice. arg1 and arg2 are optional arguments that can be used in this spawning. Some of the usable arguments include:
    • s - This will make the spawned Pokémon shiny.
    • boss1 - This will spawn a level 1 boss Pokémon.
    • boss2 - This will spawn a level 2 boss Pokémon.
    • boss3 - This will spawn a level 3 boss Pokémon.
    • boss4 - This will spawn a level 4 boss Pokémon.
    • lvl(x) - This will make the Pokémon the level specified (e.g. "/pokespawn caterpie lvl100").
    • statue-This will make the Pokémon stay frozen in place, essentially acting like a statue. Battles cannot be initiated with statues and they cannot be captured. A statue Pokémon can be removed by right-clicking on it with an empty hand while in Creative mode.
  • /pokegive player Pokémon arg1 arg2-This command will directly put the chosen Pokémon into specified player's party. If the party is full, it goes to their PC. The shiny and level arguments of which /pokespawn uses may be optionally used here as well.
  • /pokeheal player - This command will heal the specified player's Pokémon. Player can be left blank as a shortcut to heal the player's own Pokémon.
  • /pokebattle player1 player2 - This command will initiate a battle between two different players. It doesn't matter which player goes first.
  • /pokebattle2 player player/Pokémon player/Pokémon player/Pokémon - This command will initiate a double battle, with the first and second players on one team and the third and fourth players on the opposing team. The second, third, and fourth arguments may be substitute for Pokémon names, which will place level 100 computer-controlled opponents in the respective places.
  • /pokestats player - This command will display the number of times a player has won and lost battles against other players.
  • /resetpokestats player - This command will reset a specified player's wins and losses to 0.
  • /freeze - This will make all Pokémon stop moving in the world.
  • /struc - This will spawn a single structure near the player. Depending on the biome and terrain conditions, it could spawn a Pokémon Center, Frozen Shrine, Static Shrine, Fiery Shrine, or nothing.

There are two commands introduced by Pixelmon that don't do anything useful in-game, but were left in the release versions of the mod:

  • /getbiomedata - This command does nothing when used.
  • /tpbat - Use of this command will produce the error message, "An unknown error occurred while attempting to perform this command".

Permission nodes

  • /pokespawn - com.pixelmonmod.pixelmon.commands.Spawn
  • /pokegive - com.pixelmonmod.pixelmon.commands.PokeGive
  • /pokeheal - com.pixelmonmod.pixelmon.commands.Heal
  • /pokebattle - com.pixelmonmod.pixelmon.commands.Battle
  • /pokebattle2 - com.pixelmonmod.pixelmon.commands.Battle2
  • /pokestats - com.pixelmonmod.pixelmon.commands.Stats
  • /resetpokestats - com.pixelmonmod.pixelmon.commands.StatsReset
  • /freeze - com.pixelmonmod.pixelmon.commands.Freeze
  • /struc - com.pixelmonmod.pixelmon.commands.Struc

© 2012 - 2025 Pixelmon Mod