Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. command /menu:
  2. trigger:
  3. wait 2 ticks
  4. open chest with 1 rows named "Villes" to player
  5. wait 1 ticks
  6. format slot 0 of player with diamond named "Lithium" to close then run [make player execute command "/Lithium"]
  7. format slot 1 of player with 17 named "&2SkyCity" to close then run [make player execute command "/SkyCity"]
  8. format slot 2 of player with blaze_powder named "&2Oris" to close then run [make player execute command "/Oris"]
  9. format slot 3 of player with redstone_lamp named "&2Lysmoth" to close then run [make player execute command "/Lysmoth"]
  10. format slot 8 of player with player's skull named "&6%player%" with lore "&6Salut %player% !" to be unstealable
  11.  
  12. on npc right click:
  13. if citizen is 575:
  14. cancel event
  15. open chest with 1 rows named "Villes" to player
  16. wait 1 tick
  17. format slot 0 of player with nether_star named "&2Lithium" to close then run [make player execute command "/Lithium"]
  18. format slot 1 of player with 17 named "&2SkyCity" to close then run [make player execute command "/SkyCity"]
  19. format slot 2 of player with blaze_powder named "&2Oris" to close then run [make player execute command "/Oris"]
  20. format slot 3 of player with redstone_lamp named "&2Lysmoth" to close then run [make player execute command "/Lysmoth"]
  21. format slot 8 of player with player's skull named "&6%player%" with lore "&6Salut %player% !" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement