Aller au contenu

WilliamEzzz

Membre
  • Compteur de contenus

    307
  • Inscription

  • Dernière visite

  • Jours gagnés

    1

Tout ce qui a été posté par WilliamEzzz

  1. WilliamEzzz

    Finir un skript ...

    met delete à la place de clear
  2. WilliamEzzz

    Give potion de lingering

    Je crois que c'est car Skript n'est pas encore update pour la 1.9/1.10
  3. WilliamEzzz

    Créer une condition...?

    If balance of player is more than or equal to 25: Action
  4. WilliamEzzz updated Skript Tournament --- Facile à utiliser with a new update entry: Skript Tournament --- Facile à utiliser Read the rest of this update entry...
  5. WilliamEzzz

    Skript de Hub

    Je n'ai pas testé, dit moi si il reste des erreurs
  6. Il veut savoir comment il doit faire pour limiter le nombre de personnes dans un grade avec ton Skript @PsYZiiK
  7. WilliamEzzz

    Moderation URGENT

    J'ai fait ça il y a longtemps, tu peux l'utiliser et le modifier si tu veux. Il faut Skript SkQuery SimpleFreeze AutoclickerVerif Essentials et je crois que c'est tout # Permission List: # # /mod mod.use # /invsee player invsee.use # Mod command /mod: permission: mod.use permission message: &cYou don't have acces to this command. trigger: clear player' inventory give player 1 wooden sword of knockback 3 named "&cAnti-Kb" give player 1 blaze rod named "&cKill" give player 1 gray dye named "&cVanish" give player 1 book named "&cVerif" give player 1 coal named "&cClear-Inv" give player 1 glass named "&cInvsee" give player 1 ice named "&cFreeze" message "&cVous avez maintenant l'inventaire de Mod." to player on rightclick with gray dye: if name of player's tool is "&cVanish": make player execute command "vanish" message "&cVous avez toggle le vanish" to player on rightclick with book: if name of player's tool is "&cVerif": if targeted entity is a player: make player execute command "verif %targeted entity%" on rightclick with coal: if name of player's tool is "&cClear-Inv": if targeted entity is a player: make player execute command "clear %targeted entity%" message "&cVous avez clear l'inventaire de %targeted entity%." to player on rightclick with blaze rod: if name of player's tool is "&cKill": if targeted entity is a player: make player execute command "kill %targeted entity%" on rightclick with glass: if name of player's tool is "&cInvsee": if targeted entity is a player: make player execute command "invsee %targeted entity%" on rightclick with ice: if name of player's tool is "&cFreeze": if targeted entity is a player: make player execute command "freeze %targeted entity%"
  8. WilliamEzzz updated Skript Tournament --- Facile à utiliser with a new update entry: Skript Tournament v1.1! --- Facile à utiliser! Read the rest of this update entry...
  9. Ok,quand même merci de ta réponse :)
  10. Bien sur! http://pastebin.com/7mWDjSmX et aussi, il y a plein de truc java. machin, je ne sais pas c'est quoi.
  11. Personne ne sait pourquoi?
  12. WilliamEzzz submitted a new resource: [plain]Skript Tournament --- Facile à utiliser[/plain] - [plain]Vous permets de créer un Tournoi facilement![/plain] ... Read more about this resource...
  13. Mon premier Skript est sortie!!! Un Skript de Tournois super simple!
  14. Petit up :) !
  15. WilliamEzzz

    Boutique

    +1 ZÉRO politesse omg
  16. Peut être ceci: give player-arg 1 splash potion of poison 2 named "&9[&3Alchimiste&9]"
  17. Quand je change les noms, ça fait toujours: an internal error as occured while attempting to perform this command. > Ma version de Minecraft est 1.8 CraftBukkit > Mes addons sont tous à jours, j'ai pris ceux dans ta signature @PsYZiiK. > J'ai Skirpt, SkQuery, WildSkript, Umbaska, ExtraSK > Ma version de java est 8 > Il n'y a pas d'erreurs in game, mais dans la console, ça fait un gros truc, dans l'erreur il y a: Current item: set the inventory serial of {_inv}(as org.bukkit.inventory.Inventory) to {container::Test::%the player%}(as java.lang.String) Comme si c'était ça l'erreur.
  18. Bonjour! J'ai fait un Skript pour évoluer ton enderchest, mais quand j'essai d'ouvrir mon ec avec la command /ec ou /enderchest, ça me dit: An internal error as occured while attempting to perform this command. Et quand je clique sur un enderchest normal, ça ne fait absolument rien Merci d'avance pour votre temps et votre aide :)! Voici mon skript: on inventory close: if {container::current::%player%} is set: if "%event-inventory%" is "inventory of <none>": set {container::%{container::current::%player%}%::%player%} to event-inventory's serialized contents clear {container::current::%player%} command /ec: permission: enderchest.open permission message: &cYou don't have permission to use this command trigger: if {ec.%player%} is not set: set {ec.%player%} to true if {ec.%player%} is true: set {_inv} to chest with 3 rows named "&5EnderChest &8- &5Lvl 1 &7(&5Default&7)" if {ec.%player%} is false: set {_inv} to chest with 4 rows named "&5EnderChest &8- &5Lvl 2" if {ec.%player%} is now: set {_inv} to chest with 5 rows named "&6EnderChest &8- &5Lvl 3 &7(&5Max&7)" if {container::Test::%player%} is set: set {_inv}'s serialized contents to {container::Test::%player%} open {_inv} to player set {container::current::%player%} to "Test" command /enderchest: permission: enderchest.open permission message: &cYou don't have permission to use this command trigger: if {ec.%player%} is not set: set {ec.%player%} to true if {ec.%player%} is true: set {_inv} to chest with 3 rows named "&5EnderChest &8- &5Lvl 1 &7(&5Default&7)" if {ec.%player%} is false: set {_inv} to chest with 4 rows named "&5EnderChest &8- &5Lvl 2" if {ec.%player%} is now: set {_inv} to chest with 5 rows named "&6EnderChest &8- &5Lvl 3 &7(&5Max&7)" if {container::Test::%player%} is set: set {_inv}'s serialized contents to {container::Test::%player%} open {_inv} to player set {container::current::%player%} to "Test" on rightclick: targeted block is ender chest: cancel event if {ec.%player%} is not set: set {ec.%player%} to true if {ec.%player%} is true: set {_inv} to chest with 3 rows named "&5EnderChest &8- &5Lvl 1 &7(&5Default&7)" if {ec.%player%} is false: set {_inv} to chest with 4 rows named "&5EnderChest &8- &5Lvl 2" if {ec.%player%} is now: set {_inv} to chest with 5 rows named "&6EnderChest &8- &5Lvl 3 &7(&5Max&7)" if {container::Test::%player%} is set: set {_inv}'s serialized contents to {container::Test::%player%} open {_inv} to player set {container::current::%player%} to "Test" command /ecup: trigger: if {ec.%player%} is not set: set {ec.%player%} to true if {ec.%player%} is true: if balance of player is greater than or equal to 25: make console execute command "/eco take %player% 25" set {ec.%player%} to false if {ec.%player%} is false: if balance of player is greater than or equal to 50: make console execute command "/eco take %player% 50" set {ec.%player%} to now wait 1 tick if {ec.%player%} is now: if balance of player is greater than or equal to 100: make console execute command "/eco take %player% 100" on command "/ecup": if {ec.%player%} is now: cancel event send "&cYour enderchest lvl is already maxed out."
  19. Alors c'est surement ta version de skript et de skquery, je te passe les bonnes: https://www.dropbox.com/s/2bma5yy9zqlbs93/Skript%20%26%20ADD-ON.zip?dl=0
  20. C'est par exemple: give player 1 splash potion of healing 2 give player 1 potion of speed
  21. Je crois que ceci peut marcher, tu peux aussi modifier si tu veux wither 1/2/etc... et le temps. on join: if player's world is "spawn_ffa": set health of player to 1 apply wither 1 to player for 1 minute on world change: wait 1 tick remove wither from player heal player
  22. WilliamEzzz

    commande qui loot des item

    Utilise ce code : command "/loot": if {loot.%player%} is not set: set {loot.%player%} to true if {loot.%player%} is now: set {loot.%player%} to true if {loot.%player%} is true: give player 1 diamond wait 3 ticks set {loot.%player%} to false if {loot.%player%} is false: wait 3 ticks set {loot.%player%} to true:
  23. tu pourrais mettre une variable a tes zombies
  24. WilliamEzzz

    commande qui loot des item

    tu as utiliser les 2 premier ou les 2 dernier? Envoi un screen stp. Et pour faire un screen utilise ce site http://www.noelshack.com/ et tu cliques sur "depuis votre ordinateur" et tu choisis le screen, puis tu envois le lien
  25. WilliamEzzz

    commande qui loot des item

    Pour le loot command "/loot": if {loot.%player%} is not set: set {loot.%player%} to true if {loot.%player%} is now: set {loot.%player%} to true if {loot.%player%} is true: give player 1 diamond wait 3 ticks set {loot.%player%} to false if {loot.%player%} is false: wait 3 ticks set {loot.%player%} to true: Pour le loot stop si besoin command "/lootstop": set {loot.%player%} to now Si ça ne marche pas, c'est command "/loot": trigger: if {loot.%player%} is not set: set {loot.%player%} to true if {loot.%player%} is now: set {loot.%player%} to true if {loot.%player%} is true: give player 1 diamond wait 3 ticks set {loot.%player%} to false if {loot.%player%} is false: wait 3 ticks set {loot.%player%} to true: et command "/lootstop": trigger: set {loot.%player%} to now J'ai pas testé alors si ça ne marche pas, je vais voir ce que je peux faire
×
×
  • 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.