We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2979af3 commit 38166fdCopy full SHA for 38166fd
src/main/java/net/coreprotect/listener/ListenerHandler.java
@@ -75,7 +75,7 @@ public ListenerHandler(CoreProtect plugin) {
75
76
try {
77
Class.forName("io.papermc.paper.event.entity.ItemTransportingEntityValidateTargetEvent"); // Paper 1.21.10+
78
- // pluginManager.registerEvents(new CopperGolemChestListener(plugin), plugin);
+ pluginManager.registerEvents(new CopperGolemChestListener(plugin), plugin);
79
}
80
catch (Exception e) {
81
// Ignore registration failures to remain compatible with older servers.
0 commit comments