Aller au contenu

Soufreur78

Ancien
  • Compteur de contenus

    722
  • Inscription

  • Dernière visite

  • Jours gagnés

    27

Tout ce qui a été posté par Soufreur78

  1. Soufreur78

    Caisses avec Clées

    http://dev.bukkit.org/bukkit-plugins/phatloots/
  2. Test ceci : command /inventairegive: trigger: clear {inventory.%player%::*} add items in the player's inventory to {inventory.%player%::*} loop all items in the target player's inventory: clear {inventory.%target-player%::*} add items in the target player's inventory to {inventory.%target-player%::*} clear target player's inventory give {inventory.%player%::*} to target player clear player's inventory give {inventory.%target-player%::*} to player
  3. Fait un minimun de recherche sérieux ...
  4. Soufreur78

    Switcher l'inventaire

    Je t'ai fait ça en 2 minutes , ça devrait marcher j'ai personne sous la main pour tester Ceci est mon skript à 100% il est libre mais n'oublie pas de me citer si tu l'utilise on damage: if attacker is holding a blaze rod: if victim is a player: loop all items in attacker's inventory: set {%attacker%.inventory::*} to loop-item loop all items in victim's inventory: set {%victim%.inventory::*} to loop-item clear inventory of victim clear inventory of attacker give {%attacker%.inventory::*} to victim give {%victim%.inventory::*} to attacker message "&cVous avez échangé votre inventaire avec &e%Victim%" to attacker message "&cVous avez échangé votre inventaire avec &e%Attacker%" to victim
  5. Soufreur78

    Loot chest ?

    Coucou ! C'est vraiment pas dur. Ps: Ceci est mon skript , il est bien sur libre mais n'oublie pas de me citer si tu le réutilise on death of a player: set {Death.%player%} to location of player message "&8&l[&c&lCoffre&8&l] &cUn coffre avec vos objets à été posé en &7%{Death.%player%}%" to player set block at {Death.%player%} to chest loop drops: set {item.%player%::*} to drops add {item.%player%::*} to inventory of block at {Death.%player%} clear drops clear {item.%player%::*}
  6. Moi il y a ecrit :A internal error occured while attempting to perform this command J'ai tous les plugins
  7. Soufreur78

    Aide skript , probléme

    Coucou , j'ai un problème avec la commande qui sert à voir les stats de ban de mon anti cheat (Spartan) Ceci est mon premier skript : Voici le code : command /spartan <text> [<text>]: usage: &c/spartan permission: spartan.menu permission message: &8[&e&l!&8] &cVous n'avez pas la permission d'utiliser cette commande ! trigger: if arg-1 is not set: message "&e&l&m=============[&c&lSpartan&e&l&m]=============" message "&c/spartan stats : &9Pour voir les stats de ban de spartan" message "&c/spartan reset Forcefield: &9Pour reset les stats de forcefield &7(Marche avec tout les cheats)" message "&c/spartan remove forcefield : &9Pour enlever 1 à forcefield &7(Marche avec tout les cheats)" message "&c/spartan reset all : &9Pour reset toute les stats" message "&e&l&m=======================================" stop if arg-1 is "stats": send "&7&l&m=-==-==-==-=&c&l&m{&6&lRaisons des bans&c&l&m}&7&l&m=-==-==-==-=" to player send "&cBan pour ForceField : &e%{ban.forcefield}%" to player send "&cBan pour AntiKnockBack : &e%{ban.akb}%" to player send "&cBan pour AutoSneak : &e%{ban.as}%" to player send "&cBan pour Speedhack : &e%{ban.sh}%" to player send "&cBan pour Fly : &e%{ban.fly}%" to player send "&7&l&m=-==-==-==-==-==-==-==-==-==-==-==-==-=" to player stop if arg-1 is "reset": if arg-2 is not set: send "&8[&e&l!&8] &cRentre l'un des cheats: &7(&eFly&7/&eForceField&7/&eAutoSneak&7/&eSpeedHack&7/&eAntiKnockback &7ou &eSpartan&7)" stop if arg-2 is "fly": add -1 to {ban.fly} send "&8[&c&lSpartan&8] &c-1 &epour les stats de Fly" stop if arg-2 is "forcefield": add -1 to {ban.forcefield} send "&8[&c&lSpartan&8] &c-1 &epour les stats de Forcefield" stop if arg-2 is "autosneak": add -1 to {ban.as} send "&8[&c&lSpartan&8] &c-1 &epour les stats de AutoSneak" stop if arg-2 is "speedhack": add -1 to {ban.sh} send "&8[&c&lSpartan&8] &c-1 &epour les stats de Speedhack" stop if arg-2 is "antiknockback": add -1 to {ban.akb} send "&8[&c&lSpartan&8] &c-1 &epour les stats de AntiKnockBack" stop if arg-2 is "spartan": add -1 to {ban.spartan} send "&8[&c&lSpartan&8] &c-1 &epour les stats de Spartan" stop if arg-2 is "all": set {ban.spartan} to 0 set {ban.akb} to 0 set {ban.forcefield} to 0 set {ban.fly} to 0 set {ban.as} to 0 set {ban.sh} to 0 send "&8[&c&lSpartan&8] &cToute les stats de spartan sont reset." stop J'ai 59 errors quand je reload le skript. Des erreurs du style : indentation error: expected 16 spaces, but found 4 tabs http://image.noelshack.com/fichiers/2016/08/1456682560-2016-02-28-18-50-35.png Quelqu'un peux me dire comment régler le probléme ? Merci !
×
×
  • 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.