Advertisement
minmin0917

Menu 1.0

Dec 4th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on rightclick:
  2. player's tool is end crystal
  3. open chest with 1 rows named "&a&lVIPメニュー" to player
  4. set slot 1 of player's current inventory to book named "&0&l闇市"
  5. set slot 3 of player's current inventory to feather named "&6&lOPENコマンド"
  6. set slot 5 of player's current inventory to sponge named "&a&lVIP以上専用レセプションルーム"
  7. set slot 7 of player's current inventory to chest named "&7&l簡易ごみ箱"
  8.  
  9. on inventory click:
  10. if name of player's current inventory contain "&a&lVIPメニュー":
  11. cancel event
  12. if clicked slot is 1:
  13. command "/teleport %player% 925 4 1137"
  14. if clicked slot is 3:
  15. command "/open help"
  16. if clicked slot is 5:
  17. command "/teleport %player% 8000 4 1832"
  18. if clicked slot is 7:
  19. open chest with 3 rows named "&7&l簡易ごみ箱" to player
  20. if name of player's current inventory contain "&b&lMVPメニュー":
  21. cancel event
  22. if clicked slot is 1:
  23. command "/teleport %player% 925 4 1137"
  24. if clicked slot is 3:
  25. command "/open help"
  26. if clicked slot is 5:
  27. command "/teleport %player% 8000 4 1832"
  28. if clicked slot is 7:
  29. open chest with 3 rows named "&7&l簡易ごみ箱" to player
  30. if clicked slot is 10:
  31. send "&b&lMVPレセプションルーム&fってどこ^q^"
  32. if clicked slot is 13:
  33. open ender chest named "&7&l専用倉庫 (仮)" to player
  34.  
  35. on rightclick:
  36. player's tool is nether star
  37. open chest with 2 rows named "&b&lMVPメニュー" to player
  38. set slot 1 of player's current inventory to book named "&0&l闇市"
  39. set slot 3 of player's current inventory to feather named "&6&lOPENコマンド"
  40. set slot 5 of player's current inventory to clock named "&a&lVIP以上専用レセプションルーム"
  41. set slot 10 of player's current inventory to clock named "&b&lMVP以上専用レセプションルーム"
  42. set slot 7 of player's current inventory to chest named "&7&l簡易ごみ箱倉庫"
  43. set slot 13 of player's current inventory to chest named "&7&l専用倉庫"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement