taiyaki23

Untitled

May 31st, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. on rightclick with ghast tear:
  2. if name of tool of player is "&bメインメニュー":
  3. open chest with 3 rows named "&bメインメニュー" to player
  4. set slot 0,1,2,3,4,5,6,7,8,9,10,12,13,14,16,17,18,19,20,21,22,23,24,25,26 and 27 of player's current inventory to black stained glass pane named "&7"
  5. set slot 11 of player's current inventory to diamond sword named "&cKITPvP"
  6. set slot 15 of player's current inventory to diamond boots named "&9parkour"
  7.  
  8. on inventory click:
  9. if the name of the clicked inventory is "&bメインメニュー":
  10. cancel the event
  11. if the clicked slot is 15:
  12. close the player's inventory
  13. command "/tp %player% 9 67 325"
  14. message "&6TPしました" to player
  15. if player do not have permission "sk.op":
  16. clear the player's inventory
  17. give a feather named "&bparkourメニュー" to player
  18. give a brick named "&eチェックポイント" to player
  19. if the clicked slot is 11:
  20. close the player's inventory
  21. command "tp %player% 314 68 14"
  22. message "&6TPしました" to player
  23. if player do not have permission "sk.op":
  24. clear the player's inventory
  25. give a blaze powder named "&bKITPvPメニュー" to player
  26.  
  27. on rightclick with blaze powder:
  28. if name of tool of player is "&bKITPvPメニュー":
  29. open chest with 1 rows named "&bKITPvPメニュー" to player
  30. set slot 0,1,2,3,5,6,7 and 8 of player's current inventory to red stained glass pane named "&7"
  31. set slot 4 of player's current inventory to arrow named "&cKITを選択する"
  32.  
  33. on inventory click:
  34. if the name of the clicked inventory is "&bKITPvPメニュー":
  35. cancel the event
  36. if the clicked slot is 4:
  37. open chest with 8 rows named "&cKIT" to player
  38. set slot 0,1,2,3,4,5,6,7,8,9,17,18,26,27,35,36,37,38 and 39 of player's current inventory to black stained glass pane named "&7"
  39. set slot 40,41,42,43,44,45,53,54,62,63,64,65,66,67,68,69,70,71 and 72 of player's current inventory to black stained glass pane named "&7"
  40. set slot 10 of player's current inventory to diamond pickaxe named "&7minecrafterにする"
  41. set slot 11 of player's current inventory to stick named "&7魔法使いにする"
  42. set slot 12 of player's current inventory to bow named "&7弓使いにする"
  43.  
  44. on inventory click:
  45. if the name of the clicked inventory is "&cKIT":
  46. cancel the event
  47. if the clicked slot is 10:
  48. close the player's inventory
  49. give a wooden sword named "&7steve sword" with lore "&c攻撃力:7||&a能力:ランダム攻撃力上昇(クールダウン30秒)" to player
  50. give a tnt named "&cmineTNT" with lore "&a能力:TNT発射(クールダウン20秒)" to player
  51. set player's max health to 20
  52. set player's health to 20
  53. set {kit.%player%} to "1"
  54. set {kits.%player%} to "&7minecrafter"
  55. set {mcw1.%player%} to "0"
  56. set {mcw2.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment