Aller au contenu

MrForoche

Ancien
  • Compteur de contenus

    1 456
  • Inscription

  • Dernière visite

  • Jours gagnés

    14

Tout ce qui a été posté par MrForoche

  1. MrForoche

    Script Simple

    Y a pas de to player , on death: if victim is zombie: if world of victim is "defense": drops 2 gold ingot at location of victim on death: if victim is skeleton: if world of victim is "defense": drops 3 gold ingot at location of victim on death: if victim is spider: if world of victim is "defense": drops 4 gold ingot at location of victim
  2. MrForoche

    Script Simple

    Erreurs line 4, 9 ,14
  3. MrForoche

    Script Simple

    ah x) Jvais voir attend
  4. MrForoche

    Script Simple

    Normalement :/
  5. MrForoche

    Coffre

    Au pire a la place sa ouvre un ender chest si vous arrivez :)
  6. MrForoche

    Coffre

    Oui et si possible clear puis 48h , mais c'est pas obligé :)
  7. MrForoche

    Coffre

    x)
  8. MrForoche

    Annuler un message

    on server chat send: if packet message contains "Rien n'est impossible"
  9. MrForoche

    Coffre

    Bonjour, Je voudrais une commande qui permet d'ouvrir un coffre (avec permission) et stoker ce qu'on veux dans le monde 'Evolution2'
  10. MrForoche

    Annuler un message

    Sa me met une Erreur :/ Line:1
  11. MrForoche

    Annuler un message

    J'ai tester : on server chat send: if message contains "Rien n'est impossible"
  12. MrForoche

    SpawnsRandom.sk

    Sa marche vraiment bien mais le soucis c'est que tout est coller , si tu va dans un monde 'TEST' par ex et tu pose puis tu va en 'TEST2' puis tu pose puis quand tu te tp , sa change de monde et je trouve sa vraiment cool :/
  13. MrForoche

    Majuscule

    Bonjour, Un modérateur de mon serveur ma demander si je pouvais crée un script et permet de mettre une majuscule au début de la phrase et un point a la fin , est ce que c'est possible ?
  14. MrForoche

    Annuler un message

    Sa ne marche pas :'(
  15. MrForoche

    Super Hero

    Bonjour, J'ai trouvé un skript et je trouve qu'il y a pas beaucoup de super pouvoir , vous pouvez m'aidez pour en trouvez ? Command /mdr <text>: usage: &e/mdr <Hulk/Thor/Flash/Superman/Batman> trigger: if arg 1 is "list": message "&6Commande : &e/mdr <Hulk/Thor/Flash/Superman/Batman>" #!==========================!# #! HULK !# #!==========================!# if arg 1 is "Hulk": clear player's inventory execute console command "heal %player%" set hunger to 10 set rf max hp of player to 40 heal the player by 40 hearts wait 1 tick equip player with zombie head equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's chestplate green dye player's leggings white dye player's boots green apply potion of strength 4 to the player for 300 seconds apply potion of speed 2 to the player for 300 seconds #!=========================================!# #! THOR !# #!=========================================!# if arg 1 is "Thor": clear player's inventory execute console command "heal %player%" set hunger to 10 set rf max hp of player to 30 wait 1 tick equip player with leather helmet equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's helmet grey dye player's chestplate white dye player's leggings white dye player's boots white apply potion of jump 3 to the player for 300 seconds give player iron axe named "<Yellow><bold>Mjöllnir" #!==========================!# #! FLASH !# #!==========================!# if arg 1 is "Flash": clear player's inventory execute console command "heal %player%" set hunger to 10 set rf max hp of player to 30 wait 1 tick equip player with leather helmet equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's helmet red dye player's chestplate red dye player's leggings red dye player's boots yellow wait 20 ticks give a redstone torch named "<red><italic>Vitesse" to player set {flash.%UUID of player%} to true #!==========================!# #! SUPERMAN !# #!==========================!# if arg 1 is "Superman": clear player's inventory execute console command "heal %player%" set hunger to 10 set rf max hp of player to 30 wait 1 tick equip player with head equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's chestplate blue dye player's leggings red dye player's boots red give 5 feathers named "<white><italic>Vole" to player apply potion of strength 2 to the player for 60 seconds #!==========================!# #! BATMAN !# #!==========================!# if arg 1 is "Batman": clear player's inventory execute console command "heal %player%" set hunger to 10 set rf max hp of player to 30 wait 1 tick equip player with leather helmet equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's helmet black dye player's chestplate grey dye player's leggings black dye player's boots black give 10 snowball named "<white><bold>Batarang" to player #======================# # EVENT THOR # #======================# On rightclick with iron axe: cancel event if player is holding a iron axe named "<Yellow><bold>Mjöllnir": strike lightning at the targeted block #========================================# # EVENT FLASH # #========================================# On rightclick with redstone torch: cancel event if {flash.%UUID of player%} is true: apply speed 6 to player #==========================# # EVENT SUPERMAN # #==========================# On rightclick with feather: push the player upwards push player forwards #==========================# # EVENT BATMAN # #==========================# On damage: if damage was caused by projectile: if projectile is snowball: if victim is a player: poison the victim for 5 seconds
  16. MrForoche

    Dans un monde

    Tu peux me recrée le script ?
  17. MrForoche

    Dans un monde

    Bonjour , J'ai fais des cherchers sur internet pour avoir un skript de super heros , et je voudrais les mettres sur un seul monde disont sur le monde "Heros". Puis si vous avez quelque idée pour m'aider , je ne dis pas non :) Command /hero <text>: usage: &e/hero <Hulk/Thor/Flash/Superman/Batman> trigger: if arg 1 is "liste": message "&6Commande : &e/hero <Hulk/Thor/Flash/Superman/Batman>" #!==========================!# #! HULK !# #!==========================!# if arg 1 is "Hulk": clear player's inventory set hunger to 10 set rf max hp of player to 40 heal the player by 40 hearts wait 1 tick equip player with zombie head equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's chestplate green dye player's leggings white dye player's boots green apply potion of strength 4 to the player for 60 seconds apply potion of speed 2 to the player for 60 seconds #!=========================================!# #! THOR !# #!=========================================!# if arg 1 is "Thor": clear player's inventory set hunger to 10 set rf max hp of player to 30 wait 1 tick equip player with leather helmet equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's helmet grey dye player's chestplate white dye player's leggings white dye player's boots white give player iron axe named "<Yellow><bold>Mjöllnir" #!==========================!# #! FLASH !# #!==========================!# if arg 1 is "Flash": clear player's inventory set hunger to 10 set rf max hp of player to 10 wait 1 tick equip player with leather helmet equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's helmet red dye player's chestplate red dye player's leggings red dye player's boots yellow give a redstone torch named "<red><italic>Vitesse" to player set {flash.%UUID of player%} to true #!==========================!# #! SUPERMAN !# #!==========================!# if arg 1 is "Superman": clear player's inventory set hunger to 10 set rf max hp of player to 30 wait 1 tick equip player with head equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's chestplate blue dye player's leggings red dye player's boots red give 5 feathers named "<white><italic>Vole" to player #!==========================!# #! BATMAN !# #!==========================!# if arg 1 is "Batman": clear player's inventory set hunger to 10 set rf max hp of player to 30 wait 1 tick equip player with leather helmet equip player with leather chestplate equip player with leather leggings equip player with leather boots dye player's helmet black dye player's chestplate grey dye player's leggings black dye player's boots black give 5 snowball named "<white><bold>Batarang" to player #======================# # EVENT THOR # #======================# On rightclick with iron axe: cancel event if player is holding a iron axe named "<Yellow><bold>Mjöllnir": strike lightning at the targeted block #========================================# # EVENT FLASH # #========================================# On rightclick with redstone torch: cancel event if {flash.%UUID of player%} is true: apply speed 6 to player #==========================# # EVENT SUPERMAN # #==========================# On rightclick with feather: push the player upwards push player forwards #==========================# # EVENT BATMAN # #==========================# On damage: if damage was caused by projectile: if projectile is snowball: if victim is a player: poison the victim for 5 seconds
  18. MrForoche

    Effect de potion

    Bonjour , J'ai chercher sur internet un script de super heros , et j'en ai trouvé 1 , je voudrais mettre plus d'effect de potion pour Batman , je voudrais : 5sec de lenteur , 2 sec de nausé On damage: if damage was caused by projectile: if projectile is snowball: if victim is a player: poison the victim for 5 seconds
  19. MrForoche

    Annuler un message

    Je vais tester tout cela , mais sa annule tout les messages ?
  20. MrForoche

    Annuler un message

    C'est chiant car je peux pas le règler avec le plugin en fait :/ Le plugin ne prend pas en compte les modifications
  21. MrForoche

    Annuler un message

    Bonjour, J'ai un plugin qui écrit dans le chat : Build has been added to inventory! Je voudrais l'enlever , car les gens peuvent utiliser la commande /kit build vu qu'ils connaisent le nom du kit :/
  22. MrForoche

    Script Simple

    Envoie le ...
  23. MrForoche

    Cooldown

    C'est bon j'ai régler , merci quand même :)
  24. MrForoche

    Script Simple

    Line 5 ,12 ,18
  25. MrForoche

    SkThor

    Tu peux mettre un cooldown sur l'hache ?
×
×
  • 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.