Aller au contenu
  • 0

Empty configuration section!


Question

Posté(e)

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 !

5 réponses à cette question

Messages recommandés

  • 0
Posté(e)
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

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.