juliope33 Posté(e) le 19 juin 2016 Posté(e) le 19 juin 2016 Bonjour, alors voilà j'aimerai avoir un skript qui donne des items lors de chaque connexion. Je m'explique : C'est pour un serveur pvp/potion, donc des que la personne se connecte, un stuff lui est donné. Mais sans que la personne fasse une commande Je ne sais pas si je me suis bien exprimé mais dites le moi si c'est le cas, merci !
Bobinho Posté(e) le 19 juin 2016 Posté(e) le 19 juin 2016 On Join: give 1 (id de ton objet) named "&(couleur que tu veux) nom" to the player Tu n'es pas obligé de mettre named " ..... c'est juste si tu veux que l'objet givé soit renommé. et le 1 après le give représente la quantité exemple: on join: give 5 49 named "&5Super Obsidienne" to the player ça va me give à chaque connexion 5 obsidienne nommé Super Obsidienne (en violet).
juliope33 Posté(e) le 19 juin 2016 Auteur Posté(e) le 19 juin 2016 Pour lui give une armur qui sera déjà équipé et des items enchante je fais comment svp ?
nanof02 Posté(e) le 19 juin 2016 Posté(e) le 19 juin 2016 tu veut lui give une armure enchanter a la connection ? quel armure quelle enchant ???
juliope33 Posté(e) le 19 juin 2016 Auteur Posté(e) le 19 juin 2016 Diams p2 unbreak 3, une epee t2 unbreak 3 et des potions soin ( 21 ) 4 popo rapide et 1 contre feu
Adri12 Posté(e) le 20 juin 2016 Posté(e) le 20 juin 2016 aliases: potion-soin = #Met id apres le égal .exemple: stone = 1 potion-rapide = potion-feu = on join: make player execute command "/kitjoin" command "/kitjoin": trigger: equip player with diamond helmet of protection 2 , unbreaking 3 named "Un Nom" equip player with diamond chestplate of protection 2 , unbreaking 3 named "Un Nom" equip player with diamond leggings of protection 2 , unbreaking 3 named "Un Nom" equip player with diamond boots of protection 2 , unbreaking 3 named "Un Nom" give Diamond sword of sharpness 2 , unbreaking 3 named "Un Nom" to player give 21 potion-soin to player give 1 potion-rapide to player give 1 potion-feu to player Attention n'oublie pas de mettre l'id des potion à coté du =. Egalement, si tu utilise Skript 2.2, tu es OBLIGE(é) de mettre un nom si tu enchante un objet 2
juliope33 Posté(e) le 20 juin 2016 Auteur Posté(e) le 20 juin 2016 Pourquoi rien ne se passe ? pas d'item, la commande existe pas... Mais quand je reload le skript il me dit qu'il n'y a pas de pbs ... EDIT/ il y a 5 erreur, nvx des enchantements
clem72 Posté(e) le 20 juin 2016 Posté(e) le 20 juin 2016 on join: make player execute command "/kitjoin" command "/kitjoin": trigger: equip player with diamond helmet of protection 2, unbreaking 3 named "Un Nom" equip player with diamond chestplate of protection 2, unbreaking 3 named "Un Nom" equip player with diamond leggings of protection 2, unbreaking 3 named "Un Nom" equip player with diamond boots of protection 2, unbreaking 3 named "Un Nom" give Diamond sword of sharpness 2, unbreaking 3 named "Un Nom" to player give 21 potion-soin to player give 1 potion-rapide to player give 1 potion-feu to player
Howk Posté(e) le 21 juin 2016 Posté(e) le 21 juin 2016 on join: make player execute command "/kitjoin" command "/kitjoin": trigger: equip player with diamond helmet of protection 2 and unbreaking 3 named "Un Nom" equip player with diamond chestplate of protection 2 and unbreaking 3 named "Un Nom" equip player with diamond leggings of protection 2 and unbreaking 3 named "Un Nom" equip player with diamond boots of protection 2 and unbreaking 3 named "Un Nom" give Diamond sword of sharpness 2 and unbreaking 3 named "Un Nom" to player give 21 potion-soin to player give 1 potion-rapide to player give 1 potion-feu to player
Messages recommandés