Aller au contenu

Messages recommandés

Posté(e)

Bonjour à Tous et à Toutes,

Aujourd'hui j'aurai bsoin de votre aide pour un skript que j'ai commencer voici l'e code :

on right click with head:
   send json "&4&l[ADMIN] &f&lCaCi93" tooltip "&7> &aClique pour avoir le Lien &7<" run "/CaCi93" to player
   send json "&4&l[ADMIN] &f&lyodaxkill" tooltip "&7> &aClique pour avoir le Lien &7<" run "/yodaxkill" to player

command /CaCi93:
   trigger:
       send "&a https://www.youtube.com/channel/UCjmI4XHqTKl_sxl97OJHirA"

command /yodaxkill:
   trigger:
       send "&a https://www.youtube.com/channel/UCIoxALgCgRUGBkZxeOqUlFg"

on join:
   wait 4 ticks
   set slot 0 of the player to a book named "&2&lStats du Joueur"
   wait 4 ticks
   set slot 1 of the player to a glass pane named ""
   wait 4 ticks
   set slot 2 of the player to a slimeball named "&6Rendre les joueurs invisibles/visibles"
   wait 4 ticks
   set slot 3 of the player to a glass pane named ""
   wait 4 ticks
   set slot 4 of the player to a clock named "&4&lMenu"
   wait 4 ticks
   set slot 5 of the player to a glass pane named ""
   wait 4 ticks
   make player execute command "/youtube"
   wait 4 ticks
   set slot 5 of the player to a glass pane named ""

on command "/lobby":
   make player execute command "/ci"
   wait 10 ticks
   set slot 0 of the player to a book named "&2&lStats du Joueur"
   wait 4 ticks
   set slot 1 of the player to a glass pane named ""
   wait 4 ticks
   set slot 2 of the player to a slimeball named "&6Rendre les joueurs invisibles/visibles"
   wait 4 ticks
   set slot 3 of the player to a glass pane named ""
   wait 4 ticks
   set slot 4 of the player to a clock named "&4&lMenu"
   wait 4 ticks
   set slot 5 of the player to a glass pane named ""
   wait 4 ticks
   make player execute command "/youtube"
   wait 4 ticks
   set slot 5 of the player to a glass pane named ""

command /youtube:
   trigger:
       make player execute command "/give %player% skull 1 3 {display:{Name:"Youtube"},SkullOwner:{Id:"4ec6d571-4553-4a75-a4ae-6e104bcc76f0",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQzNTNmZDBmODYzMTQzNTM4NzY1ODYwNzViOWJkZjBjNDg0YWFiMDMzMWI4NzJkZjExYmQ1NjRmY2IwMjllZCJ9fX0="}]}}}"

 

Voila et en fait mon Erreur est la suivante :

[ATTACH=full]3065[/ATTACH] [ATTACH=full]3066[/ATTACH]

Posté(e)

Essaye de remplacer cette ligne:

make player execute command "/give %player% skull 1 3 {display:{Name:"Youtube"},SkullOwner:{Id:"4ec6d571-4553-4a75-a4ae-6e104bcc76f0",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQzNTNmZDBmODYzMTQzNTM4NzY1ODYwNzViOWJkZjBjNDg0YWFiMDMzMWI4NzJkZjExYmQ1NjRmY2IwMjllZCJ9fX0="}]}}}"

Par celle-ci:

make player execute command "/give %player% skull 1 3 {display:{Name:""Youtube""},SkullOwner:{Id:""4ec6d571-4553-4a75-a4ae-6e104bcc76f0"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQzNTNmZDBmODYzMTQzNTM4NzY1ODYwNzViOWJkZjBjNDg0YWFiMDMzMWI4NzJkZjExYmQ1NjRmY2IwMjllZCJ9fX0=""}]}}}"

J'ai simplement doublé les guillemets à l'intérieur de la commande, personnellement ça a déjà marché ^^

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