Advertisement
penguin_GANA

Untitled

Apr 24th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. on damage of player:
  2. if {baria.%victim%.rose} is 1:
  3. cancel event
  4. set {baria.%victim%.rose} to 0
  5. send "&cバリアが消えました"
  6. set {cooldown.%victim%.1} to "false"
  7. damage attacker by {dungeon.%victim%.lv}
  8. remove 15 from {stats.%victim%.mp}
  9. on rightclick:
  10. if name of player's tool contains "&dローズシールド":
  11. repair tool of player
  12. if {cooldown.%player%.1} is "a":
  13. cancel event
  14. send "&cバリアを解除"
  15. execute console command "/playsound minecraft:entity.zombie_villager.converted ambient %player% ~ ~ ~ 1 1 1"
  16. set {baria.%player%.rose} to 0
  17. set {cooldown.%player%.1} to "false"
  18. stop
  19. else:
  20. cancel event
  21. set {cooldown.%player%.1} to "a"
  22. set {baria.%player%.rose} to 1
  23. on join:
  24. set {baria.%player%.rose} to 0
  25. set {cooldown.%player%.1} to "false"
  26. set join message to "&e%player% &eじょいんざがめ"
  27. on quit:
  28. set quit message to "&e%player% &eれふとざがめ"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement