Sweezy Posté(e) le 4 mars 2016 Posté(e) le 4 mars 2016 Bonjour , je débute en skript et je cherche comment modifier le /help avec des messages qui arrivent toutes les 1 secondes
iWixx Posté(e) le 4 mars 2016 Posté(e) le 4 mars 2016 Bonjour , voici le code : command /help: trigger: send "Ton message" wait 1 second send "Ton message" Et tu fais le wait 1 second à chaque message que tu rajoutes. 1
Yghore Posté(e) le 4 mars 2016 Posté(e) le 4 mars 2016 Tiens voici un /help completement Custom :D #----Help boutique---# command /boutique: trigger: wait 4 tick send "&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-" send "" send "&Mais Ton lien ici" #Mais ton lien # send "" send "&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-" #/help Menu# command /?: trigger: wait 1 tick make player execute "/help" command /vote: trigger: wait 4 tick send "&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-" send "" send "&Mais Ton lien ici" #Mais ton lien # send "" send "&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-" command /help: trigger: wait 4 tick open chest with 3 rows named "&6&lMenu" to player format slot 10 of player with 1 dye:1 named "&4&lRegles !" to close then run [make player execute command "/regles"] format slot 12 of player with 1 golden apple named "&b&lAide Commande" to close then run [make player execute command "/aidec"] format slot 14 of player with skull of player named "&a&lAide Faction" to close then run [make player execute command "/aidef"] format slot 16 of player with 1 emerald named "&a&lLien Utiles" to close then run [make player execute command "/lien"] #Lien Utiles# command /lien: trigger: wait 4 ticks open chest with 3 rows named "&6&lLien" to player wait 1 ticks format slot 16 of player with 1 emerald named "&a&lBoutique" with lore "&bTON LORE ICI" to close then run [make player execute command "/boutique"] format slot 14 of player with 1 nether star named "&a&lVote" with lore "&bTON LORE ICI" to close then run [make player execute command "/vote"] #Lien Utiles# command /regles: trigger: wait 4 ticks open chest with 4 rows named "&4Regles !" to player wait 1 ticks format slot 0 of player with 1 wool:14 named "&4Le cheat et Interdit !" with lore "&4Cheat = Ban" to close format slot 1 of player with 2 wool:14 named "&4Insultes Interdit" with lore "&4Insultes = Kick ou Mute" to close format slot 2 of player with 3 wool:14 named "&4Duplication Interdite" with lore "&4Duppli = Ban " to close format slot 3 of player with 4 wool:14 named "&4Demande de Give" with lore "&4Demande = Kick " to close format slot 4 of player with 5 wool:14 named "&4Mod de Cheat Interdit ! " with lore "&4Mod Cheat = Ban vie " to close format slot 30 of player with 0 wool:13 named "&aDemande de Regles" with lore "&4Demander une regles " to close then run [make console execute command "/msg %player% www.hydraria.fr/forum"] command /aidec: trigger: wait 4 tick send "&7-==- --- -==- &aHelp &7-==- --- -==-" send "" send "&7-> /spawn | &a Vous téléporte au spawn" send "&7-> /tpyes | &a accepter une demande de teleporation" send "&7-> /sethome | &a Pour votre sethome" send "&7-> /home | &a Vous teleport a votre home" send "&7-> /money | &a Pour voir votre Money" send "&7-> /pay | &a Pour payer un joueur" send "&7-> /help | &a Pour voir les autres aides" send "" send "&7-==- --- -==- &aHelp &7-==- --- -==-" command /aidef: trigger: wait 4 tick send "&7-==- --- -==- &aHelp Faction &7-==- --- -==-" send "" send "&7-> /f create [Nom] | &a Creer une faction" send "&7-> /f invite add [Joueur] | &a Invite un joueur dans la faction" send "&7-> /f kick [Joueur] | &a Kick un joueur de la faction" send "&7-> /f leave | &a Partir du faction" send "&7-> /f claim o | &a Pour claim un chunk" send "&7-> /f claim c [Radius=1] | &a Pour claim un cercle " send "&7-> /f promote [Joueur] | &aPour promote un joueur " send "&7-> /f demote | &a Pour demote un joueur" send "&7-> /f disband | &a pour suprimer la faction" send "" send "" send "&7-> /f sc | &aPour montrer les chunk" send "&7-> /f p [Joueur] | &aInformation sur un joueur" send "" send "&7-==- --- -==- &aHelp Faction &7-==- --- -==-"
Messages recommandés