Aller au contenu

Yghore

Modérateur Forum
  • Compteur de contenus

    2 270
  • Inscription

  • Dernière visite

  • Jours gagnés

    61

Tout ce qui a été posté par Yghore

  1. Yghore

    Scoreboard joueurs

    Oui je c'est faire les ScoreBoard merci x)
  2. Yghore

    Scoreboard joueurs

    comment ca ?
  3. Yghore

    Scoreboard joueurs

    Chez moi la scoreBorad ne s'affiche pas :/
  4. Yghore

    Script commande xp

    Up
  5. Yghore

    Gui dans un gui

    Tu va dans --> Inseré puis dans --> Code --> et tu choisi Lua
  6. Yghore

    Gui dans un gui

    Resolu c'est bon :D il falliat juste changer ca : pars; format slot 16 of player with 1 emerald named "&a&lLien Utilies" to close then run [make player execute command "/lien"]
  7. Yghore

    Script commande xp

    1.8
  8. Yghore

    Script commande xp

    command /bouteille: trigger: if player's level < 1: send "&4Tu n'as pas assez de level d'éxperience !" else: remove 1 level from player give 1 xp bottle named "&aLvl" to the player on rightclick on xp bottle: if player is holding a xp bottle named "&aLvl": add 1 level to the player remove 1 xp bottle from player
  9. Yghore

    Script commande xp

    les meme
  10. Yghore

    Script commande xp

    toujour deux erreurs
  11. Yghore

    Script commande xp

    Pour moi ca ne marche pas il me dit:
  12. Yghore

    Log

    Erreur :/
  13. Yghore

    Aide Chat manager

    -_- Merci je l'avais pas vue x) ....... je go en résolu et je like !
  14. Yghore

    Log

    Uo
  15. Yghore

    Aide Chat manager

    non enfaire une erreur de copy x)
  16. Yghore

    Aide Chat manager

    A mer de. ... jesseye
  17. Yghore

    Aide Chat manager

    Merci pour le box mais le chat ne marche toujours pas je tape /chat (n'importe quoi) il me le mais en staff Code: ptions: permchange: permchange.use adminperm: adminperm.use modperm: modperm.use permglobal: globalperm.use staffperm: staffperm.use #Le cores // Les commandes . command /chat [<text>]: permission: {@permchange} permission message: &7[&cErreur&7] &cTu n'as pas la permission de changer ton mode de chat . trigger: if arg 1 is "help": #----Help chat change---# send "&7-==- --- -==- &aTchat Change &7-==- --- -==-" send "" send "&7-> &a/chat global &f: se mettre en mode Tchatglobal" send "&7-> &a/chat staff &f: se mettre en mode TchatStaff " stop #----Help Clear---# if arg 1 is "staff": if player have permission "{@staffperm}": set {tchatmode.%player%} to "admin" send "&aTon mode de Tchat a été changé en : staff" stop if arg 1 is "global": if player have permission "{@permglobal}": set {tchatmode.%player%} to "global" send "&aTon mode de Tchat a été changé en : Global" stop if arg 1 is "clear": if player have permission "essentials.chat.clear": loop 200 times: broadcast " " wait 1 tick broadcast "&a&oLe chat a été clear par &f&o%player%" stop #En Tchat -- on chat: if player have permission "{@staffperm}": if {tchatmode.%player%} is "admin": cancel event loop all players: if loop-players have permission "{@staffperm}": send "&c[staff] M :%world% &4%player% &f: %message%" to (loop-players) if player have permission "{@adminperm}": if {tchatmode.%player%} is "global": stop A oui et le /chat help marche par contre x)
  18. Yghore

    Aide Chat manager

    Je t'aime putain ! juste un truc tu a changer quoi ?
  19. Yghore

    Aide Chat manager

    les tab oui si tu veux je te montre le code : command /box <text=help>: trigger: wait 3 tick if arg 1 is not set: stop #Help pvp# if arg 1 is "help": send "&7-==- --- -==- &aPvp Box &7-==- --- -==-" send "" send "&7-> &a/pvpbox gladiateur <Pour choisir le kit Gladiateur>" send "&7-> &a/pvpbox leave <Pour leave le pvpbox>" send "&7-> &a/pvpbox help <pour avoir la list des commandes>" send "" send "&7-==- --- -==- &aPvp Box &7-==- --- -==-" stop wait 3 tick #Kit Gladiateur# if arg 1 is "gladiateur": clear the player's inventory wait 2 tick heal the player wait 4 tick equip player with iron helmet equip player with diamond chestplate equip player with diamond chestplate equip player with iron boots give a diamond sword to the player send "&6Teleportation en cours ... " wait 1 seconds teleport the player to {pvpboxtp} stop wait 3 tick #Leave# if arg 1 is "leave": clear the player's inventory wait 2 tick heal the player wait 4 tick teleport the player to {pvpboxleave} stop wait 3 tick #spawn Join# if arg 1 is "join": set {pvpboxtp} to location of player send "&aleave du pvpbox Fait ! " stop wait 3 tick #spawn leave# if arg 1 is "sleave": set {pvpboxleave} to location of player send "&aleave du pvpbox Fait ! " stop wait 3 tick
  20. Yghore

    Aide Chat manager

    Marche pas :/
  21. Yghore

    Aide Chat manager

    Ok j'esseye
  22. Yghore

    Aide Chat manager

    Up (jai le meme probleme avec un autre skript ) (je peut marquer ce que je veux ca me mais l'aide :/)
  23. Yghore

    Aide Chat manager

    Hello voici le skript #Le cores // Les commandes . command /chat <text>: permission: {@permchange} permission message: &7[&cErreur&7] &cTu n'as pas la permission de changer ton mode de chat . trigger: if arg 1 is "help": #----Help chat change---# send "&7-==- --- -==- &aTchat Change &7-==- --- -==-" send "" send "&7-> &a/chat global &f: se mettre en mode Tchatglobal" send "&7-> &a/chat staff &f: se mettre en mode TchatStaff " stop stop #----Help Clear---# if arg 1 is "staff": if player have permission "{@staffperm}": set {tchatmode.%player%} to "admin" send "&aTon mode de Tchat a été changé en : staff" stop stop if arg 1 is "global": if player have permission "{@permglobal}": set {tchatmode.%player%} to "global" send "&aTon mode de Tchat a été changé en : Global" stop stop if arg 1 is "clear": if player have permission "essentials.chat.clear": loop 200 times: broadcast " " wait 1 tick broadcast "&a&oLe chat a été clear par &f&o%player%" stop stop Quand je fais /chat help ca me mais la list des commande mais quand je fait /chat (Nimportequoi exemple clear ou global) ca me mais en mode chat de staff
  24. Yghore

    Gui dans un gui

    Ok Hello j'avais esseyer deja mais marche pas :/
  25. Yghore

    Gui dans un gui

    Hello quand je fait ca: command /boutique: trigger: send "&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-" send "" send "&bwww.hydraria.fr/store" send "" send "&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-&b-&6-" command /help: trigger: 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 "/regles" format slot 12 of player with 1 golden apple named "&b&lAide Command " to close then run "/aidec" format slot 14 of player with skull of player named "&8&lAide Faction " to close then run "/aidef" format slot 16 of player with 1 emerald named "&a&lLien Utilies" to close then run "/lien" command /lien: trigger: open chest with 3 rows named "&6&lLien" to player format slot 5 of player with emerald named "&6Lien" to close then run "/Boutique" Aucune errors mais ca ne marche pas :/
×
×
  • 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.