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

    Coffre

    C bon , mais c'est pas tout les 2 mins , faut que j'execute la commande :/
  2. MrForoche

    Coffre

    Bonjour, Je voudrais faire un jeu qui resemble a un Hunger Games mais avec des coffres qui charge tout les 2 mins avec du stuff dedant aléatoirement (pas très cheat) dans le monde 'HungerFFA'
  3. MrForoche

    Désactiver

    C bon j'ai résolu , mais j'ai un autre problème donc je vais crée un nouveau post
  4. MrForoche

    Désactiver

    Mais j'ai rien , je demande x)
  5. MrForoche

    Ding au pseudo

    Bonjour, Je voudrais que quand quelqu'un écrit le pseudo d'un joueur dans le chat , je veux sa soit écris en vert clair et fait un ptit ding au nom du joueur
  6. MrForoche

    Casque

    Bonjour, J'ai un monde 'Evolution2' et il y a des gens qui enlève leurs casque , je voudrais qu'il ne l'enlève pas
  7. MrForoche

    Désactiver

    Bonjour, J'ai un plugin et je voudrais qu'il marche que dans le monde 'Faction' et pas dans les autres
  8. MrForoche

    Ender Chest

    Bonjour, J'ai un skript et me permet d'ouvrir un ender chest , je voudrais qu'on puisse pas mettre des armures dedant command /chest: trigger: if player has permission "chest.ouvre": if player is in world "Evolution2": open player's ender chest to player
  9. MrForoche

    Effect de potion

    C'est bon j'ai règler , aussi la nausea c'est important ;)
  10. MrForoche

    LVL/XP

    Au pire tu a skype ? Si oui demande moi MrForoche
  11. MrForoche

    LVL/XP

    Quand je clic sa marche pas , sa donne pas
  12. MrForoche

    LVL/XP

    Bah enfait quand tu clic sur le mob , sa doit donner l'xp au joueur pour qu'il début
  13. MrForoche

    Dégats

    Bonjour , Dans le monde "jail" je voudrais désactiver les dégats d'explosion
  14. MrForoche

    LVL/XP

    Sa ne marche pas , aucun erreur mais sa marche pas :/ on right click on Zombie: if player is in "Evolution2": execute console command "sclear %player%" execute console command "warp %player% Blue" wait 5 ticks execute console command "kit give blue %player%" play raw sound "random.orb" at player with pitch 1 volume 100 set the player's level to 1000
  15. MrForoche

    LVL/XP

    Merci , jvais tester sa
  16. MrForoche

    LVL/XP

    Bonjour, Je voudrais savoir ce que c'est pour le skirpt d'xp , je voudrais donner 1000 xp au joueurs
  17. MrForoche

    Les TABs

    Mais pourtant j'ai mis le code , bon tenais :) (Noa normalement sa te rappelle quelques choses x) 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 player is in world "jail" 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 player is in world "jail": if arg 1 is "Thor": clear player's inventory 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>Mjöllnir" set {kit.%player%} to "Thor" #!==========================!# #! FLASH !# #!==========================!# if player is in world "jail": if arg 1 is "Flash": clear player's inventory give iron sword named "&6Epée de Flash" to player 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 set {flash.%UUID of player%} to true apply speed 10 to player for 1000000000 seconds apply potion of strength 2 to the player for 1000000000 seconds #!==========================!# #! SUPERMAN !# #!==========================!# if player is in world "jail" 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 600 seconds #!==========================!# #! BATMAN !# #!==========================!# if player is in world "jail": if arg 1 is "Batman": make player execute command "/gamemode 2" clear the player's inventory make player execute command "/effect %player% clear" equip player with chainmail helmet equip player with chainmail chestplate equip player with chainmail leggings equip player with chainmail boots give 10 snowball named "&8&lBatarang" to player give Fishing Rod named "&8&lBat Grapin" to player give 10 egg named "&8&lBataEgg" to player set {kit.%player%} to "poison" apply resistance to the player for 1000000 seconds apply strength to the player for 1000000 seconds #!==========================!# #! SpiderMan !# #!==========================!# if player is in world "jail": if arg 1 is "Spiderman": make player execute command "/gamemode 2" clear the player's inventory make player execute command "/effect %player% clear" equip player with leather helmet dye player's helmet red equip player with leather chestplate dye player's chestplate red equip player with leather leggings dye player's leggings blue equip player with leather boots dye player's boots red give cobweb named "&4Spiderman" to player give iron sword named "&4Epée de SpiderMan" to player set {kit.%player%} to "Spiderman" apply jump boost 5 to the player for 1000000 seconds #======================# # EVENT THOR # #======================# on right click: world of player is "jail" if {kit.%player%} is "Thor": if player is holding a iron axe named "<Yellow>Mjöllnir": set {_diffkit} to difference between {kitThor.%player%} and now if {_diffkit} is smaller than 5 seconds: send "&cAttendez avant d'utiliser votre compétence !" else: strike lightning at the targeted block set {kitThor.%player%} to now #==========================# # 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 egg: if victim is a player: apply slowness to victim for 5 seconds On damage: if damage was caused by projectile: if projectile is snowball: if victim is a player: apply blindness 10 to victim for 10 seconds apply nausea to victim for 2 seconds on right click: world of player is "jail" if {kit.%player%} is "Batman": if player is holding a fishing rod named "&8Bat Grapin": set {_diffkit} to difference between {kitBatman.%player%} and now if {_diffkit} is smaller than 5 seconds: send "&cAttendez avant d'utiliser votre compétence !" else: push player forward at speed 2 set {kitBatman.%player%} to now #==========================# # EVENT SpiderMan # #==========================# if {kit.%attacker%} is "Spiderman": if attacker is holding a cobweb named "&4Spiderman": if {coolDown.%attacker%} isn't set: set {coolDown.%attacker%} to now else: if difference between now and {coolDown.%attacker%} is greater than 5 seconds: set {_feetLocation} to location of victim set {_headLocation} to location of victim increase y-coord of {_headLocation} by 1 set block at {_feetLocation} to cobweb set block at {_headLocation} to cobweb wait 5 seconds set block at {_feetLocation} to air set block at {_headLocation} to air set {coolDown.%attacker%} to now else: send "<orange>Vous devez attendre 5 secondes avant de ré-utiliser cet effet" to attacker
  18. MrForoche

    Aidez moi a corriger

    Noa , je peux avoir ton Skype stp ?
  19. MrForoche

    Les TABs

    Bonjour, J'ai crée un script et j'ai 111 erreurs , que des erreurs de tab , voila ce qu'il me dit : Expected 6 spaces , but found 20 spaces , qu'est ce que je dois faire , aidez moi
  20. MrForoche

    Aidez moi a corriger

    Mais tu a rien changé :/
  21. MrForoche

    Aidez moi a corriger

    Tu peux le faire en entier stp ?
  22. MrForoche

    Aidez moi a corriger

    Bonjour, J'ai trouver sur internet un skript de super hero , sauf que le skript s'éxcute dans tout mes mondes , je voudrais qu'il s'execute que dans 'jail' 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 apply potion of strength 2 to the player for 300 seconds #!==========================!# #! 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 600 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 give 10 egg named "&f&lBataEgg" to player apply potion of strength 2 to the player for 300 seconds #======================# # 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 On damage: if damage was caused by projectile: if projectile is egg: if victim is a player: slowness the victim for 5 seconds
  23. MrForoche

    Effect de poison

    Bonjour, Quand j'essaye de mettre des effects de poison et je mes Slowness sa ne marche pas :/
  24. MrForoche

    Coffre

    C'est bon sa marche merci :)
  25. MrForoche

    Annuler un message

    En faite j'ai résolu le problème avec autre chose , j'ai juste annuler la commande /kit :) et sa marche
×
×
  • 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.