17 lines
707 B
Plaintext
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
|