Aller au contenu
  • 0

Les items ne s'affichent pas dans l'inventaire


Question

Posté(e)

Bonjour, Bonsoir je ne comprends pas, le skript ne m'indique pas d'erreur mais les items que je souhaite ne s'affiche pas dans l'inventaire pourriez-vous m'aidez s'il vous plait ?

 


Command "/mushop":
trigger:
 open chest with 5 rows named "Mine-Up Shop" to player
 wait 1 tick
 format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
 wait 1 tick
 format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
 wait 1 tick
 format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

Messages recommandés

  • 0
Posté(e)
Test de mettre 3 rows, Et aussi pour faire ça il faut SkQuery 3

L'inventaire s'ouvre bien c'est pas le problème

J'installerais skquery 3 quand je pourrais alors je vous tiens au courant merci de l'aide les gars :D

  • 0
Posté(e)
Bonjour, Bonsoir je ne comprends pas, le skript ne m'indique pas d'erreur mais les items que je souhaite ne s'affiche pas dans l'inventaire pourriez-vous m'aidez s'il vous plait ?

 


Command "/mushop":
trigger:
 open chest with 5 rows named "Mine-Up Shop" to player
 wait 1 tick
 format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
 wait 1 tick
 format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
 wait 1 tick
 format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

perso ça fonctionne

 

command /mushop:
   trigger:
       wait 1 tick
       open chest with 5 rows named "Mine-Up Shop" to player
       format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
       format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
       format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

 

j'ai juste enlever les "" dans le command

  • 0
Posté(e)
perso ça fonctionne

 

command /mushop:
   trigger:
       wait 1 tick
       open chest with 5 rows named "Mine-Up Shop" to player
       format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
       format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
       format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

 

j'ai juste enlever les "" dans le command

Ah moi quand j'enleve les "" dans command il m'indique une erreur

  • 0
Posté(e)

command /mushop:
   trigger:
       open chest with 5 rows named "Mine-Up Shop" to player
       wait 1 tick
       format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
       format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
       format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

Test car il avait mis le "wait 1 tick" avant le "open chest"

  • 0
Posté(e)
command /mushop:
   trigger:
       open chest with 5 rows named "Mine-Up Shop" to player
       wait 1 tick
       format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
       format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
       format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

Test car il avait mis le "wait 1 tick" avant le "open chest"

Le wait 1 tick avant le open chest ne change rien :(

  • 0
Posté(e)

Tu as bien (Met le) mit ce Code totalement sans modification ?:

command /mushop:
   trigger:
       open chest with 5 rows named "Mine-Up Shop" to player
       wait 1 tick
       format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
       format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
       format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

?

  • J'aime 1
  • 0
Posté(e)
Tu as bien (Met le) mit ce Code totalement sans modification ?:

command /mushop:
   trigger:
       open chest with 5 rows named "Mine-Up Shop" to player
       wait 1 tick
       format slot 11 of player with diamond named "20$" to run [make player execute command "/sell diamond"]
       format slot 13 of player with emerald named "20$" to run [make player execute command "/sell emerald"]
       format slot 15 of player with beacon named "300$" to run [make player execute command "/sell beacon"]

?

c'est bon MERCI :D

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