Solved Umbaska Not Working

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

Riknesh

Active Member
Jun 9, 2017
76
2
8
Malaysia
Welp i download the latest Umbaska 3.3 from "http://umbaska.co.uk/".
When i install it, TusKe and all of my GUI stop working. Even Umbaska doesnt work. Whenever i use the "/umbaska" command, it returns "/umb" in chat.
How can I fix this.

I also get this error whenever i start the server with Umbaska installed.

[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! [Skript] Severe Error:
[16:34:52 ERROR]: #!#! Skript's class ch.njol.skript.hooks.economy.classes.Money generated an exception while loading
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! Something went horribly wrong with Skript.
[16:34:52 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[16:34:52 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[16:34:52 ERROR]: #!#! Here is full list of them:
[16:34:52 ERROR]: #!#! skRayFall (http://sk.rayfall.net/) Conquer TuSKe (github.com/Tuke-Nuke/TuSKe) SkStuff skUtilities (https://tim740.github.io/) SkQuery Ersatz Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SkUniversal Umbaska ExertSK
[16:34:52 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[16:34:52 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[16:34:52 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[16:34:52 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[16:34:52 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[16:34:52 ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
[16:34:52 ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! Stack trace:
[16:34:52 ERROR]: #!#! ch.njol.skript.SkriptAPIException: Registering is disabled after initialisation!
[16:34:52 ERROR]: #!#! at ch.njol.skript.Skript.checkAcceptRegistrations(Skript.java:973)
[16:34:52 ERROR]: #!#! at ch.njol.skript.registrations.Classes.registerClass(Classes.java:88)
[16:34:52 ERROR]: #!#! at ch.njol.skript.hooks.economy.classes.Money.<clinit>(Money.java:42)
[16:34:52 ERROR]: #!#! at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[16:34:52 ERROR]: #!#! at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[16:34:52 ERROR]: #!#! at java.lang.reflect.Constructor.newInstance(Unknown Source)
[16:34:52 ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:409)
[16:34:52 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
[16:34:52 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
[16:34:52 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738)
[16:34:52 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405)
[16:34:52 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678)
[16:34:52 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576)
[16:34:52 ERROR]: #!#! at java.lang.Thread.run(Unknown Source)
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! Version Information:
[16:34:52 ERROR]: #!#! Skript: 2.2-dev35b
[16:34:52 ERROR]: #!#! Bukkit: 1.12-R0.1-SNAPSHOT
[16:34:52 ERROR]: #!#! Minecraft: 1.12
[16:34:52 ERROR]: #!#! Java: 1.8.0_171 (Java HotSpot(TM) 64-Bit Server VM 25.171-b11)
[16:34:52 ERROR]: #!#! OS: Windows 10 amd64 10.0
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! Server platform: Spigot
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! Current node: null
[16:34:52 ERROR]: #!#! Current item: null
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! Thread: Server thread
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! Language: english
[16:34:52 ERROR]: #!#! Link parse mode: DISABLED
[16:34:52 ERROR]: #!#!
[16:34:52 ERROR]: #!#! End of Error.
[16:34:52 ERROR]: #!#!
 
suggestion: Dont use umbaska. It has been left for dead a while back and does not seem to work
is there any other addon that can make this command work?

code_language.skript:
command /cfly:
    trigger:
        send "wait for few seconds while fly is charging"
        wait 3 seconds
        allow fly for player
 
i tried the spawn reason from skellett..but its not working

code_language.skript:
on spawn:
    broadcast "%the spawn reason%"

[17:06:29 ERROR]: Can't understand this expression: the spawn reason (test.sk, line 378: broadcast "%the spawn reason%"')

even all my skellet syntaxes are enabled
 
Server: CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
Skript: Skript version 2.2-dev35b
Skellett: Skellett version 1.9.6b
 
Well other than running the latest spigot everything seems in order.
Maybe try update to 1.12.2
That’s really the only thing I can think that MIGHT be blocking that expression
 
hmm... well im stumped
im currently running 1.9.6b on a 1.12.2 server with skript 2.2dev36
and its working just fine for me
i got this error while starting my server.

code_language.skript:
[17:23:32] [Server thread/INFO]: [Skellett] Enabling Skellett v1.9.6b
[17:23:32] [Server thread/ERROR]: Error occurred while enabling Skellett v1.9.6b (Is it up to date?)
java.lang.NoSuchFieldError: DEV_BUILD
    at com.gmail.thelimeglass.Register.types(Register.java:1027) ~[?:?]
    at com.gmail.thelimeglass.Skellett.onEnable(Skellett.java:170) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-596221b-9a1fc1e]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-596221b-9a1fc1e]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
 
nope still not working LMAO...

code_language.skript:
[17:34:01 ERROR]: Can't understand this expression: spawn reason (test.sk, line 378: broadcast "%spawn reason%"')

Server: CraftBukkit version git-Spigot-2086bb0-8cc5a7e (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
Skript: Skript version 2.2-dev36
 
code_language.skript:
on spawn:
    if "%spawn reason%" is "NATURAL", "CHUNK_GEN", "DEFAULT", "ENDER_PEARL", "LIGHTNING", "MOUNT", "NETHER_PORTAL" or "JOCKEY":
        cancel event
    else if "%spawn reason%" is "BUILD_SNOWMAN":
        broadcast "&lDo you want to build a snow man?"
    else if "%spawn reason%" is "BUILD_WITHER":
        cancel event
    else if "%spawn reason%" is "SLIME_SPLIT":
        broadcast "No splitting!"
        cancel event
    else:
        broadcast "%spawn reason%"

make sure that SpawnReason is true in SyntaxToggles.yml
 
code_language.skript:
on spawn:
    if "%spawn reason%" is "NATURAL", "CHUNK_GEN", "DEFAULT", "ENDER_PEARL", "LIGHTNING", "MOUNT", "NETHER_PORTAL" or "JOCKEY":
        cancel event
    else if "%spawn reason%" is "BUILD_SNOWMAN":
        broadcast "&lDo you want to build a snow man?"
    else if "%spawn reason%" is "BUILD_WITHER":
        cancel event
    else if "%spawn reason%" is "SLIME_SPLIT":
        broadcast "No splitting!"
        cancel event
    else:
        broadcast "%spawn reason%"

make sure that SpawnReason is true in SyntaxToggles.yml
it is..in fact all of my syntaxes are always enabled
[doublepost=1529056151,1529056038][/doublepost]i even tried using this expression before from skellett...but didnt work either.

code_language.skript:
EnchantsOnItem:
- '[(the|all)] [of] [the] enchant[ment]s (on|of|from) %itemstack%'
[doublepost=1529057268][/doublepost]hmm i tried deleting the Skellett folder and somehow its working now ...

Thanks for helping me @ShaneBee and @Uzumaki
 
  • Like
Reactions: ShaneBee
Status
Not open for further replies.