Pokécube Wiki
Tag: Visual edit
Shimoka (talk | contribs)
Tag: Source edit
 
(9 intermediate revisions by 8 users not shown)
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.
 
Once the block is placed, commands can be added to it.
/give @a command_block
 
Once the block is placed, commands can be added to it. In the text field, type:
 
/pokemake <charmander>
 
 
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 ===
 
=== Arguments ===
 
Multiple arguments can be used to spawn a Pokemob, for example:
 
Multiple arguments can be used to spawn a Pokemob, for example:
  +
cheat summontamed ''pokemake Charmander_character_bp_c eevee s''
''/pokemake Charmander l:50 x:m m:thunder s @p''
 
   
 
Gives the user a level 50 shiny Charmander that knows Thunder.
 
Gives the user a level 50 shiny Charmander that knows Thunder.
Line 21: Line 17:
 
|-
 
|-
 
|
 
|
  +
|Generates a single Charmander
|No additional argument
 
 
|/pokemake Charmander
 
|/pokemake Charmander
 
|Spawns a Charmander
 
|Spawns a Charmander
Line 32: Line 28:
 
|sh
 
|sh
 
|Makes the Pokemob a Shadow Pokemob
 
|Makes the Pokemob a Shadow Pokemob
  +
 
|/pokemake Charmander sh
 
|/pokemake Charmander sh
 
|Spawns a Shadow Charmander
 
|Spawns a Shadow Charmander
Line 79: Line 76:
 
|/pokemake Charmander p:serious
 
|/pokemake Charmander p:serious
 
|Creates a Charmander with a serious nature
 
|Creates a Charmander with a serious nature
 
|}[[Category:Community]]
|}
 
[[Category:Community]]
 

Latest revision as of 01:09, 1 January 2021

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. Once the block is placed, commands can be added to it.

Arguments

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

 cheat summontamed pokemake Charmander_character_bp_c eevee s

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

Table of Arguments:

Argument Description Example Result
Generates a single Charmander /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