Aller au contenu

Howk

Ancien
  • Compteur de contenus

    670
  • Inscription

  • Dernière visite

  • Jours gagnés

    4

Tout ce qui a été posté par Howk

  1. Howk

    TP monde multiverse

    format slot 13 of player with golden apple named "&6&lUHCKit" to close then run "mv tp %player% KITUHC" Et ça ?
  2. Howk

    Message json

    si tu es en 1.8, tu dois télécharger ceci : https://www.spigotmc.org/resources/json-sk.8851/
  3. En skript j'ai jamais trouver un truc qui parle de ça :/ mais en plugin je pense que oui.
  4. Howk

    Où est passé ma tête ??

    si tu es en local, et le online-player en true et test.
  5. Howk

    Où est passé ma tête ??

    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
  6. 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 ?
  7. Howk

    Plugin de LockPick

    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 ?
  8. Howk

    Message json

    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
  9. Howk

    Problème avec Umbaska

    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.
  10. Howk

    TP monde multiverse

    sinon fait : /mv tp %player% KITUHC Vérifie de bien avoir écrit le nom du monde ou de l'avoir activé ;)
  11. Howk

    donné moi le problême

    Qu'est ce qui marche pas ? Il y a des erreurs ?
  12. 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"
  13. il/elle veut bloquer seulement pendant un combat.
  14. Howk

    Plugin loteriechest

    pour avoir des pourcentages de chance faut utiliser : chance of <nombre>%: bla bla bla...
  15. il y a des plugins comment combatlog qui te permettent de bloquer des commandes en combat.
  16. Howk

    Skript ban/tempban

    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
  17. Howk

    Script faction

    ça doit être dans la config du faction ça normalement
  18. Howk

    Fonction format slot

    Merci :p, mais j'ai pas trop compris le fonctionnement :/, comment je les réutilises après ?
  19. Howk

    Problème Panneau

    ah :/, remplace le in {_z} par line 1 peut être ?
  20. C'est à quel ligne l'erreur ?
  21. Howk

    Probleme

    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
  22. Howk

    Problème Panneau

    je pense qu'avec ça, le {_z} correspond au text de la ligne 1 et non au chiffre :/, mais c'est pas sûr
  23. De rien ^^
  24. bah : set {tool.%UUID of player%} to player's tool set {nametool.%UUID of player%} to name of player's tool ça devrait marcher
  25. 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
×
×
  • 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.