Advertisement
okkunsyouta

Untitled

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