Aller au contenu

PackCraft

Membre
  • Compteur de contenus

    115
  • Inscription

  • Dernière visite

  • Jours gagnés

    1

Tout ce qui a été posté par PackCraft

  1. J'ai modifié mon code
  2. on mine of block or block or block or block: cancel event on explode: loop exploded blocks: if loop-block is block or block or block or block: cancel event Voila ça devrait marcher, je n'ai pas eu le temps de tester ni de mettre les blocks. desolé
  3. Tu enlève la commande et et le trigger que tu remplace par: Every 5 seconds in world "...":
  4. Tu ajoute un every 5 seconds en haut
  5. Je pense que t'as besoins d'un add-on
  6. Je t'ai fait pour le grade soldier je crois bien, tu as juste a faire ça pour tout. command /boutique: trigger: open chest with 2 rows named "&eBoutique du serveur" to player wait 3 ticks format slot 0 of player with blue stained glass named "&8Boutique" to be unstealable format slot 1 of player with blue stained glass named "&8Boutique" to be unstealable format slot 2 of player with diamond sword named "&9Grades" to run [make player execute command "/achatgrade"] format slot 3 of player with blue stained glass named "&8Boutique" to be unstealable format slot 4 of player with blue stained glass named "&8Boutique" to be unstealable format slot 5 of player with blue stained glass named "&8Boutique" to be unstealable format slot 6 of player with diamond chestplate named "&9Kits" to run [make player execute command "/achatkit"] format slot 7 of player with blue stained glass named "&8Boutique" to be unstealable format slot 8 of player with blue stained glass named "&8Boutique" to be unstealable format slot 9 of player with blue stained glass named "&8Boutique" to be unstealable format slot 10 of player with blue stained glass named "&8Boutique" to be unstealable format slot 11 of player with blue stained glass named "&8Boutique" to be unstealable format slot 12 of player with mob spawners named "&9Spawners" to run [make player execute command "/achatspawner"] format slot 13 of player with blue stained glass named "&8Boutique" to be unstealable format slot 14 of player with golden apple named "&9Items" to run [make player execute command "/achatitems"] format slot 15 of player with blue stained glass named "&8Boutique" to be unstealable format slot 16 of player with blue stained glass named "&8Boutique" to be unstealable format slot 17 of player with blue stained glass named "&8Boutique" to be unstealable on command "/achatgrade": open chest with 1 rows named "&eAchat de Grades" to player wait 3 ticks format slot 0 of player with blue stained glass named "&8achat de grades" to be unstealable format slot 1 of player with blue stained glass named "&8achat de grades" to be unstealable format slot 2 of player with golden sword named "&9Grade Soldier" to run [make player execute command "testa"] format slot 3 of player with blue stained glass named "&8achat de grades" to be unstealable format slot 4 of player with iron sword named "&9Grade Aventurier" to run [make server execute command "eco take %player% 90000"] format slot 5 of player with blue stained glass named "&8achat de grades" to be unstealable format slot 6 of player with diamond sword named "&9Grade Mercenaire" to run [make server execute command "eco take %player% 135000"] format slot 7 of player with blue stained glass named "&8achat de grades" to be unstealable format slot 8 of player with blue stained glass named "&8achat de grades" to be unstealable on command "/achatkit": open chest with 3 rows named "&eAchat de Kits" to player wait 3 ticks command /testa: trigger: if player's balance is bigger than 45000: make server execute command "eco take %player% 45000" #ta commande de grade broadcast "%player% a acheté le grade machin" else: send "&cTu n'as pas assez d'argent"
  7. PackCraft

    Skript d'auto message

    Stormfall ? Oo De YCraft ?
  8. Bah il demande a la console de vérifier toutes les secondes tous les joueurs donc ça vient de ça je pense
  9. Normal que ça spam la console car tu demande de vérifier tous les joueurs, toutes les 1 secondes, donc met au moins 5 secondes.
  10. PackCraft

    Problème avec les commandes

    Montre nous ton fichier news.sk
  11. PackCraft

    mon skript ne veut pas marcher

    Tu peux pas mettre entre balise code car ce n'est pas très claire
  12. PackCraft

    Tp aléatoire (25% de chance)

    Ok
  13. PackCraft

    Tp aléatoire (25% de chance)

    Ce que tu pourrais faire c'est ajouter tes locations dans une liste et tu TP player at list. Je pense que ça pourrais marcher sans problème
  14. PackCraft

    Tp aléatoire (25% de chance)

    Ce que tu pourrais faire c'est ajouter tes locations dans une liste et tu TP player at list. Je pense que ça pourrais marcher sans problème
  15. PackCraft

    Achat de Kit InGame !

    on rightclick on villager: open chest with 6 rows named "&2&lAlezia-Kit" to player wait 3 ticks format slot 11 of player with 1 diamond helmet named "&6Kit legende" to be unstealable format slot 20 of player with 1 diamond chestplate named "&6Kit legende" to be unstealable format slot 29 of player with 1 diamond leggings named "&6Kit legende" to be unstealable format slot 38 of player with 1 diamond boots named "&6Kit legende" to be unstealable format slot 21 of player with 1 diamond sword named "&6Kit legende" to be unstealable format slot 19 of player with 15 golden apple named "&6Kit legende" to be unstealable format slot 28 of player with 1 diamond pickaxe named "&6Kit legende" to be unstealable format slot 47 of player with 1 paper named "&4&l45 000$" to close then run [make player execute command "aleziakit"] command /aleziakit: trigger: if player's balance is bigger than 45000: remove 45000$ from the player's balance #essaye ça sinon marque ça à la place: make server execute command "eco take %player% 45000" give 1 diamond helmet to player give 1 diamond chestplate to player give 1 diamond leggings to player give 1 diamond boots to player give 1 diamond sword to player give 15 golden apple to player give 1 diamond pickaxe to player else: send "&cVous n'avez pas assez d'argent !" Voici si tu veux pas que le GUI s'allume sur chaque PNJ tu rename ton PNJ et tu rajoutes a la ligne 1 : named "ton nom":
  16. PackCraft

    Achat de Kit InGame !

    Je suis entrain de te le faire mais je comprend pas de trop. En faite faut que le joueur clique sur le kit qu'il veut pour l'acheter ? Et tous les kit sont au même prix ? L'argent tu utilise essentiels ?
  17. PackCraft

    Problème arg pour give

    Beaucoup d'erreur d'espace mais une fois tout remis bien ça marche. Merci beaucoup !
  18. PackCraft

    Problème arg pour give

    ça me marque : arg 3 tripwire hook named "" with lore "" can't be added to a player because the former is neither an item type, an inventory nor an experience point
  19. PackCraft

    Problème arg pour give

    je crois avoir déjà essayé ça mais il ne veux pas du arg 3, mais bon je vais réessayer
  20. PackCraft

    Problème arg pour give

    UP s'il vous plait
  21. PackCraft

    Problème arg pour give

    Bonjour j'ai un petit soucis avec mon skript. command /lot [<string>] [<player>] [<number>]: permission: loterie.admin permission message: &cVous n'avez pas la permission trigger: if arg 1 isn't set: send " &e&m-----&e> &b&lLoterie &e<&e&m----" send "" send "&a/loterie create : &7Utilisez cette commande en pointant sur un coffre" send "&a/loterie give : &7Utilisez cette commande pour give une clé de loterie" send "" send "&e&m-----------------------------------------------------" if arg 1 is "create": set {loterie.location} to location of the target block message "{@logo} &cVous avez définie ce coffre pour la loterie" if arg 1 is "give": give tripwire hook named "{@nom.cle}" with lore "{@description.cle}" to player message "{@logo} &cVous avez reçu une clé" En faite je voudrais que ça give le nombre de clés choisis <number> et au joueur voulu <player> Merci pour ce qui m'aiderons. Cordialement, PackCraft
  22. PackCraft

    Commande Bungeecord

    Toi aussi mdr :D
  23. PackCraft

    Commande Bungeecord

    Super merci
  24. PackCraft

    Commande Bungeecord

    J'utilise craftmywebsite mais quand je met plusieurs serveur bah tout plante, donc oui au pire je pourrais changer de cms
  25. Bonjour, voici ma demande de skript: Version de minecraft / skript : 1.9 Type du skript : Faire une commande qui met un grade sur tout les serveurs Description du script: Donc je m'explique dès que un joueur achète un grade sur ma boutique ça le lui met sur le hub, mais du hub j'aimerais que ça fasse une commande pour que le grade ce mette sur tous les autres serveurs relié avec bungeecord. Je me suis renseigné et possède déjà skellet. Commandes éventuelles avec les permissions : /gradea par exemple avec une permissions, cette commande je la mettrais dans ma boutique. Pour plus d'information me contacter en commentaire J’espère que vous pourrez m'aider au plus vite. Cordialement, PackCraft.
×
×
  • 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.