Aller au contenu

PiiXsoGames

Membre
  • Compteur de contenus

    93
  • Inscription

  • Dernière visite

  • Crédits

    0 [Faire un don]

Tout ce qui a été posté par PiiXsoGames

  1. PiiXsoGames

    Problème citizens

    Bah pourtant j'ai pris la dernière version
  2. PiiXsoGames

    Problème citizens

    Ouais sauf que si c'est pas un joueur, je peux pas faire grand chose. Et puis ca ne marche pas EDIT: C'est bon j'ai réussi avec une autre version de citizens. Mais est-ce que tu sais comment supprimer un citizen nommé ?
  3. PiiXsoGames

    Problème citizens

    Bonsoir, j'ai un problème avec le plugin citizens. Alors dans mon code j'ai mis ça : command /checkff [<offline player>]: trigger: if player has permission "check.use": if arg 1 is set: if arg 1 is online: create a citizen named "_Ff-P%arg 1%" at location of arg 1 wait 4 ticks despawn citizen 0 else: send "&cS'il vous plaît, spécifiez le nom d'un joueur." else: send "&cErreur dans la commande, faites /check <joueur>." else: send "&cVous n'avez pas la permission d'utiliser cette commande." Et aucune erreur dans la console. Quand je fais /checkff <player>, sa me met dans le chat du jeu : An internal error occured while attempting to perform this command. Et dans la console : [22:00:36] [server thread/INFO]: PiiXsoGames [0bed50aa-4c8a-4663-b395-51c77da88d03]: /checkff PiiXsoGames [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! [skript] Severe Error: [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [22:00:36] [server thread/ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [22:00:36] [server thread/ERROR]: #!#! and check whether this error has already been reported. [22:00:36] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [22:00:36] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [22:00:36] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [22:00:36] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! Stack trace: [22:00:36] [server thread/ERROR]: #!#! java.lang.NullPointerException [22:00:36] [server thread/ERROR]: #!#! at net.rayfall.eyesniper2.skRayFall.CitizenEffects.EffCreateCitizen.execute(EffCreateCitizen.java:43) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:54) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:263) [22:00:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:158) [22:00:36] [server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:00:36] [server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [22:00:36] [server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [22:00:36] [server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Unknown Source) [22:00:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) [22:00:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [22:00:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [22:00:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1035) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [22:00:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! Version Information: [22:00:36] [server thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT [22:00:36] [server thread/ERROR]: #!#! Bukkit: 1.7.10-R0.1-SNAPSHOT [22:00:36] [server thread/ERROR]: #!#! Minecraft: 1.7.10 [22:00:36] [server thread/ERROR]: #!#! Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b15) [22:00:36] [server thread/ERROR]: #!#! OS: Windows 7 amd64 6.1 [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! Running CraftBukkit: false [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! Current node: null [22:00:36] [server thread/ERROR]: #!#! Current item: Created NPC named: "_Ff-P%the 1st argument%" Loaction: [[direction:at]] the location of (the 1st argument >> ch.njol.skript.classes.ChainedConverter@51ff6641: org.bukkit.OfflinePlayer->org.bukkit.Location) Type:entity [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! Thread: Server thread [22:00:36] [server thread/ERROR]: #!#! [22:00:36] [server thread/ERROR]: #!#! End of Error. [22:00:36] [server thread/ERROR]: #!#!
  4. PiiXsoGames

    Problème région

    Ducoup ? EDIT: Non c'est bon dans les région défini ça marche !
  5. PiiXsoGames

    Problème région

    Ca m'envoie : <none> (partout même dans les région créée)
  6. PiiXsoGames

    Problème région

    C'est bon j'ai trouvé ! Merci mais j'ai un problème est ce que tu saurais me répondre : on sign change: if player has permission "parcelle.sign": line 1 is "parcelle": if line 2 is "%region at event-block%": set line 1 to "&6[&eParcelle&6]" set line 2 to "&a&oVente" set line 3 to "&e%{price}%" set line 4 to "%region at block%" else: send "{@prefixe} &cMauvais nom de région !" else: stop Et a chaque fois que je pose un panneau dans la région (avec le bon nom), sa me met tout le temps "Mauvaise région"
  7. PiiXsoGames

    Problème région

    Non j'en trouve pas
  8. PiiXsoGames

    Problème région

    C'est bon j'ai trouvé (il fallait mettre wait 1 ticks le temps de récupérer la région). Mais maintenant j'utilise le "create wg region "%arg 2%" between {_loc1} and {_loc2} in world of player " de PirateSK et sa me met sa a chaque fois que j'essaye : [12:10:12] [server thread/ERROR]: #!#! [skript] Severe Error: [12:10:12] [server thread/ERROR]: #!#! [12:10:12] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [12:10:12] [server thread/ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [12:10:12] [server thread/ERROR]: #!#! and check whether this error has already been reported. [12:10:12] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [12:10:12] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [12:10:12] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [12:10:12] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [12:10:12] [server thread/ERROR]: #!#! [12:10:12] [server thread/ERROR]: #!#! Stack trace: [12:10:12] [server thread/ERROR]: #!#! java.lang.NullPointerException [12:10:12] [server thread/ERROR]: #!#! at pl.piratjsk.piratesk.regions.EffCreateRegion.execute(EffCreateRegion.java:40) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:54) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:263) [12:10:12] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:158) [12:10:12] [server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [12:10:12] [server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [12:10:12] [server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [12:10:12] [server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Unknown Source) [12:10:12] [server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) [12:10:12] [server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [12:10:12] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [12:10:12] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1035) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [12:10:12] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [12:10:12] [server thread/ERROR]: #!#! [12:10:12] [server thread/ERROR]: #!#! Version Information: [12:10:12] [server thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT [12:10:12] [server thread/ERROR]: #!#! Bukkit: 1.7.10-R0.1-SNAPSHOT [12:10:12] [server thread/ERROR]: #!#! Minecraft: 1.7.10 [12:10:12] [server thread/ERROR]: #!#! Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b15) [12:10:12] [server thread/ERROR]: #!#! OS: Windows 7 amd64 6.1 [12:10:12] [server thread/ERROR]: #!#! [12:10:12] [server thread/ERROR]: #!#! Running CraftBukkit: false [12:10:12] [server thread/ERROR]: #!#! [12:10:12] [server thread/ERROR]: #!#! Current node: null [12:10:12] [server thread/ERROR]: #!#! Current item: pl.piratjsk.piratesk.regions.EffCreateRegion [12:10:12] [server thread/ERROR]: #!#! [12:10:12] [server thread/ERROR]: #!#! Thread: Server thread [12:10:12] [server thread/ERROR]: #!#! [12:10:12] [server thread/ERROR]: #!#! End of Error. [12:10:12] [server thread/ERROR]: #!#!
  9. PiiXsoGames

    Problème région

    J'ai tout mis à jours (sauf RandomSK qui à n'importe quelle version me fait des erreus) et maintenant le skript na fonctionne pas.
  10. PiiXsoGames

    Problème région

    Flying.a(SourceFile:137) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.PacketPlayInPosition.handle(PacketPlayInPosition.java:35) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] [12:18:59] [server thread/ERROR]: Could not pass event PlayerMoveEvent to Skript v2.2-SNAPSHOT java.lang.IncompatibleClassChangeError: Found class com.sk89q.worldguard.protection.ApplicableRegionSet, but interface was expected at ch.njol.skript.hooks.regions.WorldGuardHook.getRegionsAt_i(WorldGuardHook.java:243) ~[?:?] at ch.njol.skript.hooks.regions.RegionsPlugin.getRegionsAt(RegionsPlugin.java:94) ~[?:?] at ch.njol.skript.hooks.regions.events.EvtRegionBorder$3.execute(EvtRegionBorder.java:159) ~[?:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.PacketPlayInPosition.handle(PacketPlayInPosition.java:35) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] [12:18:59] [server thread/ERROR]: Could not pass event PlayerMoveEvent to Skript v2.2-SNAPSHOT Sa spamm sa a chaque mouvement .
  11. PiiXsoGames

    Problème région

    D'autre erreur au redémarrage du serveur : [12:16:45] [server thread/INFO]: [RandomSK] Enabling RandomSK v2.0 [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! [skript] Severe Error: [12:16:45] [server thread/ERROR]: #!#! RandomSK's class me.mirreski.random.skript.features.classinfo.Statistics generated an exception while loading [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [12:16:45] [server thread/ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [12:16:45] [server thread/ERROR]: #!#! and check whether this error has already been reported. [12:16:45] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [12:16:45] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [12:16:45] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [12:16:45] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! Stack trace: [12:16:45] [server thread/ERROR]: #!#! java.lang.IllegalArgumentException: Can't register me.mirreski.random.utils.enums.StatisticEnum with the code name statistic because that name is already used by types.statistic [12:16:45] [server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.registerClass(Classes.java:88) [12:16:45] [server thread/ERROR]: #!#! at me.mirreski.random.skript.features.classinfo.Statistics.<clinit>(Statistics.java:19) [12:16:45] [server thread/ERROR]: #!#! at java.lang.Class.forName0(Native Method) [12:16:45] [server thread/ERROR]: #!#! at java.lang.Class.forName(Unknown Source) [12:16:45] [server thread/ERROR]: #!#! at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:110) [12:16:45] [server thread/ERROR]: #!#! at me.mirreski.random.skript.RandomSK.registerFeatures(RandomSK.java:84) [12:16:45] [server thread/ERROR]: #!#! at me.mirreski.random.skript.RandomSK.onEnable(RandomSK.java:44) [12:16:45] [server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [12:16:45] [server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [12:16:45] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [12:16:45] [server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [12:16:45] [server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [12:16:45] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [12:16:45] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [12:16:45] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [12:16:45] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [12:16:45] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [12:16:45] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! Version Information: [12:16:45] [server thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT [12:16:45] [server thread/ERROR]: #!#! Bukkit: 1.7.10-R0.1-SNAPSHOT [12:16:45] [server thread/ERROR]: #!#! Minecraft: 1.7.10 [12:16:45] [server thread/ERROR]: #!#! Java: 1.7.0_80 (Java HotSpot(TM) 64-Bit Server VM 24.80-b11) [12:16:45] [server thread/ERROR]: #!#! OS: Windows 7 amd64 6.1 [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! Running CraftBukkit: false [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! Current node: null [12:16:45] [server thread/ERROR]: #!#! Current item: null [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! Thread: Server thread [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/ERROR]: #!#! End of Error. [12:16:45] [server thread/ERROR]: #!#! [12:16:45] [server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [12:16:45] [server thread/INFO]: Done (12.833s)! For help, type "help" or "?" [12:16:46] [server thread/INFO]: [skript] Loading variables... [12:16:46] [server thread/INFO]: [skript] Loaded 453 variables in 0.1 seconds [12:16:48] [server thread/WARN]: [skript] an entity cannot be saved, i.e. the contents of the variable {entity} will be lost when the server stops. (BookBan.sk, line 24: set {entity} to clicked entity') [12:16:53] [server thread/WARN]: [skript] Possible name conflict of variables {Cat-List-Event::*} and {Cat-List-%arg 2%::*} (there might be more conflicts). (Chest.sk, line 61: loop {Cat-List-Event::*}:') [12:16:53] [server thread/WARN]: [skript] Possible name conflict of variables {Cat-List-Kado::*} and {Cat-List-%arg 2%::*} (there might be more conflicts). (Chest.sk, line 67: loop {Cat-List-Kado::*}:') [12:16:56] [server thread/WARN]: [skript] Possible name conflict of variables {kits.list.%player%::*} and {kits.%player%} (there might be more conflicts). (Kit.sk, line 29: add arg 1 to {kits.list.%player%::*}') [12:16:58] [server thread/INFO]: [skript] All scripts loaded without errors. [12:16:58] [server thread/INFO]: [skript] Loaded 11 scripts with a total of 36 triggers and 55 commands in 12.04 seconds [12:16:58] [server thread/INFO]: [skript] Finished loading. [12:16:58] [Craft Scheduler Thread - 2/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m [12:16:58] [server thread/INFO]: [NametagEdit] Hooked into GroupManager! [12:16:58] [server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated! [12:16:58] [Craft Scheduler Thread - 11/INFO]: [Vault] Checking for Updates ... [12:16:59] [Craft Scheduler Thread - 11/INFO]: [Vault] No new version available [12:17:00] [skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running a [3mbeta[m version of Skript, and no new [3mstable[m version is available. Please note that you have to update to newer beta versions manually![m [12:17:08] [server thread/WARN]: [HideAndCustomPlugins] A new update is available! (1.6.2) current: 1.4.8 [12:17:08] [server thread/WARN]: [HideAndCustomPlugins] You can get it at: [Contenu masqué]
  12. PiiXsoGames

    Problème région

    Des erreurs mais impossible de voir ça spamm EDIT: J'ai un autre problème aussi. Quand je reload un skript, j'ai ces erreurs : [11:40:54] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Reloading [0;33;22mtrainingverif.sk[m...[m [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! [skript] Severe Error: [11:40:55] [server thread/ERROR]: #!#! Could not load trainingverif.sk [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [11:40:55] [server thread/ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [11:40:55] [server thread/ERROR]: #!#! and check whether this error has already been reported. [11:40:55] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [11:40:55] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [11:40:55] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [11:40:55] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! Stack trace: [11:40:55] [server thread/ERROR]: #!#! java.util.regex.PatternSyntaxException: Illegal repetition {freeze.%player-arg%} [11:40:55] [server thread/ERROR]: #!#! at java.util.regex.Pattern.error(Unknown Source) [11:40:55] [server thread/ERROR]: #!#! at java.util.regex.Pattern.closure(Unknown Source) [11:40:55] [server thread/ERROR]: #!#! at java.util.regex.Pattern.sequence(Unknown Source) [11:40:55] [server thread/ERROR]: #!#! at java.util.regex.Pattern.expr(Unknown Source) [11:40:55] [server thread/ERROR]: #!#! at java.util.regex.Pattern.compile(Unknown Source) [11:40:55] [server thread/ERROR]: #!#! at java.util.regex.Pattern.<init>(Unknown Source) [11:40:55] [server thread/ERROR]: #!#! at java.util.regex.Pattern.compile(Unknown Source) [11:40:55] [server thread/ERROR]: #!#! at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1136) [11:40:55] [server thread/ERROR]: #!#! at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:400) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:429) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:166) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:126) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:244) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:171) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:83) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:460) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:268) [11:40:55] [server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:155) [11:40:55] [server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [11:40:55] [server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [11:40:55] [server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [11:40:55] [server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [11:40:55] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [11:40:55] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [11:40:55] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [11:40:55] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [11:40:55] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! Version Information: [11:40:55] [server thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT [11:40:55] [server thread/ERROR]: #!#! Bukkit: 1.7.10-R0.1-SNAPSHOT [11:40:55] [server thread/ERROR]: #!#! Minecraft: 1.7.10 [11:40:55] [server thread/ERROR]: #!#! Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b15) [11:40:55] [server thread/ERROR]: #!#! OS: Windows 7 amd64 6.1 [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! Running CraftBukkit: false [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! Current node: if {freeze.%player-arg%} is "Off": (trainingverif.sk, line 181) [11:40:55] [server thread/ERROR]: #!#! Current item: null [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! Thread: Server thread [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/ERROR]: #!#! End of Error. [11:40:55] [server thread/ERROR]: #!#! [11:40:55] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Successfully reloaded [0;33;22mtrainingverif.sk[m.[m
  13. PiiXsoGames

    Problème région

    on region enter: if "%region at player%" contains "Test": send "&aRegion test !" else: stop
  14. PiiXsoGames

    Problème région

    Bonjour, quand j'utilise le on region enter, et que je fait le moindre mouvement partout sur la map, sa spamm la console à l'infini. Pouuriez-vous m'aider ?
  15. Premier skript : https://skript-mc.fr/forum/resources/skspawners.465/
  16. PiiXsoGames

    SkSpawners

    PiiXsoGames submitted a new resource: [plain]SkSpawners[/plain] - [plain]Ce skript vous permettra de miner des spawners et de pouvoir les récupérer avec une commande ![/plain] Read more about this resource...
  17. PiiXsoGames

    Variable

    Oui mais si il en pose 2 ? EDIT : Sa marche merci beaucoup et au passage petite question, sur mon serveur, quand je bouge un spawner de mon inventaire, il disparait. Sais tu pourquoi ?
  18. PiiXsoGames

    Variable

    Bonjour, j'ai un problème avec une variable : command /sp [<text>]: aliases: spawners trigger: if arg 1 is not set: send "&6╔═════════[ &eSpawner&6 ]═════════╗" send "&6➜ &e/sp takeall : Récupère tous tes spawners" send "&6➜ &e/sp list : Regarde ta liste de spawner(s)" else: if arg 1 is "takeall": if {Spawner.List.%player%::*} is set: loop {Spawner.List.%player%::*}: set {sp} to entity type of loop-value set block at loop-value's location to air add 1 to {_nombre} make console execute "/give %player% mob_spawner %{_nombre}% 0 {BlockEntityTag:{EntityId:{Spawner.Type.%player%::%{_nombre}%}}, display:{Name:%{Spawner.Type.%player%::%{_nombre}%}% Spawner}}" clear {Spawner.List.%player%::*} clear {Spawner.Type.%player%::*} else: send "&cVous n'avez pas de spawner(s) posé(s)." else if arg 1 is "list": if {Spawner.List.%player%::*} is set: send "&eVos spawners : %{Spawner.List.%player%::*}%" else: send "&cVous n'avez pas de spawner(s) posé(s)." la variable "{_nombre}" ne fonctionne pas. Enfaite je loop les spawner d'un joueur, et pour voir combien il en a, je "add 1 to {_nombre}". Sauf que quand sa lui redonne ses spawners, si par exemple je pose 1 spawner de pig, 1 de cow et 1 de chicken, sa va me donner 1 spawner de pig 2 spawner de cow, 3 spawners de chicken. Est ce que quelqu'un peut m'aider ? Merci
  19. PiiXsoGames

    Spawner

    Ok merci ! EDIT: J'ai réessayer ! J'y arrive toujours pas..
  20. PiiXsoGames

    Spawner

    Bonjour, j'ai un problème. Je veux faire en sorte que en faisant /sp takeall le joueur récupère tous SES spawners. Voilà mon code sans erreu dans la console : #==============================================================================================================================================# #| [ Quand le joueur pose un spawner ] |# #==============================================================================================================================================# on place of monster spawner: set spawner at location of event-block to its type add {spawner.pos.%event-block's location%} to {Spawners.List.%player%::*} send "Vous avez posé un spawner de %entity type of location of event-block%." on break a monster spawner: set spawner at location of event-block to its type remove {spawner.pos.%event-block's location%} from {Spawners.List.%player%::*} #==============================================================================================================================================# #| [ Commande pour ramasser ses spawners ] |# #==============================================================================================================================================# command /sp [<text>]: aliases: spawners trigger: if arg 1 is not set: send "&6╔═════════[ &eSpawners&6 ]═════════╗" send "&6➜ &e/sp takeall : Récupère tous tes spawners" send "&6➜ &e/sp list : Regarde ta liste de spawner(s)" else: if arg 1 is "takeall": if {Spawners.List.%player%::*} is set: loop {Spawners.List.%player%::*}: set {Spawners.List.%player%.%{spawner.pos.%loop-value's location%}%::*} to air else: send "&cVous n'avez pas de spawner(s) posé(s)." if arg 1 is "list": send "&eVos spawners : %{Spawners-List-%player%::*}%" Quand je casse un spawner, le message ne s'affiche, quand je pose un spawner le message s'affiche mais le spawner n'a pas l'air de s'ajouter à la liste. De plus le /sp takeall ne fonctionne pas... Quelqu'un peut m'aider ?
  21. PiiXsoGames

    Loop Liste

    command /chest [<text>] [<text>]: trigger: if player has permission "chest.use": if arg 1 is not set: send "&2╔═════════[ &aChest&2 ]═════════╗" send "&2➜ &a/chest create <catégorie>" send "&2➜ &a/chest delete <catégorie>" send "&2➜ &a/chest add <catégorie>" send "&2➜ &a/chest remove <catégorie>" send "&2➜ &a/chest catliste" send "&2➜ &a/chest clear" else: if arg 1 is "create": if arg 2 is not set: send "&2➜ &a/chest create <catégorie>" else: if {Cat-List::*} contains arg 2: send "&cVous avez déjà créé une catégorie du même nom." else if {Cat-List::*} is not set: add "%arg 2%" to {Cat-List::*} send "&aVous avez créé la catégorie &2%arg 2%&a." else: add "%arg 2%" to {Cat-List::*} send "&aVous avez créé la catégorie &2%arg 2%&a." else if arg 1 is "delete": if arg 2 is not set: send "&2➜ &a/chest delete <catégorie>" else: remove "%arg 2%" from {Cat-List::*} send "&cVous avez supprimé la catégorie &4%arg 2%&c." else if arg 1 is "add": if arg 2 is not set: send "&2➜ &a/chest add <catégorie>" else: if {Cat-List::*} contains "%arg 2%": if targeted block is a chest: add targeted block's location to {Cat-List-%arg 2%::*} send "&aVous avez ajouté la location de ce coffre dans la catégorie &2%arg 2%" else: send "&cCe block n'est pas un coffre !" else if arg 1 is "remove": if arg 2 is not set: send "&2➜ &a/chest remove <catégorie>" else: if targeted block is a chest: remove targeted block's location from {Cat-List-%arg 2%::*} send "&cVous avez supprimé la location de ce coffre dans la catégorie &4%arg 2%" else: send "&cCe block n'est pas un coffre !" else if arg 1 is "catliste": send "&aListe de(s) catégorie(s) : %{Cat-List::*}%." else if arg 1 is "clear": clear {Cat-List::*} send "&cVous avez effacé la liste de(s) catégorie(s)." Marche pas
  22. PiiXsoGames

    Loop Liste

    Ca ne marche toujours pas
  23. PiiXsoGames

    Loop Liste

    Ca fait pareil
  24. PiiXsoGames

    Particule

    Tu peux m'écrire la ligne ? EDIT: Je sais pas comment ça marche
  25. PiiXsoGames

    Particule

    Bonjour, est-ce que quelq'un saurait comment en exécutant la commande /pevent en visant un block, faire apparaitre des particule (à l'inifni) autour de ce block ? Merci
×
×
  • 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.