Aller au contenu

TheKePaag

Membre
  • Compteur de contenus

    11
  • Inscription

  • Dernière visite

  • Crédits

    0 [Faire un don]

Réputation sur la communauté

0 Neutre

À propos de TheKePaag

  • Rang
    Nouveau

Visiteurs récents du profil

Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.

  1. Skript : 2-2-dev27 J'utilise un serveur local spigot 1.8.9 command /question <text> <text>: Usage: /question <question> <reponse> trigger: set {_question} to arg 1 set {_reponse} to arg 2 send "%{_question}%" send "%{_reponse}%" on chat: loop all players: if message contains "%{_reponse}%": send "%player% est le premier à avoir trouvé la réponse !" to player Je veux que dans le joueurs dise ce qui est dans la variable {_reponse} cela affiche %player% et le premier à avoir trouver la réponse . Merci de votre aide !
  2. Version des Plugins : Skript : 2-2-dev27 Tuske : 1.82 J’utilise un serveur en local avec spigot 1.8.8 Bonjour , j'aimerais savoir comment changer le +7 Attack Damages d'un outils ou ici de le l'épée . Le remplacer pour mettre par exemple : "Voici Le menu des grades ! " . j'ai essayer avec : make a gui slot 11 of {_p} with 1 diamond sword named "&eKits Grades" with lore "TEST" to run: Mais cela met TEST en dessous du nom et non à la place de +7 attack damages Merci à tout ceux qui m'aiderons .
  3. Si tu utilise Multiverse Core fait attention le spawn de la map et protégé vérifie bien que tu n'en soit pas trop près .
  4. Cela fonctionne je te remercie beaucoup :)
  5. Bonjour , je te remercie de prendre de ton temps pour m'aider . J'ai bien modifier le code comme tu me l'avais dis : command /kit [<text>]: trigger: open virtual chest inventory with 4 row named "&1Menu Des Kits " to player wait 1 ticks make a gui slot 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32 and 34 of player with blue stained glass pane named " " to do nothing make a gui slot 1, 3, 5, 7, 9, 11, 13, 17, 19, 21, 23, 25, 27, 29, 33 and 35 of player with yellow stained glass pane named "" to do nothing make a gui slot 15 of player with 1 grass named "&9Kits" to close then run: menuKit() make a gui slot 31 of player with barrier named "&4Close Warp Menu" to close function menuKit(): broadcast "TEST" J'ai l'erreur suivante quand je reload le skript : J'ai donc essayer de modifier et de faire ceci : command /kit [<text>]: trigger: open virtual chest inventory with 4 row named "&1Menu Des Kits " to player wait 1 ticks make a gui slot 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32 and 34 of player with blue stained glass pane named " " to do nothing make a gui slot 1, 3, 5, 7, 9, 11, 13, 17, 19, 21, 23, 25, 27, 29, 33 and 35 of player with yellow stained glass pane named "" to do nothing make a gui slot 15 of player with 1 grass named "&9Kits" to close then run: menuKit() make a gui slot 31 of player with barrier named "&4Close Warp Menu" to close function menuKit(): broadcast "TEST" Et j'ai eu cette erreur :
  6. Bonjour je fait ce post suite a un soucis avec Tuske que je rencontre lorsque je veux créer un skript qui ouvre un gui et lorsque que la personne clique sur un items cela utilise une fonction . Version des Plugins : Skript : 2-2-dev27 Tuske : 1.82 J’utilise un serveur en local avec spigot 1.8.8 Code : command /kit [<text>]: trigger: open virtual chest inventory with 4 row named "&1Menu Des Kits to player wait 1 ticks make a gui slot 1 of player with grass named "" to do nothing make a gui slot 7 of player with stone named "" to do nothing make a gui slot 0 of player with blue stained glass pane named " " to do nothing make a gui slot 2 of player with blue stained glass pane named " " to do nothing make a gui slot 3 of player with yellow stained glass pane named " " to do nothing make a gui slot 4 of player with yellow stained glass pane named " " to do nothing make a gui slot 5 of player with yellow stained glass pane named " " to do nothing make a gui slot 6 of player with blue stained glass pane named " " to do nothing make a gui slot 0 of player with blue stained glass pane named " " to do nothing make a gui slot 1 of player with yellow stained glass pane named " " to do nothing make a gui slot 2 of player with blue stained glass pane named " " to do nothing make a gui slot 3 of player with yellow stained glass pane named " " to do nothing make a gui slot 4 of player with blue stained glass pane named " " to do nothing make a gui slot 5 of player with yellow stained glass pane named " " to do nothing make a gui slot 6 of player with blue stained glass pane named " " to do nothing make a gui slot 7 of player with yellow stained glass pane named " " to do nothing make a gui slot 8 of player with blue stained glass pane named " " to do nothing make a gui slot 9 of player with yellow stained glass pane named " " to do nothing make a gui slot 10 of player with blue stained glass pane named " " to do nothing make a gui slot 11 of player with yellow stained glass pane named "" to nothing make a gui slot 12 of player with blue stained glass pane named " " to do nothing make a gui slot 13 of player with yellow stained glass pane named " " to do nothing make a gui slot 14 of player with blue stained glass pane named " " to do nothing make a gui slot 15 of player with grass named "&9Kits" to close then run function menuKit() make a gui slot 16 of player with blue stained glass pane named " " to do nothing make a gui slot 17 of player with yellow stained glass pane named " " to do nothing make a gui slot 18 of player with blue stained glass pane named " " to do nothing make a gui slot 19 of player with yellow stained glass pane named " " to do nothing make a gui slot 20 of player with blue stained glass pane named " " to do nothing make a gui slot 21 of player with yellow stained glass pane named " " to do nothing make a gui slot 22 of player with blue stained glass pane named " " to do nothing make a gui slot 23 of player with yellow stained glass pane named " " to do nothing make a gui slot 24 of player with blue stained glass pane named " " to do nothing make a gui slot 25 of player with yellow stained glass pane named " " to do nothing make a gui slot 26 of player with blue stained glass pane named " " to do nothing make a gui slot 27 of player with yellow stained glass pane named " " to do nothing make a gui slot 28 of player with blue stained glass pane named " " to do nothing make a gui slot 29 of player with yellow stained glass pane named " " to do nothing make a gui slot 30 of player with blue stained glass pane named " " to do nothing make a gui slot 31 of player with barrier named "&4Close Warp Menu" to close make a gui slot 32 of player with blue stained glass pane named " " to do nothing make a gui slot 33 of player with yellow stained glass pane named " " to do nothing make a gui slot 34 of player with blue stained glass pane named " " to do nothing make a gui slot 35 of player with yellow stained glass pane named " " to do nothing function menuKit(): broadcast "TEST" J'ai mis juste un message de test pour voir si cela marche , mais cela ne marche pas non plus . Erreur dans la console : Le gui ne ce génère pas en entier comme si le skript ce stopper à la ligne : make a gui slot 15 of player with grass named "&9Kits" to close then run function menuKit() Je remercie d'avance tout ceux qui prendront le temps de lire mon post et de m'aider . Cordialement TheKePaag.
×
×
  • 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.