1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved Why is not this working?

Discussion in 'Skript' started by EnderCrayonBM, Jan 26, 2019.

Thread Status:
Not open for further replies.
  1. EnderCrayonBM

    EnderCrayonBM Member

    Joined:
    Jan 26, 2019
    Messages:
    3
    Likes Received:
    0
    Skript is not working on Minecraft 1.11.2 in version 2.3.2.
    error log:
    [ERROR] Error occurred while enabling Skript v2.3.2 (Is it up to date?)

    java.lang.ExceptionInInitializerError

    at java.lang.J9VMInternals.ensureError(J9VMInternals.java:146) ~[?:1.8.0_192]

    at java.lang.J9VMInternals.recordInitializationFailure(J9VMInternals.java:135) ~[?:1.8.0_192]

    at ch.njol.skript.aliases.Aliases.<clinit>(Aliases.java:157) ~[?:?]

    at ch.njol.skript.Skript.onEnable(Skript.java:396) ~[?:?]

    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at java.lang.Thread.run(Thread.java:813) [?:1.8.0_192]

    Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.WHITE_GLAZED_TERRACOTTA

    at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_192]

    at org.bukkit.Material.valueOf(Material.java:1) ~[spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]

    at ch.njol.skript.aliases.MaterialRegistry.load(MaterialRegistry.java:61) ~[?:?]

    at ch.njol.skript.aliases.ItemData.<clinit>(ItemData.java:104) ~[?:?]

    ... 13 more
     
  2. Best Answer:
    Post #2 by ShaneBee, Jan 26, 2019
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    232
    Stop your server.
    Delete the file in your Skript folder named Materials.json
    Start your server.
    Problem solved :emoji_slight_smile:
     
Thread Status:
Not open for further replies.

Share This Page

Loading...