mirricraft-skript/mirricraft-npc.sk
Christer Warén 6a32584d11 NPC Update
2024-01-20 00:09:02 +02:00

17 lines
707 B
Plaintext

#--------------------------------------------------
#
# MIRRICRAFT
# by Christer Warén / Warén Group
#
#--------------------------------------------------
on damage:
if attacker's world is "lobby":
if victim is "Robotti825":
if attacker doesn't have the permission "group.jasen":
message "&7[&r%victim%&7]&r Annoin sinulle jäsenroolin, muistathan käyttäytyä!" to attacker
if attacker doesn't have the permission "group.aikainenjasen":
make console execute command "/lp user %attacker% group add jasen"
else:
message "&7[&r%victim%&7]&r Olet jo jäsen" to attacker