9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-24 01:19:28 +00:00

1.16support + MineDown

This commit is contained in:
Xiao-MoMi
2022-05-24 12:48:33 +08:00
parent ac17f2b278
commit 7223efd6e7
23 changed files with 3623 additions and 289 deletions

View File

@@ -11,9 +11,6 @@ public class KingdomsXIntegrations {
KingdomPlayer kp = KingdomPlayer.getKingdomPlayer(player);
Land land = Land.getLand(location);
if (land == null) return false;
if (player.isOp()) {
return false;
}
if (land.isClaimed()) {
Kingdom cropKingdom = land.getKingdom();
if (kp.getKingdom() != null) {