Bonjour ! Depuis quelque jour, mon menu en Skript ne fonctionne plus :'( ! J'ai pourtant mis tous les addons imaginables, même sans aucun il me dis sa (voir image) :
Quelqu'un pourrait-ils m'aider ? Voici mon .sk :
# Made with <3 by SkyCraft78 !
options:
p: &9SilverCraft >
command /giveall <items>:
permission: giveall.*
permission message: {@p} &cTu n'as pas la permission !
trigger:
give arg 1 to all players
broadcast "&cSilverCraft > &c&l%player% &6viens de give &l%arg 1%&6 à tous les joueurs !"
command /skickall:
permission: kickall.*
permission message: {@p} &cTu n'as pas la permission !
trigger:
kick players due to "&cVous avez été kick par &6&l%player% &c!"
command /skick <player> <text>:
permission: kick.*
permission message: {@p} &cTu n'as pas la permission !
trigger:
kick arg 1 due to "&cVous avez été kick par &6&l%player% &cpour &6&l%arg 1%&c !"
broadcast "&cSilverCraft > &c&l%player% a kick &c&l%arg 1% &6du serveur. Raison : '&c&l%arg 2%&6'."
add 1 to {pkick.%arg 1%}
if {pkick.%arg 1%} is not set:
set {pkick.%arg 1%} to 0
command /staff <offlineplayer>:
permission: staff.*
permission message: {@p} &cTu n'as pas la permission !
trigger:
open chest with 2 rows named "&cStaff Panel" to player
wait 1 tick
format slot 0 of player with white wool named "&c Joueur %arg 1%" with lore "&c Clique ici pour obtenir les informations concernants le joueur" to run [make player execute command "/whois %arg 1%"]
format slot 2 of player with red wool named "&a Kick %arg 1%" with lore "&aClique ici pour kick le joueur" to run [make player execute command "/skick %arg 1%"]
format slot 4 of player with anvil named "&4 Bannir definitivement %arg 1%" with lore "&a Clique ici pour bannir le joueur" to run [make player execute command "/sban %arg 1%"]
format slot 6 of player with green wool named "&2 Debannir %arg 1%" with lore "&a Clique ici pour debannir ce joueur" to run [make player execute command "/sunban %arg 1%"]
format slot 8 of player with chest named "&c Voir l'inventaire de %arg 1%" with lore "&a Clique ici pour regarder l'inventaire du joueur" to run [make players execute command "/sinvsee %arg 1%"]
format slot 10 of player with ender pearl named "&c Se TP vers %arg 1%" with lore "&a Clique ici pour se tp vers le joueur" to run [make player execute command "/tp %arg 1%"]
format slot 12 of player with beacon named "&c Clear-Chat" with lore "&a Clique ici pour clear le chat" to run [make player execute command "/chat clear %arg 1%"]
format slot 14 of player with bow named "&c Kill %arg 1%" with lore "&a Clique ici pour que le joueur meurt" to run [make player execute command "/skill %arg 1%"]
format slot 16 of player with hopper named "&cClear %arg 1%" with lore "&a Clique ici pour clear l'inventaire du joueur" to run [make player execute command "/sclear %arg 1%"]
format slot 18 of player with sign named "&9Historique des sanctions" with lore "&aClique ici pour voir l'historique des sanctions du joueur" to run [make player execute command "/historique %arg 1% see"]
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.
Question
SkyCraft78
Bonjour ! Depuis quelque jour, mon menu en Skript ne fonctionne plus :'( ! J'ai pourtant mis tous les addons imaginables, même sans aucun il me dis sa (voir image) :
Quelqu'un pourrait-ils m'aider ? Voici mon .sk :
9 réponses à cette question
Messages recommandés