-
Compteur de contenus
403 -
Inscription
-
Dernière visite
-
Jours gagnés
12
Type de contenu
Profils
Forums
Téléchargements
Tout ce qui a été posté par GhostKiller76
-
Voilà quelques commandes : options: noperm: &c&lTu n'as pas la permission d'utiliser cette commande &f! command /slots [<text>] [<integer>]: trigger: if player has permission "slots.modif": if arg 1 is set: if arg 2 is set: set {slots.%arg 1%} to arg 2 send "&bLe monde &7%arg-1% &bpeut maintenant avoir &7%arg 2% &bjoueurs" else: send "&cUtilise &f: &e/slots %arg 1% <nombre>" else: send "&cUtilise &f: &e/slots <monde> <nombre>" else: send "{@noperm}" command /mondewhitelist [<text>] [<text>]: trigger: if player has permission "slots.whitelist": if arg 1 is set: if arg 2 is set: if arg 1 is "on": if {whitelist.%arg 2%} is not set: set {whitelist.%arg 2%} to false if {whitelist.%arg 2%} = false: set {whitelist.%arg 2%} to true send "&bWhitelist activé dans le monde &7%arg 2%" else: send "&bWhitelist déjà activer &f!" if arg 1 is "off": if {whitelist.%arg 2%} is not set: set {whitelist.%arg 2%} to false if {whitelist.%arg 2%} = true: set {whitelist.%arg 2%} to false send "&bWhitelist désactivé dans le monde &7%arg 2%" else: send "&bWhitelist déjà désactiver &f!"
-
Bug depuis l’installation de WorldGuard
GhostKiller76 a répondu à un(e) question de loldefr dans Résolus
Alors franchement je pens (donc pas sur) que sa doit être un conflit entre SkStuff et WG :) -
Bug depuis l’installation de WorldGuard
GhostKiller76 a répondu à un(e) question de loldefr dans Résolus
Ok a ce que je peut voir , il y a un problème avec SkStuff essaye de le retirer et dit moi :) -
Bug depuis l’installation de WorldGuard
GhostKiller76 a répondu à un(e) question de loldefr dans Résolus
Version de ton serveur Spigot / Bukkit ? -
Je te conseille de télécharger les add-ons dans la signature de @SwiKZiiK :)
-
Faire bouger un npc ou un mob
GhostKiller76 a répondu à un(e) question de Enrique45210 dans Inactifs
Mdr x) -
Oublie pas le petit like des familles x)
-
Exactement , si ton problème est résolus like et met ce post en Résolus !
-
essaye cet commande et dit moi ;): command /test: trigger: send "&bTéléportation au spawn dans &75 &bsecondes" wait 5 seconds teleport player to spawn
-
Ton /spawn et avec la commande d'essentials , si non dit moi avec quel plugins :)
-
Tu as une variable pour ton spawn ??
-
Ah donc je vien de me rendre compte de ce que je dois faire :p xD EDIT (Voici voilà): command /gui: trigger: set {gui.%player's UUID%} to true wait 2 ticks open chest with 3 rows named "&c----=== &4&lAvoue Tu ? &c===----" to player format slot 0 of player with stained glass pane:14 named " " to be unstealable format slot 1 of player with stained glass pane:14 named " " to be unstealable format slot 2 of player with stained glass pane:14 named " " to be unstealable format slot 3 of player with stained glass pane:14 named " " to be unstealable format slot 4 of player with player's skull named "&6&lCheat-tu ?" to be unstealable format slot 5 of player with stained glass pane:14 named " " to be unstealable format slot 6 of player with stained glass pane:14 named " " to be unstealable format slot 7 of player with stained glass pane:14 named " " to be unstealable format slot 8 of player with stained glass pane:14 named " " to be unstealable format slot 9 of player with stained glass pane:14 named " " to be unstealable format slot 10 of player with glowing diamond block named "&lOui" to run [make console execute command "/tempban %player% 14d Cheat/Avoué !"] format slot 11 of player with stained glass pane:3 named " " to be unstealable format slot 12 of player with stained glass pane:3 named " " to be unstealable format slot 13 of player with stained glass pane:3 named " " to be unstealable format slot 14 of player with stained glass pane:3 named " " to be unstealable format slot 15 of player with stained glass pane:3 named " " to be unstealable format slot 16 of player with glowing gold block named "&lNon" to run [make player execute command "/§gui2"] format slot 17 of player with stained glass pane:14 named " " to be unstealable format slot 18 of player with stained glass pane:14 named " " to be unstealable format slot 19 of player with stained glass pane:14 named " " to be unstealable format slot 20 of player with stained glass pane:14 named " " to be unstealable format slot 21 of player with stained glass pane:14 named " " to be unstealable format slot 22 of player with stained glass pane:14 named " " to be unstealable format slot 23 of player with stained glass pane:14 named " " to be unstealable format slot 24 of player with stained glass pane:14 named " " to be unstealable format slot 25 of player with stained glass pane:14 named " " to be unstealable format slot 26 of player with stained glass pane:14 named " " to be unstealable command /§gui2: trigger: wait 2 ticks open chest with 3 rows named "&c----=== &4&lAccepte-tu &c===----" to player format slot 0 of player with stained glass pane:14 named " " to be unstealable format slot 1 of player with stained glass pane:14 named " " to be unstealable format slot 2 of player with stained glass pane:14 named " " to be unstealable format slot 3 of player with stained glass pane:14 named " " to be unstealable format slot 4 of player with player's skull named "&6&lAccepte-tu une vérification pc ?" to be unstealable format slot 5 of player with stained glass pane:14 named " " to be unstealable format slot 6 of player with stained glass pane:14 named " " to be unstealable format slot 7 of player with stained glass pane:14 named " " to be unstealable format slot 8 of player with stained glass pane:14 named " " to be unstealable format slot 9 of player with stained glass pane:14 named " " to be unstealable format slot 10 of player with glowing diamond block named "&lOui" to run [make player execute command "/verifoui"] format slot 11 of player with stained glass pane:3 named " " to be unstealable format slot 12 of player with stained glass pane:3 named " " to be unstealable format slot 13 of player with stained glass pane:3 named " " to be unstealable format slot 14 of player with stained glass pane:3 named " " to be unstealable format slot 15 of player with stained glass pane:3 named " " to be unstealable format slot 16 of player with glowing gold block named "&lNon" to run [make player execute command "/git"] format slot 17 of player with stained glass pane:14 named " " to be unstealable format slot 18 of player with stained glass pane:14 named " " to be unstealable format slot 19 of player with stained glass pane:14 named " " to be unstealable format slot 20 of player with stained glass pane:14 named " " to be unstealable format slot 21 of player with stained glass pane:14 named " " to be unstealable format slot 22 of player with stained glass pane:14 named " " to be unstealable format slot 23 of player with stained glass pane:14 named " " to be unstealable format slot 24 of player with stained glass pane:14 named " " to be unstealable format slot 25 of player with stained glass pane:14 named " " to be unstealable format slot 26 of player with stained glass pane:14 named " " to be unstealable command /verifoui: trigger: loop all players: #Loop tout les joueurs if loop-value has permission "staff.mod": #Si les joueurs ont la permission staff.mod send "&4[&cStaff&4] &aLe joueur &2%player% &aétant freeze accepte la vérification pc !" to loop-value #Envoyer le message "..." aux joueurs send "&aTu as accepter la vérification PC &f, &eEn attente d'une réponse du STAFF &f!" to player on inventory close: wait 3 ticks if {gui.%player's UUID%} is true: make player execute command "/gui" command /git: trigger: set {gui.%player's UUID%} to false on join: set {gui.%player's UUID%} to 0 on quit: set {gui.%player's UUID%} to 0
-
Tu as oublié une étape mais bon je te passe l'étape qui permet d'avertir le staff qu'il a accepter (PASSE MOI TON CODE ENTIER x)): command /test: trigger: loop all players: #Loop tout les joueurs if loop-value has permission "staff.mod": #Si les joueurs ont la permission staff.mod send "&4[&cStaff&4] &aLe joueur &2%player% &aétant freeze accepte la vérification pc !" to loop-value #Envoyer le message "..." aux joueurs
-
Passe ton code stp je l'ajoute :)
-
Il y était déjà a la base quand tu installe Skript , si ton problème est résolus alors met le en Résolus
-
Merci bien :)
-
Tu peut envoyer ton spigot.yml ainsi que ton fichier de redemarrage après sa aideras plusieurs personne dont moi :)
-
Non sa ne marche pas pour moi je viens d'essayer :p
-
Sinon , tu fait une variable que quand la partie se termine alors sa met {tavariable} sur true et si c'est true tu fais tes commandes souhaitais :) Sinon envoie MP ton code je pourait peut etre t'aider :p
-
Tu veut le redémarrer pour réinitialiser le monde ?
-
Je crois pas que le /restart redémarre le serveur pareil pour le /stop mais si je me trompe pas , quand ton serveur crash sa lance une requete vers le fichier /start.sh et si il existe alors (peut etre) ton serveur redémarre :p
-
Ah je me suis trompé xD
-
Non tu peut juste modifier le message qui indique au joueur que le serveur redemarre