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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user