Advertisement
penguin_GANA

Untitled

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