bonjour;
j'ai créée un skript de whitelist mais quand je lance mon serveur il me ressort une erreur .
command /wl <text>:
aliases: /white-list
trigger:
if {admin.%player%} is true:
if arg 1 is "on":
set {whitelist} to true
send "&aLe whitelist est &cON"
if arg 1 is "off":
set {whitelist} to false
send "&aLe whitelist est &cOFF"
[spoiler=l'erreur]
Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (perm.sk, line 107: if {admin.%player%} is true:')
vous aller me dire il y a pas de permission ? je ses c'est juste que c'est ces un skript qui gère les permission.
merci de bien vouloir m'aider :)