Custom Commands in Vanilla Minecraft

Custom Commands in Vanilla Minecraft


Custom Commands in Vanilla Minecraft using Writable book


Testfor text on book (SinglePlayer)
/clear @a writable_book 0 0 {pages[Text here! No spaces!]}

Testfor text on book (MultiPlayer)
/clear @a[score_player_min=(number),score_player=(same number)] writable_book 0 0 {pages:[Text here! No spaces!]}

Example for 3 players
/clear @a[score_player_min=1,score_player=1] writable_book 0 0 {pages:[creative]}

/clear @a[score_player_min=2,score_player=2] writable_book 0 0 {pages:[creative]}

/clear @a[score_player_min=3,score_player=3] writable_book 0 0 {pages:[creative]}

Setting commands like /gamemode (MultiPlayer)
Exm. /gamemode 1 @a[score_player_min=(number),score_player=(same number)]

Example for 3 players
/gamemode 1 @a[score_player_min=1,score_player=1]

/gamemode 1 @a[score_player_min=2,score_player=2]

/gamemode 1 @a[score_player_min=3,score_player=3]

Setting commands like /weather (MultiPlayer)(This is how you setup commands in single!)
Exm. /weather clear

No comments:

Post a Comment