Advertisement
Svely

-Mining-Server-

Jun 5th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. options:
  2. server: &3> > &c-Mining-Server-&f
  3. p: {@server} &cYou dont have permission&f
  4.  
  5. command /teleporter [<text>]:
  6. trigger:
  7. if arg 1 is set:
  8. if arg 1 is "menu":
  9. open chest with 3 row named "&bTeleport menu" to player
  10. wait 1 tick
  11. format slot 10 of player with beacon named "&3Lobby" to close then run [execute player command "lobby"]
  12.  
  13. command /getmenu:
  14. trigger:
  15. give player chest named "&5Mining-Menu"
  16.  
  17. command /trashbox:
  18. trigger:
  19. open chest with 6 rows named "&cTrashbox/ゴミ箱" to player
  20.  
  21. command /setlobby:
  22. permission: ms.admin
  23. permission message: {@p}
  24. trigger:
  25. set {lobby} to location of player
  26. send "{@server} set lobby to you location"
  27.  
  28. command /lobby:
  29. trigger:
  30. teleport player to {lobby}
  31. send "{@server} You teleported to lobby"
  32.  
  33. on right click with chest:
  34. name of held item contains "&5Mining-Menu"
  35. open chest with 5 row named "&5Mining-Menu" to player
  36. wait 1 tick
  37. format slot 22 of player with nether star named "&bTeleporter" to run [execute player command "Teleporter menu"]
  38. format slot 10 of player with chest named "&cTrashbox/ゴミ箱" to run [execute player command "Trashbox"]
  39.  
  40. on first join:
  41. set the join message to "{@server} e%player%"
  42. set slot 4 of player to 1 chest named "&5Mining-Menu"
  43. execute console command "gamemode 2 %player%"
  44.  
  45. on join:
  46. set the join message to "{@server} &e%player%"
  47.  
  48. on quit:
  49. set the quit message to "{@server} &e%player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement