Problem LWC Protection Troubles

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

LtNachos

New Member
Jul 29, 2019
8
0
0
i cannot for the life of me get LWC to protect any modded items other than industrial craft in the Direwolf20 pack i have added them correctly but it will not protect them and the server throws up an error
Code:
2013-03-22 23:42:11 [SEVERE] Could not pass event PlayerInteractEvent to LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:160)
    at ir.a(ItemInWorldManager.java:539)
    at iv.a(NetServerHandler.java:906)
    at fk.a(Packet15Place.java:79)
    at cg.b(TcpConnection.java:467)
    at iv.d(NetServerHandler.java:220)
    at iw.b(NetworkListenThread.java:57)
    at ht.b(DedicatedServerListenThread.java:34)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:981)
    at ho.r(DedicatedServer.java:309)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:857)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:744)
    at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 24
    at java.util.JumboEnumSet.contains(Unknown Source)
    at com.griefcraft.listeners.LWCPlayerListener.onPlayerInteract(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
    ... 16 more
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
Reviving because I am having the same issue, and it is happening when trying to place MicroBlocks (from RP2)
P.s. I am using MCPC+ not ForgeBukkit
 

Alchemist

New Member
Jul 29, 2019
41
0
0
Have you guys tried messing with LWC configs to add a list of protectable blocks? Are you using MCPC+ or BukkitForge (Try them both and see if it works) If nothing works, change to a different protection plugin, like GriefPrevention, ForgeEssentials, or Fihgu's (I use this).