Skip to content

Instantly share code, notes, and snippets.

@Nicofisi
Created April 6, 2016 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nicofisi/d1e5a6e0e18c8fcc5b724e2836416156 to your computer and use it in GitHub Desktop.
Save Nicofisi/d1e5a6e0e18c8fcc5b724e2836416156 to your computer and use it in GitHub Desktop.
Error with latest Umbaska
[10:37:46] [Server thread/INFO]: [Skript] Reloading the config and all scripts...
[10:37:47] [Server thread/INFO]: Loaded a total of 26456 english aliases
[10:37:47] [Server thread/WARN]: There are no aliases defined for the following ids: 438, 441
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (ajson.sk, line 86: function jsonColor(msg: text) :: text:')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (ajson.sk, line 121: function jsonSanitize(msg: text) :: text:')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (ajson.sk, line 140: function jsonFormat(msg: text) :: text:')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (ajson.sk, line 248: function json(to: text, msg: text):')
[10:37:47] [Server thread/ERROR]: Unknown type 'text' (ajson.sk, line 259: command /json [<text>] [<text>]:')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 3: function getAdms(n: text, v: text) :: text:')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 9: function setAdmsDesc(n: text, t: text):')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 12: function getAdmsDesc(n: text) :: text:')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 15: function setAdms(n: text, v: text, t: text):')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 18: function clearAdms(n: text, v: text):')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 21: function clearAdmsAll(n: text):')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 24: function sendToAdms(n: text, m: text):')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 30: function checkAdmsSet(n: text, v: text) :: boolean:')
[10:37:47] [Server thread/ERROR]: Cannot recognise the type 'text' (api.sk, line 36: function toggleAdms(n: text, v: text) :: boolean:')
[10:37:47] [Server thread/ERROR]: Unknown type 'text' (api.sk, line 45: command /ad [<text>] [<offlineplayer>]:')
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[10:37:47] [Server thread/ERROR]: #!#! Could not load api.sk
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[10:37:47] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[10:37:47] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[10:37:47] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[10:37:47] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[10:37:47] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[10:37:47] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! Stack trace:
[10:37:47] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffChange.init(EffChange.java:160)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:248)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:650)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript.reload(Skript.java:683)
[10:37:47] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:130)
[10:37:47] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[10:37:47] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)
[10:37:47] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:664)
[10:37:47] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchServerCommand(CraftServer.java:627)
[10:37:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.DedicatedServer.aL(DedicatedServer.java:442)
[10:37:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:405)
[10:37:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:720)
[10:37:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:619)
[10:37:47] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! Version Information:
[10:37:47] [Server thread/ERROR]: #!#! Skript: 2.2-Fixes-V10
[10:37:47] [Server thread/ERROR]: #!#! Bukkit: 1.9-R0.1-SNAPSHOT
[10:37:47] [Server thread/ERROR]: #!#! Minecraft: 1.9
[10:37:47] [Server thread/ERROR]: #!#! Java: 1.8.0_66 (Java HotSpot(TM) 64-Bit Server VM 25.66-b17)
[10:37:47] [Server thread/ERROR]: #!#! OS: Linux amd64 3.16.0-4-amd64
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! Current node: clear {hcmd::*} (api.sk, line 69)
[10:37:47] [Server thread/ERROR]: #!#! Current item: null
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! Thread: Server thread
[10:37:47] [Server thread/ERROR]: #!#!
[10:37:47] [Server thread/ERROR]: #!#! End of Error.
[10:37:47] [Server thread/WARN]: #!#!
[10:37:47] [Server thread/WARN]: #!#! [Umbaska] List of plugins:
[10:37:47] [Server thread/WARN]: #!#! AsyncWorldEditInjector - 2.2.2, CoreProtect - 2.12.0, Skript - 2.2-Fixes-V10, Rlb - 2.4, TerrainControl - 2.8.0-SNAPSHOT, SkinsModule - 10.9, Essentials - TeamCity, VoidWorld - 1.0, PacketListenerApi - 3.0.0, skDragon - 0.07, NametagEdit - 4.0.2, TrailGUI - 5.0-b33-SNAPSHOT, Multiverse-Core - 2.5-b716, ProtocolLib - 3.7.0-BETA, weeTrade - 1.5, FastAsyncWorldEdit - 3.3.2, PermissionsEx - 1.23.4, SQLibrary - 7.1, EffectLib - 4.0, SkExtras - 3.9.1, Elytra - 0.0.3, Multiverse-Portals - 2.5-b738, Vault - 1.5.6-b49, MassiveCore - 2.8.7Beta, WorldEdit - 6.1;no_git_id, LargeSk - 1.1.0, PerWorldInventory - 1.5.8, HolographicDisplays - 2.1.11, SkAction - 2.2, WorldGuard - 6.1, SkStuff - 1.4.2, TreasureChest - 8.4.9, Citizens - 2.0.17-SNAPSHOT (build 1316), Factions - 2.8.7Beta, skRayFall - 1.9.2, VanishNoPacket - 3.20, HeavySpleef - 2.3, SkRambled - 1.2, Umbaska - 2.0 Beta 5.5, Multiverse-NetherPortals - 2.5-b707, BO3Tools - 1.5, TitleManager - 1.5.11, SkQuery - 3.22.1
[10:37:47] [Server thread/WARN]: #!#!
[10:37:47] [Server thread/WARN]: #!#! [Umbaska] List of addons:
[10:37:47] [Server thread/WARN]: #!#! skDragon v0.07LargeSk v1.1.0skRayFall v1.9.2SkExtras v3.9.1SkQuery v3.22.1SkStuff v1.4.2SkRambled v1.2
[10:37:47] [Server thread/WARN]: #!#!
[10:37:47] [Server thread/ERROR]: #!#!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment