Aller au contenu
  • 0

Aide SVP


Question

Posté(e)

Bonjour, je suis entrain de faire un script de Jump et j'aimerais savoir comment faire pour que quand je marche sur un bloc (sauf le bloc de quartz et de bedrock) sa me tp a un endroit etc....

24 réponses à cette question

Messages recommandés

  • 0
Posté(e)
Bonjour, je suis entrain de faire un script de Jump et j'aimerais savoir comment faire pour que quand je marche sur un bloc (sauf le bloc de quartz et de bedrock) sa me tp a un endroit etc....

Salut, le code ci-dessous devrait correspondre, rajoute ça à ta commande, événement ou autres, ... :

while block under the player isn't a quartz or bedrock:
   teleport player to {ENDROIT}

Signale-moi les bugs ;)

  • 0
Posté(e)
Salut, le code ci-dessous devrait correspondre, rajoute ça à ta commande, événement ou autres, ... :

while block under the player isn't a quartz or bedrock:
   teleport player to {ENDROIT}

Signale-moi les bugs ;)

Merci de ta réponse il doit surement me manquer un add-on car il ne comprend pas l'event while block under ...

  • 0
Posté(e)
Merci de ta réponse il doit surement me manquer un add-on car il ne comprend pas l'event while block under ...

C'est parce que tu n'as pas suivi ce que je t'ai dit... rajoute ça à ta commande, événement ou autres, ...

 

Titre incorrect.

  • 0
Posté(e)
C'est parce que tu n'as pas suivi ce que je t'ai dit... rajoute ça à ta commande, événement ou autres, ...

 

Titre incorrect.

J'avais pas vu désolé du coup j'ai fais sa: (il y a d'autres commandes mais vu que c'est long je l'ai ai pas mis)

command /jump [<text>] [<integer>] [<integer>]:
   trigger:
       if argument 1 is "setstart":
           set {jump.start} to location of player
           message "{@prefix} &cVous avez définit le point de commencement du jump."
       while block under the player isn't a quartz or bedrock:
           if {jump.%player%.on} is set:

Mais ça me met encore qu'il ne comprend pas l'event

  • 0
Posté(e)
Ok mais j'aimerais rajouter la plaque de pression en stone dans le while block under... mais je ne connais pas l'id :p

Explique-moi la plaque de pression, à quoi servira-t-elle ?

  • 0
Posté(e)
Explique-moi la plaque de pression, à quoi servira-t-elle ?

Car j'ai installer un plugin pour que lorsque l'on marche sur une plaque de pression sa exécute une commande.

 

http://minecraft-ids.grahamedgecombe.com/

Lien utile pour d'autres fois :p

Oui je le savais mais je ne savais pas qu'on pouvais mettre l'id du bloc (j'ai cru qu'on devait mettre que des noms du style: stone pressure plate)

  • 0
Posté(e)
Car j'ai installer un plugin pour que lorsque l'on marche sur une plaque de pression sa exécute une commande.

 

 

Oui je le savais mais je ne savais pas qu'on pouvais mettre l'id du bloc (j'ai cru qu'on devait mettre que des noms du style: stone pressure plate)

Ah bah rajoute juste "or stone pressure plate" dans le code où il y a "while ..." et c'est résolu ;)

  • 0
Posté(e)
Donc c'est résolu ?

Oui je le met maintenant :p

 

@PsYZiiK j'ai tester ton script (je suis en 1.7) mais il y a beaucoup d'erreur :/ et je n'arrive pas à télécharger les addons que tu as mis dans ta signature pourrais tu remettre le lien ?

 

[spoiler=Erreurs]

[17:34:38] [server thread/INFO]: [skript] Reloading Z-Moderation.sk...
[17:34:38] [server thread/ERROR]: 'JsonMessage(player: text, msg: text, tooltip: text, function: text, result: text)' is not a text (Z-Moderation.sk, line 463: function JsonMessage(player: text, msg: text, tooltip: text, function: text, result: text):')
[17:34:38] [server thread/ERROR]: 'CheckTime(time: text) :: boolean' is not a text (Z-Moderation.sk, line 468: function CheckTime(time: text) :: boolean:')
[17:34:38] [server thread/ERROR]: 'TransformTime(time: text) :: timespan' is not a text (Z-Moderation.sk, line 480: function TransformTime(time: text) :: timespan:')
[17:34:38] [server thread/ERROR]: 'SanctionTime(time: timespan) :: text' is not a text (Z-Moderation.sk, line 497: function SanctionTime(time: timespan) :: text:')
[17:34:38] [server thread/ERROR]: 'Replace(msg: text, executor: text, player: text, time: text, reason: text, timeleft: text) :: text' is not a text (Z-Moderation.sk, line 512: function Replace(msg: text, executor: text, player: text, time: text, reason: text, timeleft: text) :: text:')
[17:34:38] [server thread/ERROR]: 'TimeLeft(difference: timespan, cooldown: timespan) :: text' is not a text (Z-Moderation.sk, line 523: function TimeLeft(difference: timespan, cooldown: timespan) :: text:')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats(player: text, sanction: text)' is not a text (Z-Moderation.sk, line 550: function DeleteSanctionStats(player: text, sanction: text):')
[17:34:38] [server thread/ERROR]: 'TempMutePlayer(player: text, time: text, reason: text)' is not a text (Z-Moderation.sk, line 572: function TempMutePlayer(player: text, time: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'MutePlayer(player: text, reason: text)' is not a text (Z-Moderation.sk, line 575: function MutePlayer(player: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'UnMutePlayer(player: text)' is not a text (Z-Moderation.sk, line 578: function UnMutePlayer(player: text):')
[17:34:38] [server thread/ERROR]: 'TempBanPlayer(player: text, time: text, reason: text)' is not a text (Z-Moderation.sk, line 581: function TempBanPlayer(player: text, time: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'BanPlayer(player: text, reason: text)' is not a text (Z-Moderation.sk, line 584: function BanPlayer(player: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'UnBanPlayer(player: text)' is not a text (Z-Moderation.sk, line 587: function UnBanPlayer(player: text):')
[17:34:38] [server thread/ERROR]: 'KickPlayer(player: text, reason: text)' is not a text (Z-Moderation.sk, line 590: function KickPlayer(player: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'FreezePlayer(player: text)' is not a text (Z-Moderation.sk, line 593: function FreezePlayer(player: text):')
[17:34:38] [server thread/ERROR]: 'UnFreeze(player: text)' is not a text (Z-Moderation.sk, line 596: function UnFreeze(player: text):')
[17:34:38] [server thread/ERROR]: 'ShowHistoryOfPlayer(viewer: text, player: text)' is not a text (Z-Moderation.sk, line 599: function ShowHistoryOfPlayer(viewer: text, player: text):')
[17:34:38] [server thread/ERROR]: 'MakePlayerTrackPlayer(tracker: player, victim: player)' is not a text (Z-Moderation.sk, line 602: function MakePlayerTrackPlayer(tracker: player, victim: player):')
[17:34:38] [server thread/ERROR]: 'OpenThePanelOfCM(player: text)' is not a text (Z-Moderation.sk, line 605: function OpenThePanelOfCM(player: text):')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &bAfficher l'aide !", "&dClique-ici !", "run_command", "/zModeration H1")' is not a boolean (yes/no) (Z-Moderation.sk, line 624: JsonMessage("%player%", " &bAfficher l'aide !", "&dClique-ici !", "run_command", "{@Commande.Help} H1")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &bRecharger le script !", "&dClique-ici !", "run_command", "/zModeration Reload")' is not a boolean (yes/no) (Z-Moderation.sk, line 625: JsonMessage("%player%", " &bRecharger le script !", "&dClique-ici !", "run_command", "{@Commande.Help} Reload")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &bMettre à jour le script !", "&dClique-ici !", "run_command", "/zModeration Update")' is not a boolean (yes/no) (Z-Moderation.sk, line 626: JsonMessage("%player%", " &bMettre à jour le script !", "&dClique-ici !", "run_command", "{@Commande.Help} Update")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "/zModeration H2")' is not a boolean (yes/no) (Z-Moderation.sk, line 640: JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "{@Commande.Help} H2")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "/zModeration H3")' is not a boolean (yes/no) (Z-Moderation.sk, line 650: JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "{@Commande.Help} H3")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "/zModeration H4")' is not a boolean (yes/no) (Z-Moderation.sk, line 660: JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "{@Commande.Help} H4")')
[17:34:38] [server thread/ERROR]: 'CheckTime("%arg 2%")' is not an entity type (Z-Moderation.sk, line 725: if CheckTime("%arg 2%") is false:')
[17:34:38] [server thread/ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (Z-Moderation.sk, line 727: else:')
[17:34:38] [server thread/ERROR]: 'set {_time.left} to TimeLeft(difference between {mute.now.%uuid of player%} and now, {mute.time.%uuid of player%})' is not a boolean (yes/no) (Z-Moderation.sk, line 754: set {_time.left} to TimeLeft(difference between {mute.now.%uuid of player%} and now, {mute.time.%uuid of player%})')
[17:34:38] [server thread/ERROR]: ': Vous avez été mute ! || &b➤ Raison : &a{REASON} || &b➤ Temps restant : &a{TIMELEFT}"' is not a valid item data (Z-Moderation.sk, line 756: set {_msg} to Replace("{@Attempted.TempMute}", "", "", "", "%{mute.reason.%uuid of player%}%", "%{_time.left}%")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%player%", "Mute")' is not a boolean (yes/no) (Z-Moderation.sk, line 760: DeleteSanctionStats("%player%", "Mute")')
[17:34:38] [server thread/ERROR]: ': &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 786: set {_bc} to Replace("{@BroadCast.Mute}", "%{_sender}%", "%arg 1%", "Définitif", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: ': Vous avez été mute ! || &b➤ Raison : &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 796: set {_msg} to Replace("{@Attempted.Mute}", "", "", "", "%{mute.reason.%uuid of player%}%", "")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%arg 1%", "Mute")' is not a boolean (yes/no) (Z-Moderation.sk, line 818: DeleteSanctionStats("%arg 1%", "Mute")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été dé-mute par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 820: set {_bc} to Replace("{@BroadCast.Un-Mute}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'CheckTime("%arg 2%")' is not an entity type (Z-Moderation.sk, line 842: if CheckTime("%arg 2%") is false:')
[17:34:38] [server thread/ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (Z-Moderation.sk, line 844: else:')
[17:34:38] [server thread/ERROR]: 'set {_time.left} to TimeLeft(difference between {ban.now.%uuid of player%} and now, {ban.time.%uuid of player%})' is not a boolean (yes/no) (Z-Moderation.sk, line 877: set {_time.left} to TimeLeft(difference between {ban.now.%uuid of player%} and now, {ban.time.%uuid of player%})')
[17:34:38] [server thread/ERROR]: ': Vous avez été banni ! || || &b➤ Auteur : &a{EXECUTOR} || &b➤ Raison : &a{REASON} || &b➤ Temps restant : &a{TIMELEFT}"' is not a valid item data (Z-Moderation.sk, line 879: set {_msg} to Replace("{@Attempted.TempBan}", "%{ban.author.%uuid of player%}%", "", "", "%{ban.reason.%uuid of player%}%", "%{_time.left}%")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%player%", "Ban")' is not a boolean (yes/no) (Z-Moderation.sk, line 883: DeleteSanctionStats("%player%", "Ban")')
[17:34:38] [server thread/ERROR]: ': &a{EXECUTOR} || &b➤ Raison : &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 914: set {_msg} to Replace("{@Message.Ban}", "%{_sender}%", "", "Définitif", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: ': &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 916: set {_bc} to Replace("{@BroadCast.Ban}", "%{_sender}%", "%arg 1%", "Définitif", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: ': Vous avez été banni ! || || &b➤ Auteur : &a{EXECUTOR} || &b➤ Raison : &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 929: set {_msg} to Replace("{@Attempted.Ban}", "%{ban.author.%uuid of player%}%", "", "", "%{ban.reason.%uuid of player%}%", "")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%arg 1%", "Ban")' is not a boolean (yes/no) (Z-Moderation.sk, line 955: DeleteSanctionStats("%arg 1%", "Ban")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été dé-banni par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 957: set {_bc} to Replace("{@BroadCast.Un-Ban}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&cVous avez été éjecté par &b{EXECUTOR} &cpour &b{REASON} &7!", "%{_sender}%", "", "", "%arg 2%", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 984: set {_msg} to Replace("{@Message.Kick}", "%{_sender}%", "", "", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été éjecté par &b{EXECUTOR} &7pour &b{REASON} &7!", "%{_sender}%", "%arg 1%", "", "%arg 2%", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 986: set {_bc} to Replace("{@BroadCast.Kick}", "%{_sender}%", "%arg 1%", "", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été gêlé par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1021: set {_bc} to Replace("{@BroadCast.Freeze}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'TempBanPlayer("%player%", "24H", "Déconnexion en Freeze !")' is not a boolean (yes/no) (Z-Moderation.sk, line 1051: TempBanPlayer("%player%", "{@>> Time.Ban.Disconnect.Freeze}H", "Déconnexion en Freeze !")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été dé-gêlé par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1081: set {_bc} to Replace("{@BroadCast.Un-Freeze}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&aVous avez ajouté un avertissement à &b{PLAYER} &a!", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1106: set {_msg} to Replace("{@Message.Add.Warns}", "", "%arg 2%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'TempBanPlayer("%arg 2%", "03D", "Possède beaucoup d'avertissements !")' is not a boolean (yes/no) (Z-Moderation.sk, line 1111: TempBanPlayer("%arg 2%", "{@>> Time.Ban.Amount.Warns}D", "Possède beaucoup d'avertissements !")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&aVous avez retiré un avertissement à &b{PLAYER} &a!", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1120: set {_msg} to Replace("{@Message.Remove.Warns}", "", "%arg 2%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&aLes avertissements de &b{PLAYER} &aont été supprimés &a!", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1129: set {_msg} to Replace("{@Message.Clear.Warns}", "", "%arg 2%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Consulter les sanctions actuelles !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 1")' is not a boolean (yes/no) (Z-Moderation.sk, line 1151: JsonMessage("%player%", " &b➤ Consulter les sanctions actuelles !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 1")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Consulter le nombre de sanctions !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 2")' is not a boolean (yes/no) (Z-Moderation.sk, line 1152: JsonMessage("%player%", " &b➤ Consulter le nombre de sanctions !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 2")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Consulter l'avancé des sanctions !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 3")' is not a boolean (yes/no) (Z-Moderation.sk, line 1153: JsonMessage("%player%", " &b➤ Consulter l'avancé des sanctions !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 3")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Nettoyer l'historique du joueur !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 4")' is not a boolean (yes/no) (Z-Moderation.sk, line 1155: JsonMessage("%player%", " &b➤ Nettoyer l'historique du joueur !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 4")')
[17:34:39] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Ouvrir l'inventaire !", "&dClique-ici !", "run_command", "/zInvSee %arg 1% 1")' is not a boolean (yes/no) (Z-Moderation.sk, line 1271: JsonMessage("%player%", " &b➤ Ouvrir l'inventaire !", "&dClique-ici !", "run_command", "{@Commande.InvSee} %arg 1% 1")')
[17:34:39] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Ouvrir l'EnderChest !", "&dClique-ici !", "run_command", "/zInvSee %arg 1% 2")' is not a boolean (yes/no) (Z-Moderation.sk, line 1272: JsonMessage("%player%", " &b➤ Ouvrir l'EnderChest !", "&dClique-ici !", "run_command", "{@Commande.InvSee} %arg 1% 2")')
[17:34:39] [server thread/ERROR]: 'set {_time.left} to TimeLeft(difference between {report.%uuid of player%.lastused} and now, 5 minutes)' is not a boolean (yes/no) (Z-Moderation.sk, line 1409: set {_time.left} to TimeLeft(difference between {report.%uuid of player%.lastused} and now, {@Report.Delay} minutes)')
[17:34:39] [server thread/ERROR]: ': Patiente encore &b{TIMELEFT} &c!"' is not a valid item data (Z-Moderation.sk, line 1411: set {_msg} to Replace("{@Message.Delay.Report}", "", "", "", "", "%{_time.left}%")')
[17:34:39] [server thread/ERROR]: 'JsonMessage("%player%", "&8[&aZ-Mod&8] &b➤ &aCliquez-ici pour le traiter directement !", "&dClique-ici !", "run_command", "/zAdmReport")' is not a boolean (yes/no) (Z-Moderation.sk, line 1442: JsonMessage("%player%", "{@Prefix} &b➤ &aCliquez-ici pour le traiter directement !", "&dClique-ici !", "run_command", "{@Commande.Panel.Report}")')
[17:34:39] [server thread/ERROR]: 'set {_msg} to Replace("&b{PLAYER} &aa été ajouté au chat du personnel !", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1502: set {_msg} to Replace("{@Message.Add.StaffChat}", "", "%arg 2%", "", "", "")')
[17:34:39] [server thread/ERROR]: 'set {_msg} to Replace("&b{PLAYER} &ca été retiré du chat du personnel !", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1510: set {_msg} to Replace("{@Message.Remove.StaffChat}", "", "%arg 2%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_msg} to Replace("&aLe chat de &b{PLAYER} &aa été nettoyé !", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1686: set {_msg} to Replace("{@Message.ClearPlayerChat}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat du monde actuel a été nettoyé par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1696: set {_bc} to Replace("{@BroadCast.ClearWorldChat}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat a été nettoyé par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1706: set {_bc} to Replace("{@BroadCast.ClearChat}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat a été mute par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1757: set {_bc} to Replace("{@BroadCast.MuteChat.ON}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat a été dé-mute par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1770: set {_bc} to Replace("{@BroadCast.MuteChat.OFF}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'TempMutePlayer("%player%", "10M", "Tentative d'insultes !")' is not a boolean (yes/no) (Z-Moderation.sk, line 1807: TempMutePlayer("%player%", "{@>> Time.Mute.Chat.Anti-Insultes}M", "Tentative d'insultes !")')
[17:34:40] [server thread/ERROR]: 'GetTimePanel(p: player, c: player, t: text, r: text)' is not a text (Z-Moderation.sk, line 1818: function GetTimePanel(p: player, c: player, t: text, r: text):')
[17:34:41] [server thread/ERROR]: '"&aInsultes" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes")]' is not a text (Z-Moderation.sk, line 1889: format slot 0 of {_e} with book named "&aInsultes" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes")]')
[17:34:41] [server thread/ERROR]: '"&aProvocation" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Provocation")]' is not a text (Z-Moderation.sk, line 1890: format slot 1 of {_e} with book named "&aProvocation" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Provocation")]')
[17:34:41] [server thread/ERROR]: '"&aPublicité" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Publicité")]' is not a text (Z-Moderation.sk, line 1891: format slot 2 of {_e} with book named "&aPublicité" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Publicité")]')
[17:34:41] [server thread/ERROR]: '"&aInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes Staff")]' is not a text (Z-Moderation.sk, line 1892: format slot 3 of {_e} with book named "&aInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes Staff")]')
[17:34:41] [server thread/ERROR]: '"&aHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Homophobie")]' is not a text (Z-Moderation.sk, line 1893: format slot 4 of {_e} with book named "&aHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Homophobie")]')
[17:34:41] [server thread/ERROR]: '"&aRacisme" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Racisme")]' is not a text (Z-Moderation.sk, line 1894: format slot 5 of {_e} with book named "&aRacisme" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Racisme")]')
[17:34:41] [server thread/ERROR]: '"&aAutre" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Autre")]' is not a text (Z-Moderation.sk, line 1895: format slot 6 of {_e} with book named "&aAutre" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Autre")]')
[17:34:41] [server thread/ERROR]: '"&cCheat" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Cheat")]' is not a text (Z-Moderation.sk, line 1907: format slot 0 of {_e} with book named "&cCheat" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Cheat")]')
[17:34:41] [server thread/ERROR]: '"&cAnti-Jeu" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Anti-Jeu")]' is not a text (Z-Moderation.sk, line 1908: format slot 1 of {_e} with book named "&cAnti-Jeu" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Anti-Jeu")]')
[17:34:41] [server thread/ERROR]: '"&cArnaque" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Arnaque")]' is not a text (Z-Moderation.sk, line 1909: format slot 2 of {_e} with book named "&cArnaque" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Arnaque")]')
[17:34:42] [server thread/ERROR]: '"&cInsultes" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes")]' is not a text (Z-Moderation.sk, line 1910: format slot 3 of {_e} with book named "&cInsultes" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes")]')
[17:34:42] [server thread/ERROR]: '"&cProvocation" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Provocation")]' is not a text (Z-Moderation.sk, line 1911: format slot 4 of {_e} with book named "&cProvocation" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Provocation")]')
[17:34:42] [server thread/ERROR]: '"&cPublicité" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Publicité")]' is not a text (Z-Moderation.sk, line 1912: format slot 5 of {_e} with book named "&cPublicité" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Publicité")]')
[17:34:42] [server thread/ERROR]: '"&cInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes Staff")]' is not a text (Z-Moderation.sk, line 1913: format slot 6 of {_e} with book named "&cInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes Staff")]')
[17:34:42] [server thread/ERROR]: '"&cHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Homophobie")]' is not a text (Z-Moderation.sk, line 1914: format slot 7 of {_e} with book named "&cHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Homophobie")]')
[17:34:42] [server thread/ERROR]: '"&cRacisme" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Racisme")]' is not a text (Z-Moderation.sk, line 1915: format slot 8 of {_e} with book named "&cRacisme" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Racisme")]')
[17:34:42] [server thread/ERROR]: '"&cAutre" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Autre")]' is not a text (Z-Moderation.sk, line 1916: format slot 9 of {_e} with book named "&cAutre" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Autre")]')
[17:34:43] [server thread/ERROR]: '"&7Spectateur" to run [set {_p}'s gamemode to spectator]' is not a text (Z-Moderation.sk, line 1988: format slot 16 of {_e} with player head named "&7Spectateur" to run [set {_p}'s gamemode to spectator]->[send "{@Prefix} &aMode de jeu de &b%{_p}% &achangé en spectateur !" to {_e}]')
[17:34:43] [server thread/INFO]: [skript] Encountered 89 errors while reloading Z-Moderation.sk!

 

 

  • 0
Posté(e)
@PsYZiiK j'ai tester ton script (je suis en 1.7) mais il y a beaucoup d'erreur :/ et je n'arrive pas à télécharger les addons que tu as mis dans ta signature pourrais tu remettre le lien ?

 

[spoiler=Erreurs]

[17:34:38] [server thread/INFO]: [skript] Reloading Z-Moderation.sk...
[17:34:38] [server thread/ERROR]: 'JsonMessage(player: text, msg: text, tooltip: text, function: text, result: text)' is not a text (Z-Moderation.sk, line 463: function JsonMessage(player: text, msg: text, tooltip: text, function: text, result: text):')
[17:34:38] [server thread/ERROR]: 'CheckTime(time: text) :: boolean' is not a text (Z-Moderation.sk, line 468: function CheckTime(time: text) :: boolean:')
[17:34:38] [server thread/ERROR]: 'TransformTime(time: text) :: timespan' is not a text (Z-Moderation.sk, line 480: function TransformTime(time: text) :: timespan:')
[17:34:38] [server thread/ERROR]: 'SanctionTime(time: timespan) :: text' is not a text (Z-Moderation.sk, line 497: function SanctionTime(time: timespan) :: text:')
[17:34:38] [server thread/ERROR]: 'Replace(msg: text, executor: text, player: text, time: text, reason: text, timeleft: text) :: text' is not a text (Z-Moderation.sk, line 512: function Replace(msg: text, executor: text, player: text, time: text, reason: text, timeleft: text) :: text:')
[17:34:38] [server thread/ERROR]: 'TimeLeft(difference: timespan, cooldown: timespan) :: text' is not a text (Z-Moderation.sk, line 523: function TimeLeft(difference: timespan, cooldown: timespan) :: text:')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats(player: text, sanction: text)' is not a text (Z-Moderation.sk, line 550: function DeleteSanctionStats(player: text, sanction: text):')
[17:34:38] [server thread/ERROR]: 'TempMutePlayer(player: text, time: text, reason: text)' is not a text (Z-Moderation.sk, line 572: function TempMutePlayer(player: text, time: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'MutePlayer(player: text, reason: text)' is not a text (Z-Moderation.sk, line 575: function MutePlayer(player: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'UnMutePlayer(player: text)' is not a text (Z-Moderation.sk, line 578: function UnMutePlayer(player: text):')
[17:34:38] [server thread/ERROR]: 'TempBanPlayer(player: text, time: text, reason: text)' is not a text (Z-Moderation.sk, line 581: function TempBanPlayer(player: text, time: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'BanPlayer(player: text, reason: text)' is not a text (Z-Moderation.sk, line 584: function BanPlayer(player: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'UnBanPlayer(player: text)' is not a text (Z-Moderation.sk, line 587: function UnBanPlayer(player: text):')
[17:34:38] [server thread/ERROR]: 'KickPlayer(player: text, reason: text)' is not a text (Z-Moderation.sk, line 590: function KickPlayer(player: text, reason: text):')
[17:34:38] [server thread/ERROR]: 'FreezePlayer(player: text)' is not a text (Z-Moderation.sk, line 593: function FreezePlayer(player: text):')
[17:34:38] [server thread/ERROR]: 'UnFreeze(player: text)' is not a text (Z-Moderation.sk, line 596: function UnFreeze(player: text):')
[17:34:38] [server thread/ERROR]: 'ShowHistoryOfPlayer(viewer: text, player: text)' is not a text (Z-Moderation.sk, line 599: function ShowHistoryOfPlayer(viewer: text, player: text):')
[17:34:38] [server thread/ERROR]: 'MakePlayerTrackPlayer(tracker: player, victim: player)' is not a text (Z-Moderation.sk, line 602: function MakePlayerTrackPlayer(tracker: player, victim: player):')
[17:34:38] [server thread/ERROR]: 'OpenThePanelOfCM(player: text)' is not a text (Z-Moderation.sk, line 605: function OpenThePanelOfCM(player: text):')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &bAfficher l'aide !", "&dClique-ici !", "run_command", "/zModeration H1")' is not a boolean (yes/no) (Z-Moderation.sk, line 624: JsonMessage("%player%", " &bAfficher l'aide !", "&dClique-ici !", "run_command", "{@Commande.Help} H1")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &bRecharger le script !", "&dClique-ici !", "run_command", "/zModeration Reload")' is not a boolean (yes/no) (Z-Moderation.sk, line 625: JsonMessage("%player%", " &bRecharger le script !", "&dClique-ici !", "run_command", "{@Commande.Help} Reload")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &bMettre à jour le script !", "&dClique-ici !", "run_command", "/zModeration Update")' is not a boolean (yes/no) (Z-Moderation.sk, line 626: JsonMessage("%player%", " &bMettre à jour le script !", "&dClique-ici !", "run_command", "{@Commande.Help} Update")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "/zModeration H2")' is not a boolean (yes/no) (Z-Moderation.sk, line 640: JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "{@Commande.Help} H2")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "/zModeration H3")' is not a boolean (yes/no) (Z-Moderation.sk, line 650: JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "{@Commande.Help} H3")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "/zModeration H4")' is not a boolean (yes/no) (Z-Moderation.sk, line 660: JsonMessage("%player%", "&8> &6Cliquez-ici pour la suite...", "&bClique-ici !", "run_command", "{@Commande.Help} H4")')
[17:34:38] [server thread/ERROR]: 'CheckTime("%arg 2%")' is not an entity type (Z-Moderation.sk, line 725: if CheckTime("%arg 2%") is false:')
[17:34:38] [server thread/ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (Z-Moderation.sk, line 727: else:')
[17:34:38] [server thread/ERROR]: 'set {_time.left} to TimeLeft(difference between {mute.now.%uuid of player%} and now, {mute.time.%uuid of player%})' is not a boolean (yes/no) (Z-Moderation.sk, line 754: set {_time.left} to TimeLeft(difference between {mute.now.%uuid of player%} and now, {mute.time.%uuid of player%})')
[17:34:38] [server thread/ERROR]: ': Vous avez été mute ! || &b➤ Raison : &a{REASON} || &b➤ Temps restant : &a{TIMELEFT}"' is not a valid item data (Z-Moderation.sk, line 756: set {_msg} to Replace("{@Attempted.TempMute}", "", "", "", "%{mute.reason.%uuid of player%}%", "%{_time.left}%")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%player%", "Mute")' is not a boolean (yes/no) (Z-Moderation.sk, line 760: DeleteSanctionStats("%player%", "Mute")')
[17:34:38] [server thread/ERROR]: ': &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 786: set {_bc} to Replace("{@BroadCast.Mute}", "%{_sender}%", "%arg 1%", "Définitif", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: ': Vous avez été mute ! || &b➤ Raison : &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 796: set {_msg} to Replace("{@Attempted.Mute}", "", "", "", "%{mute.reason.%uuid of player%}%", "")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%arg 1%", "Mute")' is not a boolean (yes/no) (Z-Moderation.sk, line 818: DeleteSanctionStats("%arg 1%", "Mute")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été dé-mute par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 820: set {_bc} to Replace("{@BroadCast.Un-Mute}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'CheckTime("%arg 2%")' is not an entity type (Z-Moderation.sk, line 842: if CheckTime("%arg 2%") is false:')
[17:34:38] [server thread/ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (Z-Moderation.sk, line 844: else:')
[17:34:38] [server thread/ERROR]: 'set {_time.left} to TimeLeft(difference between {ban.now.%uuid of player%} and now, {ban.time.%uuid of player%})' is not a boolean (yes/no) (Z-Moderation.sk, line 877: set {_time.left} to TimeLeft(difference between {ban.now.%uuid of player%} and now, {ban.time.%uuid of player%})')
[17:34:38] [server thread/ERROR]: ': Vous avez été banni ! || || &b➤ Auteur : &a{EXECUTOR} || &b➤ Raison : &a{REASON} || &b➤ Temps restant : &a{TIMELEFT}"' is not a valid item data (Z-Moderation.sk, line 879: set {_msg} to Replace("{@Attempted.TempBan}", "%{ban.author.%uuid of player%}%", "", "", "%{ban.reason.%uuid of player%}%", "%{_time.left}%")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%player%", "Ban")' is not a boolean (yes/no) (Z-Moderation.sk, line 883: DeleteSanctionStats("%player%", "Ban")')
[17:34:38] [server thread/ERROR]: ': &a{EXECUTOR} || &b➤ Raison : &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 914: set {_msg} to Replace("{@Message.Ban}", "%{_sender}%", "", "Définitif", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: ': &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 916: set {_bc} to Replace("{@BroadCast.Ban}", "%{_sender}%", "%arg 1%", "Définitif", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: ': Vous avez été banni ! || || &b➤ Auteur : &a{EXECUTOR} || &b➤ Raison : &a{REASON} || &b➤ Temps : &aDéfinitif"' is not a valid item data (Z-Moderation.sk, line 929: set {_msg} to Replace("{@Attempted.Ban}", "%{ban.author.%uuid of player%}%", "", "", "%{ban.reason.%uuid of player%}%", "")')
[17:34:38] [server thread/ERROR]: 'DeleteSanctionStats("%arg 1%", "Ban")' is not a boolean (yes/no) (Z-Moderation.sk, line 955: DeleteSanctionStats("%arg 1%", "Ban")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été dé-banni par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 957: set {_bc} to Replace("{@BroadCast.Un-Ban}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&cVous avez été éjecté par &b{EXECUTOR} &cpour &b{REASON} &7!", "%{_sender}%", "", "", "%arg 2%", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 984: set {_msg} to Replace("{@Message.Kick}", "%{_sender}%", "", "", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été éjecté par &b{EXECUTOR} &7pour &b{REASON} &7!", "%{_sender}%", "%arg 1%", "", "%arg 2%", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 986: set {_bc} to Replace("{@BroadCast.Kick}", "%{_sender}%", "%arg 1%", "", "%arg 2%", "")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été gêlé par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1021: set {_bc} to Replace("{@BroadCast.Freeze}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'TempBanPlayer("%player%", "24H", "Déconnexion en Freeze !")' is not a boolean (yes/no) (Z-Moderation.sk, line 1051: TempBanPlayer("%player%", "{@>> Time.Ban.Disconnect.Freeze}H", "Déconnexion en Freeze !")')
[17:34:38] [server thread/ERROR]: 'set {_bc} to Replace("&b{PLAYER} &7a été dé-gêlé par &b{EXECUTOR} &7!", "%{_sender}%", "%arg 1%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1081: set {_bc} to Replace("{@BroadCast.Un-Freeze}", "%{_sender}%", "%arg 1%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&aVous avez ajouté un avertissement à &b{PLAYER} &a!", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1106: set {_msg} to Replace("{@Message.Add.Warns}", "", "%arg 2%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'TempBanPlayer("%arg 2%", "03D", "Possède beaucoup d'avertissements !")' is not a boolean (yes/no) (Z-Moderation.sk, line 1111: TempBanPlayer("%arg 2%", "{@>> Time.Ban.Amount.Warns}D", "Possède beaucoup d'avertissements !")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&aVous avez retiré un avertissement à &b{PLAYER} &a!", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1120: set {_msg} to Replace("{@Message.Remove.Warns}", "", "%arg 2%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'set {_msg} to Replace("&aLes avertissements de &b{PLAYER} &aont été supprimés &a!", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1129: set {_msg} to Replace("{@Message.Clear.Warns}", "", "%arg 2%", "", "", "")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Consulter les sanctions actuelles !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 1")' is not a boolean (yes/no) (Z-Moderation.sk, line 1151: JsonMessage("%player%", " &b➤ Consulter les sanctions actuelles !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 1")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Consulter le nombre de sanctions !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 2")' is not a boolean (yes/no) (Z-Moderation.sk, line 1152: JsonMessage("%player%", " &b➤ Consulter le nombre de sanctions !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 2")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Consulter l'avancé des sanctions !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 3")' is not a boolean (yes/no) (Z-Moderation.sk, line 1153: JsonMessage("%player%", " &b➤ Consulter l'avancé des sanctions !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 3")')
[17:34:38] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Nettoyer l'historique du joueur !", "&dClique-ici !", "run_command", "/zHistory %arg 1% 4")' is not a boolean (yes/no) (Z-Moderation.sk, line 1155: JsonMessage("%player%", " &b➤ Nettoyer l'historique du joueur !", "&dClique-ici !", "run_command", "{@Commande.History} %arg 1% 4")')
[17:34:39] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Ouvrir l'inventaire !", "&dClique-ici !", "run_command", "/zInvSee %arg 1% 1")' is not a boolean (yes/no) (Z-Moderation.sk, line 1271: JsonMessage("%player%", " &b➤ Ouvrir l'inventaire !", "&dClique-ici !", "run_command", "{@Commande.InvSee} %arg 1% 1")')
[17:34:39] [server thread/ERROR]: 'JsonMessage("%player%", " &b➤ Ouvrir l'EnderChest !", "&dClique-ici !", "run_command", "/zInvSee %arg 1% 2")' is not a boolean (yes/no) (Z-Moderation.sk, line 1272: JsonMessage("%player%", " &b➤ Ouvrir l'EnderChest !", "&dClique-ici !", "run_command", "{@Commande.InvSee} %arg 1% 2")')
[17:34:39] [server thread/ERROR]: 'set {_time.left} to TimeLeft(difference between {report.%uuid of player%.lastused} and now, 5 minutes)' is not a boolean (yes/no) (Z-Moderation.sk, line 1409: set {_time.left} to TimeLeft(difference between {report.%uuid of player%.lastused} and now, {@Report.Delay} minutes)')
[17:34:39] [server thread/ERROR]: ': Patiente encore &b{TIMELEFT} &c!"' is not a valid item data (Z-Moderation.sk, line 1411: set {_msg} to Replace("{@Message.Delay.Report}", "", "", "", "", "%{_time.left}%")')
[17:34:39] [server thread/ERROR]: 'JsonMessage("%player%", "&8[&aZ-Mod&8] &b➤ &aCliquez-ici pour le traiter directement !", "&dClique-ici !", "run_command", "/zAdmReport")' is not a boolean (yes/no) (Z-Moderation.sk, line 1442: JsonMessage("%player%", "{@Prefix} &b➤ &aCliquez-ici pour le traiter directement !", "&dClique-ici !", "run_command", "{@Commande.Panel.Report}")')
[17:34:39] [server thread/ERROR]: 'set {_msg} to Replace("&b{PLAYER} &aa été ajouté au chat du personnel !", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1502: set {_msg} to Replace("{@Message.Add.StaffChat}", "", "%arg 2%", "", "", "")')
[17:34:39] [server thread/ERROR]: 'set {_msg} to Replace("&b{PLAYER} &ca été retiré du chat du personnel !", "", "%arg 2%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1510: set {_msg} to Replace("{@Message.Remove.StaffChat}", "", "%arg 2%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_msg} to Replace("&aLe chat de &b{PLAYER} &aa été nettoyé !", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1686: set {_msg} to Replace("{@Message.ClearPlayerChat}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat du monde actuel a été nettoyé par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1696: set {_bc} to Replace("{@BroadCast.ClearWorldChat}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat a été nettoyé par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1706: set {_bc} to Replace("{@BroadCast.ClearChat}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat a été mute par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1757: set {_bc} to Replace("{@BroadCast.MuteChat.ON}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'set {_bc} to Replace("&aLe chat a été dé-mute par &b{PLAYER} &a!", "", "%{_p}%", "", "", "")' is not a boolean (yes/no) (Z-Moderation.sk, line 1770: set {_bc} to Replace("{@BroadCast.MuteChat.OFF}", "", "%{_p}%", "", "", "")')
[17:34:40] [server thread/ERROR]: 'TempMutePlayer("%player%", "10M", "Tentative d'insultes !")' is not a boolean (yes/no) (Z-Moderation.sk, line 1807: TempMutePlayer("%player%", "{@>> Time.Mute.Chat.Anti-Insultes}M", "Tentative d'insultes !")')
[17:34:40] [server thread/ERROR]: 'GetTimePanel(p: player, c: player, t: text, r: text)' is not a text (Z-Moderation.sk, line 1818: function GetTimePanel(p: player, c: player, t: text, r: text):')
[17:34:41] [server thread/ERROR]: '"&aInsultes" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes")]' is not a text (Z-Moderation.sk, line 1889: format slot 0 of {_e} with book named "&aInsultes" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes")]')
[17:34:41] [server thread/ERROR]: '"&aProvocation" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Provocation")]' is not a text (Z-Moderation.sk, line 1890: format slot 1 of {_e} with book named "&aProvocation" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Provocation")]')
[17:34:41] [server thread/ERROR]: '"&aPublicité" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Publicité")]' is not a text (Z-Moderation.sk, line 1891: format slot 2 of {_e} with book named "&aPublicité" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Publicité")]')
[17:34:41] [server thread/ERROR]: '"&aInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes Staff")]' is not a text (Z-Moderation.sk, line 1892: format slot 3 of {_e} with book named "&aInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Insultes Staff")]')
[17:34:41] [server thread/ERROR]: '"&aHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Homophobie")]' is not a text (Z-Moderation.sk, line 1893: format slot 4 of {_e} with book named "&aHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Homophobie")]')
[17:34:41] [server thread/ERROR]: '"&aRacisme" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Racisme")]' is not a text (Z-Moderation.sk, line 1894: format slot 5 of {_e} with book named "&aRacisme" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Racisme")]')
[17:34:41] [server thread/ERROR]: '"&aAutre" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Autre")]' is not a text (Z-Moderation.sk, line 1895: format slot 6 of {_e} with book named "&aAutre" to close then run [GetTimePanel({_e}, {_p}, "Mute", "Autre")]')
[17:34:41] [server thread/ERROR]: '"&cCheat" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Cheat")]' is not a text (Z-Moderation.sk, line 1907: format slot 0 of {_e} with book named "&cCheat" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Cheat")]')
[17:34:41] [server thread/ERROR]: '"&cAnti-Jeu" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Anti-Jeu")]' is not a text (Z-Moderation.sk, line 1908: format slot 1 of {_e} with book named "&cAnti-Jeu" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Anti-Jeu")]')
[17:34:41] [server thread/ERROR]: '"&cArnaque" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Arnaque")]' is not a text (Z-Moderation.sk, line 1909: format slot 2 of {_e} with book named "&cArnaque" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Arnaque")]')
[17:34:42] [server thread/ERROR]: '"&cInsultes" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes")]' is not a text (Z-Moderation.sk, line 1910: format slot 3 of {_e} with book named "&cInsultes" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes")]')
[17:34:42] [server thread/ERROR]: '"&cProvocation" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Provocation")]' is not a text (Z-Moderation.sk, line 1911: format slot 4 of {_e} with book named "&cProvocation" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Provocation")]')
[17:34:42] [server thread/ERROR]: '"&cPublicité" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Publicité")]' is not a text (Z-Moderation.sk, line 1912: format slot 5 of {_e} with book named "&cPublicité" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Publicité")]')
[17:34:42] [server thread/ERROR]: '"&cInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes Staff")]' is not a text (Z-Moderation.sk, line 1913: format slot 6 of {_e} with book named "&cInsultes Staff" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Insultes Staff")]')
[17:34:42] [server thread/ERROR]: '"&cHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Homophobie")]' is not a text (Z-Moderation.sk, line 1914: format slot 7 of {_e} with book named "&cHomophobie" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Homophobie")]')
[17:34:42] [server thread/ERROR]: '"&cRacisme" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Racisme")]' is not a text (Z-Moderation.sk, line 1915: format slot 8 of {_e} with book named "&cRacisme" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Racisme")]')
[17:34:42] [server thread/ERROR]: '"&cAutre" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Autre")]' is not a text (Z-Moderation.sk, line 1916: format slot 9 of {_e} with book named "&cAutre" to close then run [GetTimePanel({_e}, {_p}, "Ban", "Autre")]')
[17:34:43] [server thread/ERROR]: '"&7Spectateur" to run [set {_p}'s gamemode to spectator]' is not a text (Z-Moderation.sk, line 1988: format slot 16 of {_e} with player head named "&7Spectateur" to run [set {_p}'s gamemode to spectator]->[send "{@Prefix} &aMode de jeu de &b%{_p}% &achangé en spectateur !" to {_e}]')
[17:34:43] [server thread/INFO]: [skript] Encountered 89 errors while reloading Z-Moderation.sk!

 

Tu dois avoir Skript 2.2 je crois, dans sa signature il y a un pack avec tout ce qu'il faut mais c'est bizarre que ça ne fonctionne pas chez toi ^^'

 

EDIT: En 1.7 c'est normal que ça ne fonctionne pas, Skript 2.2 est pour 1.8.x et ultérieur.

  • 0
Posté(e)
Tu dois avoir Skript 2.2 je crois, dans sa signature il y a un pack avec tout ce qu'il faut mais c'est bizarre que ça ne fonctionne pas chez toi ^^'

 

EDIT: En 1.7 c'est normal que ça ne fonctionne pas, Skript 2.2 est pour 1.8.x et ultérieur.

-_-

  • 0
Posté(e)
Sorry, mais les scripts que je développe ne sont pour l'instant que disponible pour la 1.8 & 1.9 !

Enfaite j'ai télécharger les addons dans ta signature (il faut attendre 10 secondes un truc dans s'genre :p ) et je l'ai ai mis et tout marche en 1.7 ! Et merci pour le script il est génial ! @PsYZiiK

  • 0
Posté(e)
Enfaite j'ai télécharger les addons dans ta signature (il faut attendre 10 secondes un truc dans s'genre :p ) et je l'ai ai mis et tout marche en 1.7 ! Et merci pour le script il est génial ! @PsYZiiK

De rien^^ ! Je t'invite à re-noter le script s'il te plaît x) !

×
×
  • 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.