-
Compteur de contenus
471 -
Inscription
-
Dernière visite
-
Jours gagnés
6
Type de contenu
Profils
Forums
Téléchargements
Tout ce qui a été posté par ByNow
-
Merci Voici ce que j'ai fais : on command "/uhcrandomlol": wait 1 tick clear inventory of the player give a book named "&bKit UHC Default" to the slot 0 of player give a book named "&bKit UHC Custom" to the slot 2 of player command /edit: trigger: if player is in world "spawn": set gamemode of player to survival clear inventory of the player make console execute command "/feed %player%" equip player with a diamond helmet equip player with a diamond chestplate equip player with a diamond leggings equip player with a diamond boots set slot 0 of player to a diamond sword of sharpness 2 named "" give a fishing rod to the slot 1 of player give a lava bucket to the slot 32 of player give 64 steak to the slot 3 of player give 64 arrow to the slot 27 of player set slot 6 of player to a bow of power 3 named "" give 64 oak wood planks to the slot 7 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give 64 cobblestone to the slot 28 of player give a water bucket to the slot 8 of player give a water bucket to the slot 30 of player give a lava bucket to the slot 2 of player give a golden apple item named "&6Golden Head" to the slot 5 of player give a golden apple item named "&6Golden Head" to the slot 5 of player give a golden apple item named "&6Golden Head" to the slot 5 of player send "&4&oLes teams sont interdites !" give player compass named "&6Tracker" send "&eUne fois votre kit créer, faites /save" set {save.%player%} to true else: cancel event send "&eVous devez être au spawn pour effectuez cette commande." command /save: trigger: if {save.%player%} is false: send "&eVous devez d'abbord faire /edit" else: set {_count} to 0 loop 36 times : set {inv.%player%.%{_count}%.main} to slot {_count} of player's inventory add 1 to {_count} set {inv.%player%.helmet main} to player's helmet set {inv.%player%.chest.main} to player's chestplate set {inv.%player%.legs.main} to player's leggings set {inv.%player%.feet.main} to player's boots set {save.%player%} to false send "&aVotre kit custom uhc à bien été créer !" clear inventory of the player give a clock named "&7&oWarps" to the slot 0 of player give a chest named "&bTéléportation au UHC FFA &7(Clique Droit)" to the slot 4 of player on rightclick with book: if name of player's tool is "&bKit UHC Default": make player execute command "/4598uhc" send "&2Kit UHC Default reçu." else if name of player's tool is "&bKit UHC Custom": if {kit.uhc.custom.%player%} is not set: send "&eVous devez d'abbord créer votre kit !" cancel event else: loop 36 times: set slot {_count} of player's inventory to {inv.%player%.%{_count}%.main} add 1 to {_count} set the helmet of player to {inv.%player%.helmet.main} set the chestplate of player to {inv.%player%.chest.main} set the leggings of player to {inv.%player%.legs.main} set the boots of player to {inv.%player%.feet.main} Mais ça ne marche pas pourtant ça me dis aucune erreur :/
-
Bonjour, Je veux faire un kit custom pour mon uhc sauf que je n'y arrive pas : Code : on command "/uhcrandomlol": wait 1 tick clear inventory of the player give a book named "&bKit UHC Default" to the slot 0 of player give a book named "&bKit UHC Custom" to the slot 2 of player command /edit: trigger: set gamemode of player to survival clear inventory of the player make console execute command "/feed %player%" equip player with a diamond helmet equip player with a diamond chestplate equip player with a diamond leggings equip player with a diamond boots set slot 0 of player to a diamond sword of sharpness 2 named "" give a fishing rod to the slot 1 of player give a lava bucket to the slot 32 of player give 64 steak to the slot 3 of player give 64 arrow to the slot 27 of player set slot 6 of player to a bow of power 3 named "" give 64 oak wood planks to the slot 7 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give golden apple item to the slot 4 of player give 64 cobblestone to the slot 28 of player give a water bucket to the slot 8 of player give a water bucket to the slot 30 of player give a lava bucket to the slot 2 of player give a golden apple item named "&6Golden Head" to the slot 5 of player give a golden apple item named "&6Golden Head" to the slot 5 of player give a golden apple item named "&6Golden Head" to the slot 5 of player send "&4&oLes teams sont interdites !" give player compass named "&6Tracker" send "&eUne fois votre kit créer, faites /save" set {save.%player%} to true command /save: trigger: if {save.%player%} is false: send "&eVous devez d'abbord faire /edit" else: set {kit.uhc.custom.%player%} to player's inventory set {save.%player%} to false send "&aVotre kit custom uhc à bien été créer !" clear inventory of the player give a clock named "&7&oWarps" to the slot 0 of player give a chest named "&bTéléportation au UHC FFA &7(Clique Droit)" to the slot 4 of player on rightclick with book: if name of player's tool is "&bKit UHC Default": make player execute command "/4598uhc" send "&2Kit UHC Default reçu." else if name of player's tool is "&bKit UHC Custom": if {kit.uhc.custom.%player%} is not set: send "&eVous devez d'abbord créer votre kit !" cancel event else: give {inv.uhc.%player%} send "&2Kit Custom reçu !" Je veux sauvegarder mon kit dans une variable sauf que skript me dis que c'est impossible : https://gyazo.com/198cf32754cadb2898e4d0cc6e5b3017 Merci de votre aide !
-
Comment pourais-je faire alors ?
-
Bah genre des blocks de glass et de lave apparaissent c'est chelou regarde sur le screen
-
Bonjour, Je veux faire une sorte de Vanish en skript sauf que le joueur ne disparait pas, on le vois quand même Code: command /shide: permission: emod.use permission message: {@permissiondeny} trigger: hide player from all players set player's gamemode to creative send "&ePlus personne ne vous vois." command /sunhide: permission: emod.use permission message: {@permissiondeny} trigger: reveal player from all players set player's gamemode to creative send "&eTout le monde vous vois." on quit: make player execute command "/sunhide" on join: make player execute command "/sunhide" on rightclick with bone: if name of player's tool contains "&cVanish &7[&3OFF&7]": if player have permission "emod.use": hide player from all players set player's gamemode to creative send "&ePlus personne ne vous vois." set name of tool to "&cVanish &7[&3ON&7]" else if name of player's tool is "&cVanish &7[&3ON&7]": if player have permission "emod.use": reveal player from all players set player's gamemode to creative send "&eTout le monde vous vois." set name of tool to "&cVanish &7[&3OFF&7]" Merci de votre aide :p
-
Tien :p on break: world is "UHCFFA" add location of block to {broken.blocks::*} add type of block to {broken.type::*} set {ignore.locations::%location of event-block%} to true on place: world is "UHCFFA" add location of block to {placed.blocks::*} set {ignore.locations::%location of event-block%} to true command /regen: permission: regen.use permission message: &4&oVous n'avez pas la permission d'utiliser cette commande ! trigger: broadcast "&7[&7&oUHC&7] &eRégénération de la map en cour.." loop {broken.blocks::*}: set {_loc} to loop-value set block at {_loc} to {broken.type::%loop-index%} loop {placed.blocks::*}: set {_loc} to loop-value set block at {_loc} to air delete {broken.blocks::*} broadcast "&7[&7&oUHC&7] &eRégénération terminée !"
-
Bonjour, Il y a un peu longtemps j'avais demander un skript pour faire /regen , pour mon ffa uhc. Sauf qu'il y a pas mal de bug :/ Pour le code demandez moi en pv Merci j'ai vraiment de besoin de votre aide sur ce coup :)
-
ByNow updated Enderpearl Cooldown with a new update entry: Ajout d'un scoreboard avec temps de cooldown restant Read the rest of this update entry...
-
Merci de ta réponse le deuxième code marche :p
-
Toujours l'erreur :/ pourtant que je reload ça me dis aucune erreur et pour codeur je sais pas déso
-
Bonjour, J'ai créer un scoreboard avec skyrayfall et dedans je veux intégrer mon cooldown d'enderpearl. Sauf que à chaque fois que je fais la commande sa fais ça : https://gyazo.com/1e6716e28fd9cb5575917a40c12c460f Code : command /sidebar: trigger: set name of sidebar of player to "&7Enderpearl Cooldown :" set score "&7-----------" in sidebar of player to 1 set score "&a%{ec.time.%player%}% restantes" in sidebar of player to 2 Si vous connaissez d'autre moyen de faire un scoreboard dite le moi car sur SkUnity il dise pas le code en entier. Je veux juste pas faire de scoreboard avec skript (celui intégrer) car à chaque fois qu'on reload le scoreboard disparait et se remet. Merci !
-
merci :p d'ailleur je vais créer un new poste si tu peux m'aidé stp
-
add skype : myconnectionisinpls
-
Oui merci désolé mon tel ct eitein
-
ah non c bon ça c fais tout seul bonne soirée !
-
Juste une dernière question @lecrafteur18 : comment je fais si je veux dire que {uhcffa.nbr} = 0 (<none>) ça écrit 0 ?
-
C'est bon merci ça marche @lecrafteur18 , merci, je m'étais casser la tête pour un truc simple :( @MickaAzizz_ Oui j'améliore juste mon serveur, mais il est déjà ouvert, tien l'ip si tu veux voir : elitefight.omgserv.net Bonne journée :p
-
ByNow updated Enderpearl Cooldown with a new update entry: Règle bug event Read the rest of this update entry...
-
Bonjour, Je possède un uhc ffa sur mon serveur et dans menu j'ai mis qu'on pouvait rejoindre l'uhc. Ce que je veux faire c'est que dans la description de l'item pour rejoindre l'uhc, je veux afficher le nombre de joueur dans l'uhc. J'ai déjà essayer de faire ça sauf que je n'y arrive pas. Code : format slot 5 of player with chest named "&2UHC FFA" with lore "%{_nbuhc}% joueurs dans l'uhc." to close then run [make player execute command "/uhcrandomlol"] play raw sound "note.bass" at player with pitch 1 volume 10 on command "/uhcrandomlol": wait 1 tick make player execute command "/4598uhc" set {_nbuhc} to 0 loop all players: if loop-player is in world "FFA": add 1 to {_nbuhc} on death of player: if victim is in world "FFA": remove 1 from {_nbuhc} Commandes pour rejoindre l'uhc : - /uhcrandomlol Monde de l'uhc : - FFA Merci de votre aide !
-
ByNow submitted a new resource: [plain]Enderpearl Cooldown[/plain] - [plain]Mettre un cooldown sur les enderpearls.[/plain] Read more about this resource...
-
Version de mon spigot : 1.7.10 Umbasaka utilisé : https://gyazo.com/0afedbc65f6226d1e005749952e67f20
-
Bonjour, J'ai une erreur que je n'arrive pas à comprendre : https://gyazo.com/aad3763b846f87691c46ce5241df9127 Code : on join: loop 500 times: send "" show player image from "http://fc07.deviantart.net/fs71/f/2012/154/c/f/creeper_face_by_cyantnt-d524q5v.jpg" with "&6&lYOLO", "YOLO", "YOLOOO" Addon : Umbaska Recherche faite : https://www.skunity.com/search?search=show+image Merci :p