Pokécube Wiki
(Adding categories)
Tag: Visual edit
Line 1: Line 1:
 
=== Creating a Spawner: ===
 
=== Creating a Spawner: ===
 
In order to spawn in Pokemobs, a spawner must be created with a Command Block. A Command Block can be created when cheats are enabled, using the command:
 
In order to spawn in Pokemobs, a spawner must be created with a Command Block. A Command Block can be created when cheats are enabled, using the command:
/give @p command_block
+
/give @a command_block
 
Once the block is placed, commands can be added to it. In the text field, type:
 
Once the block is placed, commands can be added to it. In the text field, type:
 
/pokemake <mobName>
 
/pokemake <mobName>

Revision as of 14:52, 28 April 2018

Creating a Spawner:

In order to spawn in Pokemobs, a spawner must be created with a Command Block. A Command Block can be created when cheats are enabled, using the command:

/give @a command_block

Once the block is placed, commands can be added to it. In the text field, type:

/pokemake <mobName>

By default, the Command Block can be activated by redstone. Assuming a valid Pokemob has been entered in to <mobName>, the Pokemob will spawn.

Arguments

Multiple arguments can be used to spawn a Pokemob, for example:

/pokemake Charmander l:50 x:m m:thunder s @p

Gives the user a level 50 shiny Charmander that knows Thunder.

Table of Arguments:

Argument Description Example Result
No additional argument /pokemake Charmander Spawns a Charmander
s Makes the Pokemob shiny /pokemake Charmander s Spawns a Shiny Charmander
sh Makes the Pokemob a Shadow Pokemob /pokemake Charmander sh Spawns a Shadow Charmander
l:<number> Sets the level of the generated Pokemob /pokemake Charmander l:5 Spawns a level 5 Charmander
x:m/f Sets the gender of the Pokemob /pokemake Charmander x:f Spawns a female Charmander
r:<number> g:<number> b:<number> Sets the RGB value for the Pokemob, each number between 0 and 255 to tinge the color of the mob /pokemake Charmander r:0 g:0 b:0 Spawns a black-tinged Charmander
<playername> Assigns the player as an owner, can also use @p /pokemake Charmander Steve Creates a Charmander for a player named Steve
a:<abilityname> Sets the ability of the Pokemob /pokemake Charmander Blaze Creates a Charmander with the Blaze ability
m:<movename> Sets a move for the Pokemob, can add up to four moves /pokemake Charmander Flamethrower Creates a Charmander that knows Flamethrower
v:x,y,z Spawn coords for the Pokemob, relative to the command block that spawns them /pokemake Charmander v:0,5,0 Creates a Charmander 5 blocks above the command block
h:<number> Sets the size of the Pokemob /pokemake Charmander h:2 Creates a Charmander that's twice as large as normal
p:<nature> Sets the nature of the Pokemob /pokemake Charmander p:serious Creates a Charmander with a serious nature