exact amount of new lines in clearchat command
This commit is contained in:
parent
577f01fa5a
commit
635f347b07
1 changed files with 1 additions and 1 deletions
2
main.sk
2
main.sk
|
@ -45,7 +45,7 @@ command clearchat: # supprime l'historique du tchat
|
||||||
cooldown message: &4Tu dois attendre &l%remaining time% &4pour refaire cette commande !
|
cooldown message: &4Tu dois attendre &l%remaining time% &4pour refaire cette commande !
|
||||||
trigger:
|
trigger:
|
||||||
if player is op:
|
if player is op:
|
||||||
loop 150 times:
|
loop 98 times:
|
||||||
broadcast " " in world of player
|
broadcast " " in world of player
|
||||||
broadcast "&cLe Chat a été clear par &e%player%&c." in world of player
|
broadcast "&cLe Chat a été clear par &e%player%&c." in world of player
|
||||||
broadcast " " in world of player
|
broadcast " " in world of player
|
||||||
|
|
Loading…
Reference in a new issue