Aller au contenu
  • 0

Problème menu coffre [gui] add-on ?


Question

Posté(e)

Bonsoir,

 

J'ai un soucis avec ce Skript :

 

command /fainternet:
   trigger:
       if player has permission "jesuis.staff":
           open chest with 1 row named "&c    Fournisseur d'accès internet" to player
           wait 3 ticks
           format slot 0 of player with purple wool named "&bOrange" to close then run [wf "%player% : Orange" to "plugins/Skript/Login/FAI.txt"]
           format slot 1 of player with red wool named "&bFree" to close then run [wf "%player% : Free" to "plugins/Skript/Login/FAI.txt"]
           format slot 2 of player with green wool named "&bBouygues Télécom" to close then run [wf "%player% : Bouygues Télécom" to "plugins/Skript/Login/FAI.txt"]
           format slot 3 of player with blue wool named "&bSFR" to close then run [wf "%player% : SFR" to "plugins/Skript/Login/FAI.txt"]
           format slot 4 of player with redstone torch named "&bJe ne sais pas" to close
           format slot 5 of player with cyan wool named "&bOVH Télécom" to close then run [wf "%player% : OVH" to "plugins/Skript/Login/FAI.txt"]
           format slot 6 of player with yellow wool named "&bNuméricable" to close then run [wf "%player% : Numéricable" to "plugins/Skript/Login/FAI.txt"]
           format slot 7 of player with black wool named "&bVirgin" to close then run [wf "%player% : Virgin" to "plugins/Skript/Login/FAI.txt"]
           format slot 8 of player with white wool named "&bNordnet" to close then run [wf "%player% : Nordnet" to "plugins/Skript/Login/FAI.txt"]   

Il n'y a aucune erreur mais quand j'effectue la commande et bien j'ai ça dans le chat : An internale error occured while attempting to perform this command.

 

Problème d'add on ? J'utilise un ProtocolHack 1.7 et 1.8 Spigot et j'ai SkQuery 3 ??

 

Alors ? :)))

3 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Trouvé, l'erreur vient de là.

            open chest with 1 row named "         &cFournisseur d'accès internet" to player

Plus précisément ici

            "         &cFournisseur d'accès internet"

Tu dois faire cela:

            "&cFournisseur d'accès internet"

 

Les espaces dans le nom de ton coffre créer une erreur qui n'en est pas une, cela engendre ce problème là

An internale error occured while attempting to perform this command.

Si je t'ai aidé n'hésites pas à liker.

×
×
  • 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.