axel Posté(e) le 23 août 2016 Posté(e) le 23 août 2016 Mon code: Command /A-Kit: trigger: open chest with 3 rows "&7(&bA-Kits&7) to player wait 1 tick format slot 13 of player with Slash potion of poison named "&aViper" to {make player execute command "/kit Viper"} format slot 14 of player with Golden Apple named "&9Blanche-Neige" to {make player execute command "/kit Blanche-Neige"} format slot 15 of player with Mushroom stew named "&dGrand-mère" to {make player execute command "/kit Grand-mère"} format slot 16 of player with Iron chesplate named "&6Paladin" to {make player execute command "/kit Paladin"} format slot 12 of player with leather chesplate named "&eGuerrier" to {make player execute command "/kit Guerrier"} format slot 5 of player with Slimeball named "&1Spawn" to {make player execute command "/warp FFA"} format slot 23 of player with Fire charge named "&4Quitter" to {make player execute command "/suicide"} J'ai 8 erreure pouvez vous me le corrigez ?
Skripting Posté(e) le 24 août 2016 Posté(e) le 24 août 2016 Mets ton code entre les balises spéciales pour les codes la prochaine fois ! 1
Random Posté(e) le 24 août 2016 Posté(e) le 24 août 2016 [C ODE]ton code ici[/CO DE] Sans les espaces 1
axel Posté(e) le 24 août 2016 Auteur Posté(e) le 24 août 2016 to close then run [make player...] J'ai une erreur : http://prntscr.com/c9rlh3
axel Posté(e) le 24 août 2016 Auteur Posté(e) le 24 août 2016 Command /A-Kit: trigger: open chest with 3 rows named "&7(&bA-Kits&7)" to player wait 1 tick format slot 13 of player with Slash potion of poison named "&aViper" to close then run [make player execute command "/kit Viper"] format slot 14 of player with Golden Apple named "&9Blanche-Neige" to close then run [make player execute command "/kit Blanche-Neige"] format slot 15 of player with Mushroom stew named "&dGrand-mère" to close then run [make player execute command "/kit Grand-Mère"] format slot 16 of player with Iron chesplate named "&6Paladin" to close then run [make player execute command "/kit paladin"] format slot 12 of player with leather chesplate named "&eGuerrier" to close then run [make player execute command "/kit guerrier"] format slot 5 of player with Slimeball named "&1Spawn" to close then run [make player execute command "/warp FFA"] format slot 23 of player with Fire charge named "&4Quitter" to close then run [make player execute command "/suicide"]
axel Posté(e) le 24 août 2016 Auteur Posté(e) le 24 août 2016 Pareille erreur http://prntscr.com/c9ro1m
Random Posté(e) le 24 août 2016 Posté(e) le 24 août 2016 C'est le nom des objets qui posent problème je pense. Remplace Slash par Splash, et chesplate par chestplate 1
axel Posté(e) le 24 août 2016 Auteur Posté(e) le 24 août 2016 C'est le nom des objets qui posent problème je pense. Remplace Slash par Splash, et chesplate par chestplate D'accord, merci je vais voir ça
axel Posté(e) le 24 août 2016 Auteur Posté(e) le 24 août 2016 C'est le nom des objets qui posent problème je pense. Remplace Slash par Splash, et chesplate par chestplate Tu ma sauvé la vie ! http://prntscr.com/c9rq8l
Random Posté(e) le 24 août 2016 Posté(e) le 24 août 2016 J'irai pas jusqu'à dire ça, mais content de t'avoir aidé ^^
axel Posté(e) le 24 août 2016 Auteur Posté(e) le 24 août 2016 J'irai pas jusqu'à dire ça, mais content de t'avoir aidé ^^ Random, j'ai fait un code pour que les joueur join et que ça leurs give 1 diamant tien mon code: on join: if player is not op: make console execute command "give %player% 1 diamond"
axel Posté(e) le 24 août 2016 Auteur Posté(e) le 24 août 2016 Random, j'ai fait un code pour que les joueur join et que ça leurs give 1 diamant tien mon code: on join: if player is not op: make console execute command "give %player% 1 diamond" Mais ça give pas au joueur
> NoaGamingFR Posté(e) le 24 août 2016 Posté(e) le 24 août 2016 Tien: Tu veut que seulement les joueurs non-op recoivent un diamant ou tous(op/non op?) on join: if player isn't op: give 1 diamond "nom perso" to player
Messages recommandés