SHOW:
|
|
- or go back to the newest paste.
| 1 | #Activate | |
| 2 | /effect @p 2 0 | |
| 3 | ||
| 4 | #menu name | |
| 5 | /tellraw @p {text:' '}
| |
| 6 | /tellraw @p {text:'Options: ',color:'green'}
| |
| 7 | ||
| 8 | - | /tellraw @p {"text":"", "extra": [{"text":"- TP to town", "hoverEvent":{action:show_text,value:'Main town '},"clickEvent":{"action":"run_command", "value":"/tp @p 42 70 -386 "}}]}
|
| 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 |