Skripts fail to load when using craftconomy?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Jan 31, 2017
25
0
0
Hey, I use craftconomy on my server and recently updated to mc 1.11 and bensku's fork (dev-25), except now my skripts will not load unless craftconomy is not on my server. Every time the server starts up, it will send a stacktrace for nearly every skript I have, citing a null pointer exception relating to economy hooks, even though none of my skripts even use economy hooks. I've tested this without any addons installed and the problem persists.

I could just stop using craftconomy but it's not preferable... Any help could be appreciated, thanks!
 
Can you show us the stack trace that it throws?
[04:57:07] [Server thread/INFO]: [Skript] Loading variables...
[04:57:07] [Server thread/INFO]: [Skript] Loaded 5735 variables in 0.2 seconds
[04:57:07] [Craft Scheduler Thread - 1/INFO]: [Skript] You're currently running the latest stable version of Skript.
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[04:57:07] [Server thread/ERROR]: #!#! Could not load +json.sk
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[04:57:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[04:57:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[04:57:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[04:57:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[04:57:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[04:57:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! Stack trace:
[04:57:07] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[04:57:07] [Server thread/ERROR]: #!#! at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.currencyNameSingular(Economy_Craftconomy3.java:110)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.economy.classes.Money.parse(Money.java:146)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.economy.classes.Money$1.parse(Money.java:59)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.economy.classes.Money$1.parse(Money.java:1)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:422)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:461)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:359)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:418)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:408)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1132)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1123)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:221)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:61)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:754)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:53)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:129)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:485)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:247)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:201)
[04:57:07] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:406)
[04:57:07] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:58)
[04:57:07] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:356)
[04:57:07] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:820)
[04:57:07] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:403)
[04:57:07] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:754)
[04:57:07] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:652)
[04:57:07] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! Version Information:
[04:57:07] [Server thread/ERROR]: #!#! Skript: 2.2-dev25
[04:57:07] [Server thread/ERROR]: #!#! Bukkit: 1.11.2-R0.1-SNAPSHOT
[04:57:07] [Server thread/ERROR]: #!#! Minecraft: 1.11.2
[04:57:07] [Server thread/ERROR]: #!#! Java: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM 25.121-b13)
[04:57:07] [Server thread/ERROR]: #!#! OS: Linux amd64 4.8.13-xxxx-grs-ipv6-64
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! Current node: set {_m::*} to {_msg} split at "" (+json.sk, line 95)
[04:57:07] [Server thread/ERROR]: #!#! Current item: null
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! Thread: Server thread
[04:57:07] [Server thread/ERROR]: #!#!
[04:57:07] [Server thread/ERROR]: #!#! End of Error.
[04:57:07] [Server thread/ERROR]: #!#!

it does this same error for every single script regardless of content, so none of them load
 
Status
Not open for further replies.