cancel cooldown when no perms
This commit is contained in:
parent
852f093a79
commit
35cce81f02
1 changed files with 2 additions and 0 deletions
2
main.sk
2
main.sk
|
@ -30,6 +30,7 @@ command broadcast [<text>]: # annonce
|
|||
else:
|
||||
send "&4Vous n'avez pas spécifier de texte."
|
||||
else:
|
||||
cancel command cooldown
|
||||
send {@errorMessage}
|
||||
|
||||
command skull [<offline player>]: # récupère la tête d'un joueur
|
||||
|
@ -59,6 +60,7 @@ command clearchat: # supprime l'historique du tchat
|
|||
broadcast "&cLe Chat a été clear par &e%player%&c." in world of player
|
||||
broadcast " " in world of player
|
||||
else:
|
||||
cancel command cooldown
|
||||
send {@errorMessage}
|
||||
|
||||
command forceexecute <player> <text>: # force un joueur à éxécuter une commande
|
||||
|
|
Loading…
Reference in a new issue