Bonjours je suis en 1.8.9 et je possède les addons skQuerry et skRayFall
J'ai essayer de faire un script tout simple de GUI mais lorsque j'ai essayer de load le script voici ce qui apparait
"[skript]Reloasind menu.sk...
'"help"]' is not a text (menu.sk,line 33: format slot 16 of player with comparator named "&eOption" with lore "&aPermet de configurer ses options!" to close then run [make player execute command "help"]')
[skript Encountered 1 error while reloading menu.sk!"
Le problème était le même mais il ne dit pas comment il la résolu mais juste "mon script était pas fixe" ce qui ne m'aide pas beaucoup!
Le plus bizzard étant que un peu au dessu dans mon script il y a une ligne semblable qui marche
format slot 10 of player with fishing rod named "&e&lspawn" with lore "&aSe téléporter au spawn!" to close then run [make player execute command "spawn"]
Voici mon code totale
#
#Apprentissage au Menu ! Version 1.0
#par uiytt
#
command /menu.po:
trigger:
if player is in world "M01":
message "&6Menu ouvert." to player
open chest with 3 row named "&e&lMenu" to player
wait 1 tick
format slot 0 of player with light green stained glass named "." to be unstealable
format slot 1 of player with light green stained glass named "." to be unstealable
format slot 2 of player with light green stained glass named "." to be unstealable
format slot 3 of player with light green stained glass named "." to be unstealable
format slot 4 of player with light green stained glass named "." to be unstealable
format slot 5 of player with light green stained glass named "." to be unstealable
format slot 6 of player with light green stained glass named "." to be unstealable
format slot 7 of player with light green stained glass named "." to be unstealable
format slot 8 of player with light green stained glass named "." to be unstealable
format slot 9 of player with light green stained glass named "." to be unstealable
format slot 17 of player with light green stained glass named "." to be unstealable
format slot 18 of player with light green stained glass named "." to be unstealable
format slot 19 of player with light green stained glass named "." to be unstealable
format slot 20 of player with light green stained glass named "." to be unstealable
format slot 21 of player with light green stained glass named "." to be unstealable
format slot 22 of player with light green stained glass named "." to be unstealable
format slot 23 of player with light green stained glass named "." to be unstealable
format slot 24 of player with light green stained glass named "." to be unstealable
format slot 25 of player with light green stained glass named "." to be unstealable
format slot 26 of player with light green stained glass named "." to be unstealable
format slot 10 of player with fishing rod named "&e&lspawn" with lore "&aSe téléporter au spawn!" to close then run [make player execute command "spawn"]
format slot 16 of player with comparator named "&eOption" with lore "&aPermet de configurer ses options!" to close then run [make player execute command "help"]
else:
message "&4Vous n'avez pas le droit d'ouvrir un menu dans ce monde!" to player
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.
Question
uiytt
Bonjours je suis en 1.8.9 et je possède les addons skQuerry et skRayFall
J'ai essayer de faire un script tout simple de GUI mais lorsque j'ai essayer de load le script voici ce qui apparait
"[skript]Reloasind menu.sk...
'"help"]' is not a text (menu.sk,line 33: format slot 16 of player with comparator named "&eOption" with lore "&aPermet de configurer ses options!" to close then run [make player execute command "help"]')
[skript Encountered 1 error while reloading menu.sk!"
En cherchant un peu je suis tomber sur ceci:
https://skript-mc.fr/forum/threads/spawn-is-not-a-text.8940/
Le problème était le même mais il ne dit pas comment il la résolu mais juste "mon script était pas fixe" ce qui ne m'aide pas beaucoup!
Le plus bizzard étant que un peu au dessu dans mon script il y a une ligne semblable qui marche
Voici mon code totale
Pouvez vous m'aider si oui Merci :D
Signer uiytt
7 réponses à cette question
Messages recommandés