Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /rod <text> [<text>]:
- usage: /rod dolacz <nazwa-rodu> (/rod lista)
- trigger:
- if arg 1 is "lista":
- send "&c&lGronglin"
- send " &c&lLegistic"
- stop
- if arg 1 is "dolacz":
- arg 2 is "Gronglin":
- {rod::%player%} isn't set:
- broadcast "<blue>%player% dolaczyl do rodu %arg 2%!"
- set {rod::%player%} to arg 2
- set player's display name to "%arg 2% %player%"
- set player's tag to "[[Gronglin] %player%]"
- stop
- arg 2 is "Legistic":
- {rod::%player%} isn't set:
- broadcast "<blue>%player% dolaczyl do rodu %arg 2%!"
- set {rod::%player%} to arg 2
- set player's display name to "%arg 2% %player%"
- set player's tag to "[[Legistic] %player%]"
- stop
- on damage:
- attacker is player:
- victim is player:
- {rod::%attacker%} is {rod::%victim%}:
- cancel event
Advertisement
Add Comment
Please, Sign In to add comment