Closed weihao closed 8 months ago
code snippet:
Claim claim = GriefPrevention.instance.dataStore.getClaimAt(e.getBlock().getLocation(), false, (Claim) null); if (claim == null) { Messages.sendMessageText(plugin.getMessageManager(), p, "You can't build on wilderness in creative mode"); e.setCancelled(true); }
This wont be added on this version. I actually work on CreativeManager2 with a proper / modern code base. https://github.com/K0bus/CreativeManager2
code snippet: