Classement
Contenu populaire
Affichage du contenu avec la meilleure réputation le 03/07/2016 dans toutes les zones
-
Bonjour, Je ne voyais pas l'utilité de poster un skript entier juste pour cette commande. Je vous la propose donc dans cette section. Cette commande vous permet d'avoir la liste de vos skripts Exemple : Code: command /sklist: description: Donne la liste des skript aliases: slist, sl trigger: set {scripts::*} to file in "plugins/Skript/scripts" send "Les scripts sont :" loop {scripts::*}: set {_script} to loop-value replace ".sk" with "" in {_script} send "- %{_script}%" Merci d'avoir lu PS : Si il y a beaucoup de skripts, il faudra remonter le chat PS² : Il vous faut l'addon WildSkript5 points
-
Bonjour, j'ai vu plusieurs personnes demander un skript où on peut faire /ping pour voir nos ms et d'autre personne demande pour voir les tps du serveur donc j'ai fait un tous petit skript qui fait les deux avec deux commandes différentes: command ping: trigger: message "&2Tu as &c%player's ping%&2ms" command tps: trigger: message "&2Le serveur as &c%tps% &2[20 &2= parfait]" Pour le faire avec une seul commande: command ping: trigger: message "&2Tu as &c%player's ping%&2ms" message "&2Tps du serveur = &c%tps% &820 = parfait]" Il vous faut absolument Umbaska1 point
-
Non ce n'est pas pareil, là Snowach ajoute une information. :p Tous les joueurs ne savent pas que 20 est le ping parfait ;)1 point
-
Ou alors (comme la vidéo de GoldenMoustache): command /commandeSANSoriginalité: trigger: if player has permission "GodYesIAm": make player execute command "summon Cow ~0 ~0 ~0 {NoAI:1}"1 point
-
1 point
-
1 point
-
Bonsoir ! Quels erreurs as-tu quand tu fais /sk reload all ? Et essaie si possible de mettre ton code dans la balise "code" prévue à cete effet ca evitera de nous faire telecharger des fichiers merci à toi ! ^^ AlexFatta1 point
-
xD http://hydraria.livehost.fr/Doc.php toute en bas x) ps: il me faut un codeur CSS on tab completer for "/a": if argument at 1 is "help": if argument at 2 is not set: add "Home" to completions add "Home2" to completions add "Home3" to completions add "Test" to completions add "Test2" to completions add "AAAA" to completions # On rajoute les tab1 point
-
Voilà pour toi : (CE CODE NE FONCTIONNE QUE SI TU AS ESSENTIALS). Si tu n'as pas Essentials, préviens ;) ! options: #==========================================================# # +------------------------------------------------------+ # # | TempBan - Raisons | # # +------------------------------------------------------+ # #==========================================================# TempBanRaison1: TempBanRaison2: TempBanRaison3: TempBanRaison4: TempBanRaison5: TempBanRaison6: TempBanRaison7: #==========================================================# # +------------------------------------------------------+ # # | TempBan - Temps | # # +------------------------------------------------------+ # #==========================================================# TempBanTemps1: TempBanTemps2: TempBanTemps3: TempBanTemps4: TempBanTemps5: TempBanTemps6: TempBanTemps7: #==========================================================# # +------------------------------------------------------+ # # | Mute - Raisons | # # +------------------------------------------------------+ # #==========================================================# MuteRaison1: MuteRaison2: MuteRaison3: MuteRaison4: MuteRaison5: MuteRaison6: MuteRaison7: #==========================================================# # +------------------------------------------------------+ # # | Mute - Temps | # # +------------------------------------------------------+ # #==========================================================# MuteTemps1: MuteTemps2: MuteTemps3: MuteTemps4: MuteTemps5: MuteTemps6: MuteTemps7: #==========================================================# # +------------------------------------------------------+ # # | Kick - Raisons | # # +------------------------------------------------------+ # #==========================================================# KickRaison1: KickRaison2: KickRaison3: KickRaison4: KickRaison5: KickRaison6: KickRaison7: # NE PAS TOUCHER AU SKRIPT SI TU NE T'Y CONNAIS PAS ! command /gerer [<player>]: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: if arg 1 is not set: send "&cErreur : Vous devez préciser un pseudo !" to player if arg 1 is set: close the player's inventory wait 2 ticks open chest with 1 row named "&9&lPanel" to player wait 1 tick format slot 0 of the player with fence named "&cBan" with lore "&cBanni le joueur définitivement !" to close then run [make player execute command "/gbangui %arg 1%"] format slot 1 of the player with lead named "&6TempBan" with lore "&6Banni le joueur temporairement !" to close then run [make player execute command "/gtempbangui %arg 1%"] format slot 2 of the player with paper named "&aMute" with lore "&aRéduis le joueur au silence !" to close then run [make player execute command "/gmutegui %arg 1%"] format slot 3 of the player with diamond shovel named "&eKick" with lore "&eKick le joueur du serveur !" to close then run [make player execute command "/gkickgui %arg 1%"] format slot 4 of the player with ice named "&bFreeze" with lore "&bFreeze/Un-Freeze le joueur !" to close then run [make player execute command "/gfreezegui %arg 1%"] format slot 8 of the player with door named "&5Quitter" with lore "&5Quitter le Panel !" to close command /gbangui <player>: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: close the player's inventory wait 2 ticks open chest with 1 row named "&cBan GUI" to player wait 1 tick format slot 0 of the player with book named "&cCheat" to close then run "/ban %arg 1% Cheat" format slot 1 of the player with book named "&cUseBug" to close then run "/ban %arg 1% UseBug" format slot 8 of the player with door named "&5Retour" to close then run [make player execute command "/gerer %arg 1%"] command /gtempbangui <player>: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: close the player's inventory wait 2 ticks open chest with 1 row named "&6TempBan GUI" to player wait 1 tick format slot 0 of the player with book named "{@TempBanRaison1}" with lore "{@TempBanTemps1}" to close then run "/tempban %arg 1% {@TempBanTemps1} {@TempBanRaison1}" format slot 1 of the player with book named "{@TempBanRaison2}" with lore "{@TempBanTemps2}" to close then run "/tempban %arg 1% {@TempBanTemps2} {@TempBanRaison2}" format slot 2 of the player with book named "{@TempBanRaison3}" with lore "{@TempBanTemps3}" to close then run "/tempban %arg 1% {@TempBanTemps3} {@TempBanRaison3}" format slot 3 of the player with book named "{@TempBanRaison4}" with lore "{@TempBanTemps4}" to close then run "/tempban %arg 1% {@TempBanTemps4} {@TempBanRaison4}" format slot 4 of the player with book named "{@TempBanRaison5}" with lore "{@TempBanTemps5}" to close then run "/tempban %arg 1% {@TempBanTemps5} {@TempBanRaison5}" format slot 5 of the player with book named "{@TempBanRaison6}" with lore "{@TempBanTemps6}" to close then run "/tempban %arg 1% {@TempBanTemps6} {@TempBanRaison6}" format slot 6 of the player with book named "{@TempBanRaison7}" with lore "{@TempBanTemps7}" to close then run "/tempban %arg 1% {@TempBanTemps7} {@TempBanRaison7}" format slot 8 of the player with door named "&5Retour" to close then run [make player execute command "/gerer %arg 1%"] command /gmutegui <player>: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: close the player's inventory wait 2 ticks open chest with 1 row named "&aMute GUI" to player wait 1 tick format slot 0 of the player with book named "{@MuteRaison1}" with lore "{@MuteTemps1}" to close then run "/mute %arg 1% {@MuteTemps1} {@MuteRaison1}" format slot 1 of the player with book named "{@MuteRaison2}" with lore "{@MuteTemps2}" to close then run "/mute %arg 1% {@MuteTemps2} {@MuteRaison2}" format slot 2 of the player with book named "{@MuteRaison3}" with lore "{@MuteTemps3}" to close then run "/mute %arg 1% {@MuteTemps3} {@MuteRaison3}" format slot 3 of the player with book named "{@MuteRaison4}" with lore "{@MuteTemps4}" to close then run "/mute %arg 1% {@MuteTemps4} {@MuteRaison4}" format slot 4 of the player with book named "{@MuteRaison5}" with lore "{@MuteTemps5}" to close then run "/mute %arg 1% {@MuteTemps5} {@MuteRaison5}" format slot 5 of the player with book named "{@MuteRaison6}" with lore "{@MuteTemps6}" to close then run "/mute %arg 1% {@MuteTemps6} {@MuteRaison6}" format slot 6 of the player with book named "{@MuteRaison7}" with lore "{@MuteTemps7}" to close then run "/mute %arg 1% {@MuteTemps7} {@MuteRaison7}" format slot 8 of the player with door named "&5Retour" to close then run [make player execute command "/gerer %arg 1%"] command /gkickgui <player>: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: close the player's inventory wait 2 ticks open chest with 1 row named "&eKick GUI" to player wait 1 tick format slot 0 of the player with book named "{@KickRaison1}" to close then run "/kick %arg 1% {@KickRaison1}" format slot 0 of the player with book named "{@KickRaison2}" to close then run "/kick %arg 1% {@KickRaison2}" format slot 0 of the player with book named "{@KickRaison3}" to close then run "/kick %arg 1% {@KickRaison3}" format slot 0 of the player with book named "{@KickRaison4}" to close then run "/kick %arg 1% {@KickRaison4}" format slot 0 of the player with book named "{@KickRaison5}" to close then run "/kick %arg 1% {@KickRaison5}" format slot 0 of the player with book named "{@KickRaison6}" to close then run "/kick %arg 1% {@KickRaison6}" format slot 0 of the player with book named "{@KickRaison7}" to close then run "/kick %arg 1% {@KickRaison7}" format slot 8 of the player with door named "&5Retour" to close then run [make player execute command "/gerer %arg 1%"] command /gfreezegui <player>: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: close the player's inventory wait 2 ticks open chest with 1 row named "&bFreeze GUI" to player wait 1 tick format slot 2 of the player with green wool named "&bFreeze" to close then run [make player execute command "/gfreeze %arg 1%"] format slot 6 of the player with red wool named "&cUn-Freeze" to close then run [make player execute command "/gunfreeze %arg 1%"] command /gfreeze <player>: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: apply jump boost 250 to arg 1 for 999 days apply slowness 250 to arg 1 for 999 days apply blindness 250 to arg 1 for 999 days command /gunfreeze <player>: permission: gerer.use permission message: &cErreur : Vous n'avez pas la permission ! trigger: remove jump boost from arg 1 remove slowness from arg 1 remove blindness from arg 11 point
-
Non pas vraiment en fait -_- J'ai fait en sorte que le message change en fonction du TPS juste pour que ça soit plus clair pour les gens... Si le TPS est égal à 20 : PARFAIT est affiché, etc...1 point
-
on chat: if message contains "ntm": cancel event if {insulte.%UUID of player%} is 2: make console execute command "/test" #Ici la command que tu veux éxecuter lorsqu'il a 3 avertissements clear {insulte.%UUID of player%} else: add 1 to {insulte.%UUID of player%} message "&cATTENTION ! Tu as &4%{insulte.%UUID of player%}% &cavertissement(s) pour insulte !" to player Voilà ! :p1 point
-
command /vanish: trigger: if player is op: if {vanish.%UUID of player%} is not set: hide player from all players set {vanish.%UUID of player%} to true if {vanish.%UUID of player%} is false: hide player from all players set {vanish.%UUID of player%} to true if {vanish.%UUID of player%} is true: reveal player from all players set {vanish.%UUID of player%} to false Voilà :) Il faut être op pour faire /vanish1 point
-
set {ratio.%loop-player%} to "%{kill.%UUID of loop-player%} / {death.%UUID of loop-player%}%" Ne jamais oublié les "" :) N'oublie pas de lâcher un petit like, ça fait toujours plaisir :)1 point
-
1 point
-
1 point
-
1 point
-
C'est vrai j'aurais pu ne pas passer par une commande^^ ! Je vais essayer d'optimiser un peu cela^^ !1 point
-
1 point
-
1 point
-
1 point
-
Je t'avertis, celui là je ne te le fais pas @EvanMartiin ! :P1 point
-
Ton code est plutôt bien, mais pourquoi tu passes par une commande pour menotter ?1 point
-
1 point
-
Ouep, si tu fais une demande de skript, tu dois donner le plus d'information possible, car là nous n'avons pas suffisamment d'information pour te faire ce que tu veux1 point
-
stop stop stop stop stop stop ! Tu dois enlever le stop à la fin de ton code, car il arrête l'exécution de ton code après la première loop :P1 point
-
Skript + 1.9 c'est de la .... Tu dois essayer plusieurs versions d'addons et tout le tralala tu vas te faire du fun je te le jure <31 point
-
Décrit vraiment tout ce que tu veux: tous les items, leur description, leur prix, .. ;)1 point
-
Exactement, elles sont nommées variables locales et ne sont stockées nulle part donc elles disparaissent à la fin de l'exécution de ton code1 point