J'ai un probleme assez récurent quand je veux ouvrir mon gui de sanction !
Je m'explique , quand je fais /bsanction (ma commande) , cela ouvre un gui avec trois fleurs ou nous pouvons acceder a des sanctions prédéfinis. Actuellement il y a le kick , le mute , le warn. Seul le mute est fonctionel pour l'instant. Enfin pas tout a fais , quand j'ouvre mon "Sous gui" mute et que je cliques sur la sanction qui est representé avec un papier , la commande ne veut pas s'executer. Mais par contre si j'ouvre le gui manuellement en fessant /bmute , cela fonctionne et mute le joueur. En sachant que mon skript ne possède aucune erreurs quand je le reload.
Quelqu'un aurait la solution a ce problème ?
PS : J'utilise litebans 2.2.6 comme plugin de ban
#Skript réalisé par moi!#
command /bsanction [<offline player>]:
permission: bsanction.use
trigger:if arg 1 is not set:
send message "&fIndique un joueur" to player
if arg 1 is set:
wait 3 tick
open chest with5 rows named "&e&l Sanction de %arg 1%" to player
format slot 0of player with white stained glass pane to be unstealable
format slot 1of player with white stained glass pane to be unstealable
format slot 2of player with white stained glass pane to be unstealable
format slot 3of player with white stained glass pane to be unstealable
format slot 4of player with white stained glass pane to be unstealable
format slot 4of player with white stained glass pane to be unstealable
format slot 5of player with white stained glass pane to be unstealable
format slot 6of player with white stained glass pane to be unstealable
format slot 7of player with white stained glass pane to be unstealable
format slot 8of player with white stained glass pane to be unstealable
format slot 9of player with white stained glass pane to be unstealable
format slot 10of player with white stained glass pane to be unstealable
format slot 11of player with white stained glass pane to be unstealable
format slot 12of player with white stained glass pane to be unstealable
format slot 13of player with white stained glass pane to be unstealable
format slot 14of player with white stained glass pane to be unstealable
format slot 15of player with white stained glass pane to be unstealable
format slot 16of player with white stained glass pane to be unstealable
format slot 17of player with white stained glass pane to be unstealable
format slot 18of player with white stained glass pane to be unstealable
format slot 19of player with white stained glass pane to be unstealable
format slot 20of player with orange tulip named "&9&lKick" to run [make player execute command "/bkick %arg 1%"]
format slot 21of player with white stained glass pane to be unstealable
format slot 22of player with orange tulip named "&9&lMute" to run [make player execute command "/bmute %arg 1%"]
format slot 23of player with white stained glass pane to be unstealable
format slot 24of player with orange tulip named "&9&lBan" to run [make player execute command "/bban %arg 1%"]
format slot 25of player with white stained glass pane to be unstealable
format slot 26of player with white stained glass pane to be unstealable
format slot 27of player with white stained glass pane to be unstealable
format slot 28of player with white stained glass pane to be unstealable
format slot 29of player with white stained glass pane to be unstealable
format slot 30of player with white stained glass pane to be unstealable
format slot 31of player with white stained glass pane to be unstealable
format slot 32of player with white stained glass pane to be unstealable
format slot 33of player with white stained glass pane to be unstealable
format slot 34of player with white stained glass pane to be unstealable
format slot 35of player with white stained glass pane to be unstealable
format slot 36of player with white stained glass pane to be unstealable
format slot 37of player with white stained glass pane to be unstealable
format slot 38of player with white stained glass pane to be unstealable
format slot 39of player with white stained glass pane to be unstealable
format slot 40of player with white stained glass pane to be unstealable
format slot 41of player with white stained glass pane to be unstealable
format slot 42of player with white stained glass pane to be unstealable
format slot 43of player with white stained glass pane to be unstealable
format slot 44of player with white stained glass pane to be unstealable
command /bmute [<offline player>]:
permission: bmute.use
trigger:if arg 1 is not set:
send message "&fIndique un joueur" to player
if arg 1 is set:
wait 3 tick
open chest with3 rows named "&e&l Mute de %arg 1%" to player
format slot 10of player with paper named "&cInsultes" to run [make player execute command "/insultesmute %arg 1%"]
command /insultesmute [<offline player>]:
permission: ban.custom
trigger:if arg 1 is not set:
send message "&fIndique un joueur" to player
if arg 1 is set:
execute player command "/litebans:mute %arg 1% 40 minutes &bTu ne possedes pas assez de de vocabulaire ? &e(Insultes)"
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
myckey
Bonjour a tous !
J'ai un probleme assez récurent quand je veux ouvrir mon gui de sanction !
Je m'explique , quand je fais /bsanction (ma commande) , cela ouvre un gui avec trois fleurs ou nous pouvons acceder a des sanctions prédéfinis. Actuellement il y a le kick , le mute , le warn. Seul le mute est fonctionel pour l'instant. Enfin pas tout a fais , quand j'ouvre mon "Sous gui" mute et que je cliques sur la sanction qui est representé avec un papier , la commande ne veut pas s'executer. Mais par contre si j'ouvre le gui manuellement en fessant /bmute , cela fonctionne et mute le joueur. En sachant que mon skript ne possède aucune erreurs quand je le reload.
Quelqu'un aurait la solution a ce problème ?
PS : J'utilise litebans 2.2.6 comme plugin de ban
18 réponses à cette question
Messages recommandés