Quand je reload mon skript j'ai un message :
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. (test.sk, line 64: if loop-player has the permission "report.see":')
[14:42:43 INFO]: [skript] Successfully reloaded test.sk.
Mais je n'ai pas d'erreur, peux t'on le regler ?
Le code :
command /reportsend [<text>] [<player>] [<text>] [<text>]:
executable by: console and player
trigger:
if arg 1 is "Autoclick/Macro":
loop all players:
if loop-player has the permission "report.see":
send "&7&m----------------------------------------" to loop-player
send " &a&l» Report «" to loop-player
send "&a&lSender:&7&o %arg-2%" to loop-player
send "&a&lSuspect:&7&o %arg-3%" to loop-player
send "&a&lType:&7&o %arg-1%" to loop-player
send "&a&lReason:&7&o %arg-4%" to loop-player
send " " to loop-player
send "&7&m----------------------------------------" to loop-player
Merci a tous !