dragnoz

Telraw Teleport Dash of Doom

Oct 23rd, 2013
12,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Activate
  2. /effect @p 2 0
  3.  
  4. #menu name
  5. /tellraw @p {text:' '}
  6. /tellraw @p {text:'Options: ',color:'green'}
  7.  
  8.  
  9. #menu_items
  10. /tellraw @p {"text":"", "extra": [{"text":"- Command Blocks", "clickEvent":{"action":"run_command", "value":"/tp @p 127 4 -333 "}}]}
  11. /tellraw @p {"text":"", "extra": [{"text":"TP to Mine start", "clickEvent":{"action":"run_command", "value":"/tp @p 333 63 -368 "}}]}
  12. /tellraw @p {"text":"", "extra": [{"text":"TP to Skull start", "clickEvent":{"action":"run_command", "value":"/tp @p 364 77 -236 "}}]}
  13. /tellraw @p {"text":"", "extra": [{"text":"TP to Ice start", "clickEvent":{"action":"run_command", "value":"/tp @p 497 63 -328 "}}]}
  14. /tellraw @p {"text":"", "extra": [{"text":"TP to Forest start", "clickEvent":{"action":"run_command", "value":"/tp @p 211 71 -349 "}}]}
  15. /tellraw @p {"text":"", "extra": [{"text":"TP to Boar start", "clickEvent":{"action":"run_command", "value":"/tp @p 496 80 -478"}}]}
  16.  
  17. #add as many items as needed but rememeber 1 per commandblock
Advertisement
Add Comment
Please, Sign In to add comment