okkunsyouta

Untitled

Jan 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. on join:
  2. set the join message to "&b&l[&a&lログイン&b&l]&e%player%&b&lさんが&d&lログイン&a&lしました!"
  3. make console execute command "/effect %player% clear"
  4. set gamemode of player to adventure
  5.  
  6. on first join:
  7. message "&b&l[&c&l初&a&lログイン&b&l]&d%player%&a&lさんが&c&l初&b&lログイン&a&lしました!"
  8. set gamemode of player to adventure
  9. set the player's level to 1
  10.  
  11. on quit:
  12. set the quit message to "&e&l[&c&lログアウト&e&l]&e%player%&b&lさんが&c&lログアウト&a&lしました!"
  13.  
  14. on level change:
  15. add 1 to {%player%level}
  16. message "&e&lレベルアップ!!" to player
  17. message "&9&lレベルが&a&l%{%player%level}%&9&lになりました!" to player
  18.  
  19. command /levelreset:
  20. trigger:
  21. set the player's level to 1
  22. set {%player%level} to 0
  23.  
  24. on rightclick with blaze rod:
  25. open chest with 1 row named "&A&Lメニュー" to player
  26. wait 1 tick
  27. format slot 0 of player with diamond named "&E寄付&Bをする" with lore "&D寄付お願いします" to run [make player execute command "/realm"]
  28. format slot 2 of player with chest named "&C&Lごみ箱&Eを開く" with lore "&aごみはごみ箱に捨てましょう" to run [make player execute command "/gomibako"]
  29. format slot 4 of player with redstone named "&4死ぬ" with lore "&c死にます" to run [make player execute command "/sinu"]
  30.  
  31. command /sinu:
  32. trigger:
  33. command "/kill %player%"
  34.  
  35. command /gomibako:
  36. trigger:
  37. open chest with 6 row named "&C&Lごみ箱" to player
  38. wait 1 tick
  39. stop
  40.  
  41. on damage:
  42. message "&c&l%damage*2%&e&lダメージ&f" to attacker
Advertisement
Add Comment
Please, Sign In to add comment