K0bus / CreativeManager

Free Spigot plugin for manage action in Creative
6 stars 12 forks source link

add support for GP no build on wilderness #20

Closed weihao closed 8 months ago

weihao commented 2 years 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);
} 
K0bus commented 8 months ago

This wont be added on this version. I actually work on CreativeManager2 with a proper / modern code base. https://github.com/K0bus/CreativeManager2