-
Compteur de contenus
670 -
Inscription
-
Dernière visite
-
Jours gagnés
4
Type de contenu
Profils
Forums
Téléchargements
Tout ce qui a été posté par Howk
-
format slot 13 of player with golden apple named "&6&lUHCKit" to close then run "mv tp %player% KITUHC" Et ça ?
-
si tu es en 1.8, tu dois télécharger ceci : https://www.spigotmc.org/resources/json-sk.8851/
-
En skript j'ai jamais trouver un truc qui parle de ça :/ mais en plugin je pense que oui.
-
si tu es en local, et le online-player en true et test.
-
si tu es sur un serveur cracké ou que tu as un compte cracké c'est normal, sinon c'est ton serveur qui foire je pense
-
En résumé, tu veux que quand on enchant un outils dans la table d'enchantement, on ne vois pas le "Sharpness 2 ?" c'est ça ?
-
on leftclick on iron door or wooden door or on trap or on netherrack: if player is holding a tripwire hook named "&6LockPick": if player have permission "lockpick.use": break target block send "&6Tu viens d'utiliser la compétance du &4lockpicking !" else: send "&6Tu n'as pas la permission d'utiliser le lockpicking" Comme ceci ?
-
Tu as fail ton noelshack, l'image est off ^^ Si c'est internal error, tu as bien les addons et ils sont à jour ? Si tu es en 1.8, il te faut un json.sk
-
Tu es en 1.7 ou en 1.8 ? (voir 1.9 ? :c) Sinon vérifie bien de pas avoir fait d'espaces/tabs/d'avoir oublier de mettre le trigger.
-
sinon fait : /mv tp %player% KITUHC Vérifie de bien avoir écrit le nom du monde ou de l'avoir activé ;)
-
Qu'est ce qui marche pas ? Il y a des erreurs ?
-
options: temps: 10 #le temps qu'il y aura avant que les joueurs ne soient plus en combat on damage of player: if attacker is a player: send "&cTu es entré en combat" to victim send "&cTu es entré en combat" to attacker set {combat.%attacker%} to true set {combat.%victim%} to true wait {@temps} seconds set {combat.%attacker%} to true set {combat.%victim%} to true on command /tacommande: if {combat.%attacker%} is true: cancel event send "&cTu ne peux pas faire cette commande en combat" on command /tacommande: if {combat.%victim%} is true: cancel event send "&cTu ne peux pas faire cette commande en combat"
-
il/elle veut bloquer seulement pendant un combat.
-
pour avoir des pourcentages de chance faut utiliser : chance of <nombre>%: bla bla bla...
-
il y a des plugins comment combatlog qui te permettent de bloquer des commandes en combat.
-
command /myban [<text>] [<text>]: permission: myban.use trigger: if arg 1 is not set: send "&aLa commande est &6/myban <joueur> <raison>" else if arg 2 is not set: send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>" else if arg 3 is not set: send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>" else: strike lightning at the arg-1 wait 2 ticks pop ball large firework colored red at arg-1 to loop-player kick player play level up at loop-player with pitch 1 broadcast "&6%player% &4a bannit &6%arg-1% pour %arg-3%" set {myban.%arg-1%} to true command /mytempban [<text>] [<text>] [<text>]: permission: myban.use trigger: if arg 1 is not set: send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>" else if arg 2 is not set: send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>" else if arg 3 is not set: send "&aLa commande est &6/mytempban <joueur> <temps en minutes> <raison>" else: loop all players: strike lightning at the arg-1 wait 2 ticks pop ball large firework colored red at arg-1 to loop-player kick player play level up at loop-player with pitch 1 broadcast "&6%player% &4a bannit temporairement &6%arg-1% pour %arg-3%" set {mytempban.%arg-1%} to true wait arg-2 minutes set {mytempban.%arg-1%} to false on join: if {mytempban.%player%} is true: kick the player due to "&4Tu es bannis &6%{temps.mytempban.%player%} &4pour &6{reasontempban.%player%}&4." on join: if {myban.%player%} is true: kick the player due to "&4Tu es bannis définitivement pour &6{reasonban.%player%}&4." ça devrait être bon
-
ça doit être dans la config du faction ça normalement
-
Merci :p, mais j'ai pas trop compris le fonctionnement :/, comment je les réutilises après ?
-
ah :/, remplace le in {_z} par line 1 peut être ?
-
Erreur : '::*}' is not a valid item data
Howk a répondu à un(e) question de > NoaGamingFR dans Résolus
C'est à quel ligne l'erreur ? -
command /jeux [<text>]: trigger: if arg 1 is not set: wait 2 ticks open chest with 1 rows named "&e&l&oMini-Jeux" to player wait 1 ticks format slot 0 of player with 1 160 named "&a&lInterdit" with lore "&aInterdit" to close format slot 1 of player with 1 160 named "&a&lInterdit" with lore "&aInterdit" to close format slot 2 of player with 1 160 named "&a&lInterdit" with lore "&aInterdit" to close format slot 3 of player with 2 named "&6&lSkyblock" with lore "&6&lSkyBlock" to close then run "sudo %player% jeux skyblock" format slot 4 of player with 1 160 named "&a&lInterdit" with lore "&aInterdit" to close format slot 5 of player with 1 276 named "&c&lSemiRp" with lore "&4En Développment" to close then run "/dev" format slot 6 of player with 1 160 named "&a&lInterdit" with lore "&aInterdit" to close format slot 7 of player with 1 160 named "&a&lInterdit" with lore "&aInterdit" to close format slot 8 of player with 1 160 named "&a&lInterdit" with lore "&aInterdit" to close if arg 1 is "skyblock": send player to "skyblock" Il te faut umbaska et il faut que tu mette : use_Bungee: true dans le fichier de config
-
je pense qu'avec ça, le {_z} correspond au text de la ligne 1 et non au chiffre :/, mais c'est pas sûr
-
De rien ^^
-
bah : set {tool.%UUID of player%} to player's tool set {nametool.%UUID of player%} to name of player's tool ça devrait marcher
-
pour l'item faut que tu utilise le %tool of player% ou le %player tool% pour le nom c'est %name of tool% ou %name of player's tool% Je suis pas sûr mais test quand même
