Guest User

Untitled

a guest
Sep 12th, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. /tellraw @p {"text":"Select your gamemode: ", "extra": [{"text":"Creative", "color":"yellow", "clickEvent":{"action":"run_command", "value":"/gamemode 1"}}, {"text":" | "}, {"text":"Surival", "color":"red", "clickEvent":{"action":"run_command", "value":"/gamemode 0"}}, {"text":" | "}, {"text":"Adventure", "color":"green", "clickEvent":{"action":"run_command", "value":"/gamemode 2"}}]}
  2.  
  3. /tellraw @p {"text":"Select your difficulty: ", "extra": [{"text":"Peaceful", "color":"aqua", "clickEvent":{"action":"run_command", "value":"/difficulty 0"}}, {"text":" | "}, {"text":"Easy", "color":"yellow", "clickEvent":{"action":"run_command", "value":"/difficulty 1"}}, {"text":" | "}, {"text":"Normal", "color":"gold", "clickEvent":{"action":"run_command", "value":"/difficulty 2"}}, {"text":" | "}, {"text":"Hard", "color":"red", "clickEvent":{"action":"run_command", "value":"/difficulty 3"}}]}
Advertisement
Add Comment
Please, Sign In to add comment