Aller au contenu

Diamax10

Membre
  • Compteur de contenus

    17
  • Inscription

  • Dernière visite

À propos de Diamax10

Visiteurs récents du profil

Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.

Diamax10's Achievements

Intérresé

Intérresé (3/9)

  • Premier message
  • Contributeur
  • Une semaine plus tard
  • Un mois plus tard
  • Un an plus tard

Recent Badges

1

Réputation sur la communauté

  1. Diamax10

    Erreur Avec les GUIs

    Il te faut SkQuery : https://dev.bukkit.org/bukkit-plugins/skquery/
  2. Aïe :/ Je suis d'accord pour le slash mais pour le %loop-player% il va falloir revoir les bases Nanof ^^
  3. Diamax10

    Easter Egg

    Juste pour test comme tu n'as aucune erreurs met ça: every 5 seconds: loop all entities: if loop-entity is a wolf: set the wolf collar color of loop-entity to blue wait 1 second set the wolf collar color of loop-entity to orange wait 1 second set the wolf collar color of loop-entity to yellow wait 1 second set the wolf collar color of loop-entity to green wait 1 second set the wolf collar color of loop-entity to gray wait 1 second set the wolf collar color of loop-entity to red wait 1 second Pour voir si c'est le nametag qui fait bug le truc :p
  4. Diamax10

    Erreur Avec les GUIs

    Essaye ça peut être :/ on inventory click: if line 1 of lore of inventory item contains "test": broadcast "a"
  5. Diamax10

    Edit un hologram

    set holo[gram] lines of %hologram% to %string% Dépendance: Umbaska Je pense que ça fera l'affaire ;)
  6. Diamax10

    Easter Egg

    Voilà le code, par contre il ne marche pas à cause d'une erreur dans ExtraSK :/ every 5 seconds: loop all entities: if loop-entity is a wolf: if name of loop-entity is "_Saito119_": set the wolf collar color of loop-entity to blue wait 1 second set the wolf collar color of loop-entity to orange wait 1 second set the wolf collar color of loop-entity to yellow wait 1 second set the wolf collar color of loop-entity to green wait 1 second set the wolf collar color of loop-entity to gray wait 1 second set the wolf collar color of loop-entity to red wait 1 second
  7. Diamax10

    Tuer un NPC

    Là je ne sais pas trop :/ tu peux essayer d'exécuter une commande (voir doc de citizen) avec l'argument %last created citizen id% au lieu d'utiliser le "make citizen %number% vulnerable" ;)
  8. format slot 10 of player with leather helmet named "&7&lGrade Ecuyer" to close then run "sudo %player% grade ecuyer" Tu utilises ça pour exécuter ta commande ? Si oui fait plutôt: format slot 10 of player with leather helmet named "&7&lGrade Ecuyer" to close then run "run player command "grade ecuyer" as op" Et aussi met 1 ou 2 ticks avec de faire l'action de la commande: command /grade <text>: trigger: wait 2 ticks ACTION ... Dans ton cas command /grade [<text>]: # trigger: wait 2 ticks if arg 1 is not set: #====================================Inventaire-GUI-GRADES================================# open chest with 3 rows named "&b&lGrade" to player wait 1 ticks format slot 18 of player with emerald named "&c&lTs : &7&lnaxicube.ts3serv.com" to be unstealable format slot 1 of player with yellow stained glass pane named "&7&lNaxiCube " to be unstealable #to be unstealable = ne fais rien format slot 2 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable #to close = fermer format slot 3 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable #to close then run "sudo %player% tacommande" = execute une commande format slot 4 of player with yellow stained glass pane named "&7&lNaxiCube " to be unstealable format slot 5 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable format slot 6 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable format slot 7 of player with yellow stained glass pane named "&7&lNaxiCube " to be unstealable format slot 26 of player with redstone named "&c&lQuitté le menu " to close format slot 9 of player with light green stained glass pane named "&7&lNaxiCube " to be unstealable format slot 10 of player with leather helmet named "&7&lGrade Ecuyer" to close then run "sudo %player% grade ecuyer" format slot 11 of player with light green stained glass pane named "&7&lNaxiCube " to be unstealable format slot 12 of player with Chain Helmet named "&2&lGrade Chevalier" to close then run "sudo %player% grade chevalier" format slot 13 of player with light green stained glass pane named "&7&lNaxiCube " to be unstealable format slot 14 of player with iron helmet named "&e&lGrade Mercenaire" to close then run "sudo %player% grade mercenaire" format slot 15 of player with light green stained glass pane named "&7&lNaxiCube " to be unstealable format slot 16 of player with diamond helmet named "&5&lGrade Templier " to close then run "sudo %player% grade templier" format slot 17 of player with light green stained glass pane named "&7&lNaxiCube " to be unstealable format slot 0 of player with diamond named "&c&lSite : &b&lwww.NaxiCube.fr " to be unstealable format slot 19 of player with yellow stained glass pane named "&7&lNaxiCube " to be unstealable format slot 20 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable format slot 21 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable format slot 22 of player with yellow stained glass pane named "&7&lNaxiCube " to be unstealable format slot 23 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable format slot 24 of player with blue stained glass pane named "&7&lNaxiCube " to be unstealable format slot 25 of player with yellow stained glass pane named "&7&lNaxiCube " to be unstealable format slot 8 of player with gold ingot named "&c&lBoutique : &e&lwww.NaxiCube.fr/boutique" to be unstealable if arg 1 is "ecuyer": if player's balance >= 10000: send "&6&lVous venez d'acheter le Grade &e&lecuyer!" make console execute command "/bcast &6&l%player% &b&lest désormais Ecuyer !" wait 5 ticks execute console command "manuadd %player% ecuyer" execute console command "eco take %player% 10000" else send "&c&lCe kit Coûte &b&l10000$ &c&ltu n'a pas assez D'argent !"
  9. Diamax10

    Tuer un NPC

    Essaye: despawn citizen %last created citizen id% Ou despawn citizen "%last created citizen id%" Ou encore despawn citizen last created citizen id Comme je suis sur portable je te propose 3 solutions à testé ^^
  10. Et si tu essayes: run player command "/manuadd ..." as op execute console command "/manuadd ..." Et aussi essaye sans le slash ^^
  11. Diamax10

    Easter Egg

    J'ai repris le code de @Random donc voilà ce que ça donne : every 5 seconds: loop all wolves: if name of loop-entity is "_Saito119_" : loop 5 times: set the wolf collar of loop-wolf to blue wait 1 second set the wolf collar of loop-wolf to orange wait 1 second set the wolf collar of loop-wolf to yellow wait 1 second set the wolf collar of loop-wolf to green wait 1 second set the wolf collar of loop-wolf to gray wait 1 second set the wolf collar of loop-wolf to red wait 1 second Il faut juste remplacer les espaces par des tabulations, mais normalement ça devrait ressembler à ça ;)
  12. Pourquoi mettre un stop à la fin ? Et sinon oui, c'est vrai que je n'y avais pas pensé à cette solution ^^'
  13. Diamax10

    Duplication de variables

    Salut, essaye ça au lieu de {piochecompxp.%attacker%.xp}: add 10 to {piochecompxp.xp::%attacker%} En espérant t'avoir aider :)
  14. Salut, je pense que ceci devrai faire l'affaire on break of glass: wait 5 seconds set block at event-location to plain glass block A noter que ça prend en compte que les vitres vierges et non pas celles teintées ;)
×
×
  • 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.