Aller au contenu

Niware

Membre
  • Compteur de contenus

    34
  • Inscription

  • Dernière visite

Tout ce qui a été posté par Niware

  1. Niware

    Boutique

    Bonjour chers skripteurs , je fais appelle à vous car j'aimerai avoir Une Boutique : dès qu'on fait la commande /boutique cela ouvre un Menu Gui (1 rows) avec au slot 0 une golden nugget qui représente le grade Joueur+ , au slot 2 un or qui représente le grade Vip , au slot 4 un block d'or qui représente le grade Vip+ , au slot 8 la tete du joueur qui lui descript sa money et son grade actuel .Evidament des qu'on clique sur la golden nugget ,l'or et le bloque d'or le console execute la commande de /manuadd %player% . Prix des grades : Joueur+: 1000$ Vip: 5000$ Vip+: 20000$ J'espère etre assez precis ^^ . Un grand merci d'avance :D
  2. Niware

    Skript qui ne marche pas

    Gros merci à vous maintenant cela marche vous etes super . Skript, Une grande famille :D
  3. Niware

    Skript qui ne marche pas

    Apres avoir mis les addons et reload , j'ai fais /sk reload report depuis la console et cela me met sa : [14:14:06] [server thread/INFO]: [skript] Reloading report.sk... [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! [skript] Severe Error: [14:14:06] [server thread/ERROR]: #!#! Could not load report.sk [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [14:14:06] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/ [14:14:06] [server thread/ERROR]: #!#! and check whether this error has already been reported. [14:14:06] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [14:14:06] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [14:14:06] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [14:14:06] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! Stack trace: [14:14:06] [server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for faction [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:83) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:467) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:268) [14:14:06] [server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:155) [14:14:06] [server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [14:14:06] [server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [14:14:06] [server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:621) [14:14:06] [server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:607) [14:14:06] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:371) [14:14:06] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:336) [14:14:06] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:632) [14:14:06] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:540) [14:14:06] [server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745) [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! Version Information: [14:14:06] [server thread/ERROR]: #!#! Skript: 2.2-Fixes-V8b [14:14:06] [server thread/ERROR]: #!#! Bukkit: 1.8.7-R0.1-SNAPSHOT [14:14:06] [server thread/ERROR]: #!#! Minecraft: 1.8.7 [14:14:06] [server thread/ERROR]: #!#! Java: 1.7.0_79 (Java HotSpot 64-Bit Server VM 24.79-b02) [14:14:06] [server thread/ERROR]: #!#! OS: Linux amd64 3.16.0-0.bpo.4-amd64 [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! Running CraftBukkit: false [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! Current node: if arg 1 is not set: (report.sk, line 3) [14:14:06] [server thread/ERROR]: #!#! Current item: null [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! Thread: Server thread [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/ERROR]: #!#! End of Error. [14:14:06] [server thread/WARN]: #!#! [14:14:06] [server thread/WARN]: #!#! [umbaska] List of plugins: [14:14:06] [server thread/WARN]: #!#! GroupManager - Pre2.14.1.3 FINAL (Phoenix), WorldEdit - 6.1.2;b3fbe8b, Skript - 2.2-Fixes-V8b, MassiveCore - 2.9.0, Vault - 1.5.6-b49, Multiverse-Core - 2.4-b527, WorldGuard - 6.1, skRayFall - 1.9.5, Tablist - 1.2.3.7, SkStuff - 1.6.3.6, Announcer - 1.5, WildSkript - 1.8, ClearLag - 2.9.3, SkQuery - 3.5.1, CustomCrates - 2.0.4, Essentials - TeamCity, EssentialsProtect - TeamCity, EssentialsSpawn - TeamCity, Umbaska - 2.0 Beta 5.5.1, KitAdder - 2.5, EssentialsChat - TeamCity, Factions - 2.9.0, TuSKe - 1.7 [14:14:06] [server thread/WARN]: #!#! [14:14:06] [server thread/WARN]: #!#! [umbaska] List of addons: [14:14:06] [server thread/WARN]: #!#! Umbaska v2.0 Beta 5.5.1SkStuff v1.6.3.6SkQuery v3.5.1TuSKe v1.7skRayFall v1.9.5WildSkript v1.8 [14:14:06] [server thread/WARN]: #!#! [14:14:06] [server thread/ERROR]: #!#! [14:14:06] [server thread/INFO]: [skript] Successfully reloaded report.sk. Il me dise qu'il s'est correctement mis mais les commandes ne marchent pas . Help pls
  4. Niware

    Skript qui ne marche pas

    Maintenant il mette sa comme message: org.bukkit.command.CommandException: Unhandled exception executing command 'sk' in plugin Skript v2.1.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:621) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:607) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:371) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:336) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:632) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:540) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] Caused by: java.lang.NoClassDefFoundError: Could not initialize class uk.co.umbaska.Enums.ParticleEnum at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at java.lang.Class.getEnumConstantsShared(Class.java:3128) ~[?:1.7.0_79] at java.lang.Class.enumConstantDirectory(Class.java:3149) ~[?:1.7.0_79] at java.lang.Enum.valueOf(Enum.java:231) ~[?:1.7.0_79] at uk.co.umbaska.Utils.EnumClassInfo$1.parse(EnumClassInfo.java:70) ~[?:?] at uk.co.umbaska.Utils.EnumClassInfo$1.parse(EnumClassInfo.java:57) ~[?:?] at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:398) ~[?:?] at ch.njol.skript.registrations.Classes.parse(Classes.java:427) ~[?:?] at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97) ~[?:?] at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86) ~[?:?] at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1) ~[?:?] at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:174) ~[?:?] at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:126) ~[?:?] at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:237) ~[?:?] at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164) ~[?:?] at ch.njol.skript.lang.Condition.parse(Condition.java:80) ~[?:?] at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694) ~[?:?] at ch.njol.skript.command.Commands.loadCommand(Commands.java:449) ~[?:?] at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462) ~[?:?] at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239) ~[?:?] at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193) ~[?:?] at ch.njol.skript.Skript.reload(Skript.java:548) ~[?:?] at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:130) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] ... 8 more
  5. Niware

    Skript qui ne marche pas

    command /report [<text>] [<text>]: trigger: if arg 1 is not set: send json of "&6&lReport &7> &f/report <joueur> <raison>" suggest "/report" to player send "&6&oBy {@createur}" stop if arg 1 is set: if arg 2 is not set: send "&6&lReport &7> &fTu dois préciser le motif !" stop if arg 2 is set: if {spamreport.%player%} is true: send "&6&lReport &7> &fImpossible de spam/flood !" stop else: make console execute command "reportfinal %world% %player% %arg 1% %arg 2%" send "&6&lReport &7> &fReport envoyé !" set {spamreport.%player%} to true wait 2 seconds clear {spamreport.%player%} stop command /reportfinal [<text>] [<text>] [<text>] [<text>]: executable by: console trigger: loop all players: if loop-player has the permission "voir.report": if arg 2 is set: send "&6&l-=-=-=-=-=-=-=-&f&l[&7REPORT&f&l]&6&l-=-=-=-=-=-=-=-" to loop-player send "" to loop-player send "&6Localisation : &f%arg 1%" to loop-player send "&6Plainte par : &f%arg 2%" to loop-player send "&6Contre : &f%arg 3%" to loop-player send "&6Motif : &f%arg 4%" to loop-player on join: clear {spamreport.%player%} on quit: clear {spamreport.%player%}
  6. Niware

    Skript qui ne marche pas

    Version du serveur 1.8.7 CraftBukkit Skript que je veux mettre : command /report [<text>] [<text>]: trigger: if arg 1 is not set: send json of "&6&lReport &7> &f/report <joueur> <raison>" suggest "/report" to player send "&6&oBy {@createur}" stop if arg 1 is set: if arg 2 is not set: send "&6&lReport &7> &fTu dois préciser le motif !" stop if arg 2 is set: if {spamreport.%player%} is true: send "&6&lReport &7> &fImpossible de spam/flood !" stop else: make console execute command "reportfinal %world% %player% %arg 1% %arg 2%" send "&6&lReport &7> &fReport envoyé !" set {spamreport.%player%} to true wait 2 seconds clear {spamreport.%player%} stop command /reportfinal [<text>] [<text>] [<text>] [<text>]: executable by: console trigger: loop all players: if loop-player has the permission "voir.report": if arg 2 is set: send "&6&l-=-=-=-=-=-=-=-&f&l[&7REPORT&f&l]&6&l-=-=-=-=-=-=-=-" to loop-player send "" to loop-player send "&6Localisation : &f%arg 1%" to loop-player send "&6Plainte par : &f%arg 2%" to loop-player send "&6Contre : &f%arg 3%" to loop-player send "&6Motif : &f%arg 4%" to loop-player on join: clear {spamreport.%player%} on quit: clear {spamreport.%player%} Message d'erreur : org.bukkit.command.CommandException: Unhandled exception executing command 'sk' in plugin Skript v2.1.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:621) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:607) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:371) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:336) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:632) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:540) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72] Caused by: java.lang.NoSuchMethodError: ch.njol.util.NonNullPair.getSecond()Ljava/lang/Object; at ch.njol.skript.command.Commands.loadCommand(Commands.java:379) ~[?:?] at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462) ~[?:?] at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239) ~[?:?] at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193) ~[?:?] at ch.njol.skript.Skript.reload(Skript.java:548) ~[?:?] at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:130) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] ... 8 more Version du skript : Skript 2.1.2 Mes addons: Umbaskajava7 skRayFall_v1.9.7.jar WildSkript SkQuery
  7. Niware

    Skript qui ne marche pas

    Bonjour chers skripteurs , je vous fais appelle car après avoir voulu mettre un skript , la console m'afficha un paragraphe rouge (message d'erreur): org.bukkit.command.CommandException: Unhandled exception executing command 'sk' in plugin Skript v2.1.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:621) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:607) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:371) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:336) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:632) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:540) [craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72] Caused by: java.lang.NoSuchMethodError: ch.njol.util.NonNullPair.getSecond()Ljava/lang/Object; at ch.njol.skript.command.Commands.loadCommand(Commands.java:379) ~[?:?] at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462) ~[?:?] at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:262) ~[?:?] at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:155) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8.7.jar:git-Bukkit-994b2aa] ... 8 more Pourriez vous m'aider ? Merci d'avance
×
×
  • 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.