No commands working?

Discussion in 'Bukkit Help' started by fincraft99, Dec 15, 2018.

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

    fincraft99

    I tried to run the stop command, and several others.. butall I got was this
    Code:
    >stop
    [21:35:40 WARN]: Unexpected exception while parsing console command "stop"
    org.bukkit.command.CommandException: Unhandled exception executing 'stop' in org.bukkit.craftbukkit.v1_12_R1.command.VanillaCommandWrapper(stop)
            at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:102) ~[?:?]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:621) ~[craftbukkit-1.12.jar:git-Bukkit-9a1fc1e]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:607) [craftbukkit-1.12.jar:git-Bukkit-9a1fc1e]
            at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:407) [craftbukkit-1.12.jar:git-Bukkit-9a1fc1e]
            at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:371) [craftbukkit-1.12.jar:git-Bukkit-9a1fc1e]
            at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:650) [craftbukkit-1.12.jar:git-Bukkit-9a1fc1e]
            at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:554) [craftbukkit-1.12.jar:git-Bukkit-9a1fc1e]
            at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/util/Java15Compat
            at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98) ~[?:?]
            ... 7 more
     
  2. Offline

    Zombie_Striker

    @fincraft99
    PerWorldPlugins does not support 1.12. This error is being caused by that plugin. Remove it to fix this problem.
     
  3. Offline

    fincraft99

    sad :(

    is there any plugins like perworldplugin for 1.12?
     
Thread Status:
Not open for further replies.

Share This Page