-
Compteur de contenus
1 456 -
Inscription
-
Dernière visite
-
Jours gagnés
14
Type de contenu
Profils
Forums
Téléchargements
Tout ce qui a été posté par MrForoche
-
Ah oké , thx
-
J'avais corrigé quelque erreur , mais j'ai oublier de te le donner ^^ Tien test ça: [spoiler=CLIQUE :d] command /mod: Aliases: staff permission: mod.use permission message: &cVous n'avez pas la permission. trigger: if {mod.%player%} is true: set {mod.%player%} to false clear player's inventory make player execute command "fly off" make player execute command "vanish off" make player execute command "heal" message "&cVous n'avez maintenant plus l'inventaire de Mod." to player execute player command "/scoreboardmodoff" if {mod.%player%} is not true: set {mod.%player%} to true clear player's inventory make player execute command "vanish on" make player execute command "fly on" make player execute command "heal" set slot 0 of player's inventory to 1 compass set slot 1 of player's inventory to 1 wooden axe named "&bWorldEdit" set slot 2 of player's inventory to 1 book named "&bVerif" set slot 3 of player's inventory to 1 flint and steel named "&bFireball" set slot 5 of player's inventory to 1 feather named "&bFly" set slot 6 of player's inventory to 1 stick of knockback 7 named "&bKnockback" set slot 7 of player's inventory to 1 light green dye named "&bVanish est ON" set slot 8 of player's inventory to 1 tnt named "&bBoom" message "&aVous avez maintenant l'inventaire de Mod." to player execute player command "/scoreboardmodon" command /scoreboardmodon: permission: mod.use permission message: &cVous n'avez pas la permission. trigger: wipe player's sidebar set name of sidebar of player to "&eAdmin.Mod" set score "&f&m-+---------+-" in sidebar of player to 7 set score "&l➣ Vanish:" in sidebar of player to 6 if {vanish.%player%} is true: set score "&aActivé ✔" in sidebar of player to 5 if {vanish.%player%} is false: set score "&cDésactivé ✘" in sidebar of player to 5 set score " " in sidebar of player to 4 set score "&l➣ Admin.Mod:" in sidebar of player to 3 set score "&aActivé ✔" in sidebar of player to 2 set score "&f&m-+---------+-" in sidebar of player to 1 set score "By MrForoche & WilliamEzzz" in sidebar of player to 0 move display of player to sidebar command /scoreboardmodoff: permission: mod.use permission message: &cVous n'avez pas la permission. trigger: wipe player's sidebar set name of sidebar of player to "&eAdmin.Mod" set score "&f&m-+---------+-" in sidebar of player to 7 set score "&l➣ Vanish:" in sidebar of player to 6 set score "&cDésactivé ✘" in sidebar of player to 5 set score " " in sidebar of player to 4 set score "&l➣ Admin.Mod:" in sidebar of player to 3 set score "&cDésactivé ✘" in sidebar of player to 2 set score "&f&m-+---------+-" in sidebar of player to 1 set score "By MrForoche & WilliamEzzz" in sidebar of player to 0 move display of player to sidebar On rightclick with book: If player has permission "mod.use": If name of player's tool is "&bVerif": make player execute command "/verif %targeted entity%" Message "&aVerif --->%targeted entity%" to player On rightclick with flint and steel: If player has permission "mod.use": If name of player's tool is "&bFireball": make player execute command "/fireball" On rightclick with feather: If player has permission "mod.use": If name of player's tool is "&bFly": make player execute command "/fly" On rightclick with light green dye: If player has permission "mod.use": If name of player's tool is "&bVanish est ON": make player execute command "/vanish off" Message "&aVanish est maintenant OFF" to player Set slot 7 of player's inventory with 1 gray dye named "&bVanish est OFF" set {vanish.%player%} to false execute player command "scoreboardmodon" On rightclick with grey dye: If player has permission "mod.use": If name of player's tool is "&bVanish est OFF": make player execute command "/vanish on" Message "&aVanish est maintenant ON" to player Set slot 7 of player's inventory with 1 light green dye named "&bVanish est ON" set {vanish.%player%} to true execute player command "scoreboardmodon" On rightclick with tnt: If player has permission "mod.use": If name of player's tool is "&bBoom": make the player shoot a tnt at speed 3 Wait 3 seconds Message "&aBoom!" to player Puis télécharge tout les addons .. Car les erreurs que tu as , moi je ne l'ai est pas
-
Marche pas :'(
-
Car on connait pas mdr
-
Sa give un livre normal , qui est enchanté , donc peut pas être utilisé dans les enclumes :/
-
Tien ;) [spoiler=Clique :D] command /mod: Aliases: staff permission: mod.use permission message: &cVous n'avez pas la permission. trigger: if {mod.%player%} is true: set {mod.%player%} to false clear player's inventory make player execute command "fly off" make player execute command "vanish off" make player execute command "heal" message "&cVous n'avez maintenant plus l'inventaire de Mod." to player execute player command "/scoreboardmodoff" if {mod.%player%} is not true: set {mod.%player%} to true clear player's inventory make player execute command "vanish on" make player execute command "fly on" make player execute command "heal" set slot 0 of player's inventory to 1 compass set slot 1 of player's inventory to 1 wooden axe named "&bWorldEdit" set slot 2 of player's inventory to 1 book named "&bVerif" set slot 3 of player's inventory to 1 flint and steel named "&bFireball" set slot 5 of player's inventory to 1 feather named "&bFly" set slot 6 of player's inventory to 1 stick of knockback 7 named "&bKnockback" set slot 7 of player's inventory to 1 green dye named "&bVanish est ON" set slot 8 of player's inventory to 1 tnt named "&bBoom" message "&aVous avez maintenant l'inventaire de Mod." to player execute player command "/scoreboardmodon" command /scoreboardmodon: permission: mod.use permission message: &cVous n'avez pas la permission. trigger: wipe player's sidebar set name of sidebar of player to "&eAdmin.Mod" set score "&f&m-+---------+-" in sidebar of player to 7 set score "&l➣ Vanish:" in sidebar of player to 6 if {vanish.%player%} is true: set score "&aActivé ✔" in sidebar of player to 5 if {vanish.%player%} is false: set score "&cDésactivé ✘" in sidebar of player to 5 set score " " in sidebar of player to 4 set score "&l➣ Admin.Mod:" in sidebar of player to 3 set score "&aActivé ✔" in sidebar of player to 2 set score "&f&m-+---------+-" in sidebar of player to 1 set score "By MrForoche & WilliamEzzz" in sidebar of player to 0 move display of player to sidebar command /scoreboardmodoff: permission: mod.use permission message: &cVous n'avez pas la permission. trigger: wipe player's sidebar set name of sidebar of player to "&eAdmin.Mod" set score "&f&m-+---------+-" in sidebar of player to 7 set score "&l➣ Vanish:" in sidebar of player to 6 set score "&cDésactivé ✘" in sidebar of player to 5 set score " " in sidebar of player to 4 set score "&l➣ Admin.Mod:" in sidebar of player to 3 set score "&cDésactivé ✘" in sidebar of player to 2 set score "&f&m-+---------+-" in sidebar of player to 1 set score "By MrForoche & WilliamEzzz" in sidebar of player to 0 move display of player to sidebar On rightclick with book: If player has permission "mod.use": If name of player's tool is "&bVerif": make player execute command "/verif %targeted-entity%" Message "&aVerif --->%targeted-entity%" to player On rightclick with flint and steel: If player has permission "mod.use": If name of player's tool is "&bFireball": make player execute command "/fireball" On rightclick with feather: If player has permission "mod.use": If name of player's tool is "&bFly": make player execute command "/fly" On rightclick with green dye: If player has permission "mod.use": If name of player's tool is "&bVanish est ON": make player execute command "/vanish off" Message "&aVanish est maintenant OFF" to player Set slot 7 of player's inventory with 1 gray dye named "&bVanish est OFF" set {vanish.%player%} to false execute player command "scoreboardmodon" On rightclick with grey dye: If player has permission "mod.use": If name of player's tool is "&bVanish est OFF": make player execute command "/vanish on" Message "&aVanish est maintenant ON" to player Set slot 7 of player's inventory with 1 green dye named "&bVanish est ON" set {vanish.%player%} to true execute player command "scoreboardmodon" On rightclick with tnt: If player has permission "mod.use": If name of player's tool is "&bBoom": make the player shoot a tnt at speed 3 Wait 3 seconds Message "&aBoom!" to player
-
Il voulait selectioner la laine puis avoir la couleur dans le tchat nan ?
-
Lol , pas besoin de tous les tester , @PsYZiiK est la ;) (Nan jdec , merci a tous) Mais j'ai une question , pour mettre le permission avec le trigger et ne pas le mettre après ? Cela change quelque chose ?
-
Bonjour, Après avoir fait mon skript , j 'ai remarqué que les joueurs ne reçevaient pas leurs argent. Les joueurs a la départ du jeu sont set dans des variables {team.%player%} Je voudrais que l'équipe gagnante a : +50 RatioMoneys et +20 EpicMoneys Alors que les perdants: +25 RatioMoneys + 10 EpicMoneys Les argents passent: RatioMoney = Iconomy EpicMoney = Skript la variable est {epicmoney.%player%} Code: [spoiler=Clique :D] every 5 seconds: if {point.red} >= 10: execute console command "reset" wait 1 seconds loop all players: if loop-player's world is "woolrush": make loop-player execute "/equipe" send loop-player title "&3L'équipe Bleue &7à gagnée !" with subtitle "&bBravo à tous !" for 5 seconds play raw sound "note.bassattack" at loop-player with pitch 100 volume 100 wait 5 ticks play raw sound "note.bassattack" at loop-player with pitch 100 volume 100 wait 5 ticks play raw sound "note.harp" at loop-player with pitch 100 volume 100 if {team.%loop-player%} is bleu: message "&bRécompenses Des Perdants: &a+ 25 &3&lRatioMoneys &7| &a+ 10 &3&lEpicMoneys" to loop-player execute console command "/iconomy:money give %loop-player% 25" add 10 to {epicmoney.%loop-player%} else if {team.%loop-player%} is rouge: message "&bRécompenses Des Gagnants: &a+ 50 &3&lRatioMoneys &7| &a+ 20 &3&lEpicMoneys" to loop-player execute console command "/iconomy:money give %loop-player% 50" add 20 to {epicmoney.%loop-player%} broadcast "&7| &6WoolRush &7| &7Partie Terminé ! &3L'équipe bleue &7à gagné !" in world "woolrush" if {point.blue} >= 10: execute console command "reset" wait 1 seconds loop all players: if loop-player's world is "woolrush": make loop-player execute "/equipe" send loop-player title "&cL'équipe Rouge &7à gagnée !" with subtitle "&bBravo à tous !" for 5 seconds play raw sound "note.bassattack" at loop-player with pitch 100 volume 100 wait 5 ticks play raw sound "note.bassattack" at loop-player with pitch 100 volume 100 wait 5 ticks play raw sound "note.harp" at loop-player with pitch 100 volume 100 if {team.%loop-player%} is bleu: message "&bRécompenses Des Perdants: &a+ 25 &3&lRatioMoneys &7| &a+ 10 &3&lEpicMoneys" to loop-player execute console command "/iconomy:money give %loop-player% 25" add 10 to {epicmoney.%loop-player%} else if {team.%loop-player%} is rouge: message "&bRécompenses Des Gagnants: &a+ 50 &3&lRatioMoneys &7| &a+ 20 &3&lEpicMoneys" to loop-player execute console command "/iconomy:money give %loop-player% 50" add 20 to {epicmoney.%loop-player%} message "&bRécompenses De La Partie: &a+ 50 &3&lRatioMoneys &7| &a+ 20 &3&lEpicMoneys" to loop-player execute console command "/iconomy:money give %loop-player% 50" add 20 to {epicmoney.%loop-player%} Merci a tous ;D
-
Bonjour, Je voudrais un code qui permet d'enlever tout les blocs de laine posé par le joueur dans un monde. Monde: WoolRush Commande: /reset Permission: sk.staff Variables des blocs posé: {bloc.woolrush} Merci :)
-
Tu donne combien ? Mdr le mec qui est là pour ça
-
Il me faut le livre moi :/ Y a vraiment pas moyen ?
-
Bonjour, Depuis quelque heure je cherche comme avoir un livre protection 2 , je n'y trouve rien du tout.
-
Merchiii :)
-
D'accord tien: command /teambleu: trigger: set {team.%player%} to "bleu" command /teamrouge: trigger: set {team.%player%} to "rouge" on damage of a player: attacker is in world "Evolution22" attacker is a player if {team.%victim%.%attacker%} is rouge: cancel the event send "&cTu ne peux pas." to attacker if {team.%victim%.%attacker%} is bleu: cancel the event send "&cTu ne peux pas." to attacker
-
Il y a que ça ^^ C'est un truc de team , le reste c'est une simple commande qui set le {team.%player%} to bleu ou rouge
-
_______________________________________________________________________________________________________________________________________ • Version MC : 1.8.7 • Spigot ou Bukkit : Spigot • Votre code (s'il est trop long, mettez un spoiler) : on damage of a player: attacker is in world "Evolution22" attacker is a player if {team.%victim%.%attacker%} is rouge: cancel the event send "&cTu ne peux pas." to attacker if {team.%victim%.%attacker%} is bleu: cancel the event send "&cTu ne peux pas." to attacker • Votre version de Skript : 1.8 • Vos ADD-ONS ainsi que leur version : Tout les addons , j'en est vraiment bcp _______________________________________________________________________________________________________________________________________
-
Bah , le mec qui se fait tapé se nom "victim"
-
Bah c'est le skript total ... Y a juste une commande qui permet de set l'équipe "rouge" ou "bleu" au joueur.
-
Bonjour, J'ai fais un script permettant de ne pas ce tapé entre les joueurs dans la meme équipe Sauf que je peux toujours tapé mon ami alors qu'on est dans la meme équipe. Erreur: 0 Code: on damage of a player: attacker is in world "Evolution22" attacker is a player if {team.%victim%.%attacker%} is rouge: cancel the event send "&cTu ne peux pas." to attacker if {team.%victim%.%attacker%} is bleu: cancel the event send "&cTu ne peux pas." to attacker
-
Demande lui en MP
-
Je pense oui ^^ Mais regarde le skript , il devrait préciser la version
-
Marche po , sa me dit tu dois attendre un nombre de joueur nanan et sa fait rien au final
-
1.8.7
-
Bah sa marche très bien chez moi :x