From f4c58273fa07f7b0134e0f084321ca030bb99f3f Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sat, 8 Jan 2022 23:37:04 -0600 Subject: [PATCH] Restored permissions. Additionally, relatively more significant changes: * Players now are limited in non-taxing protection stone artifacts by tier. * Players can have a maximum of 12 non-adjacent land claims. --- plugins/ProtectionStones/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ProtectionStones/config.toml b/plugins/ProtectionStones/config.toml index 2f2c43e..d44b720 100644 --- a/plugins/ProtectionStones/config.toml +++ b/plugins/ProtectionStones/config.toml @@ -44,7 +44,7 @@ drop_item_when_inventory_full = true # This can make the world cleaner and have less scattered regions. # Set the number of regions of non-adjacent regions with the permission protectionstones.adjacent.x (default is 1, -1 to bypass) # Also can bypass with protectionstones.admin -regions_must_be_adjacent = false +regions_must_be_adjacent = true # Whether or not to give players the option to merge new regions with ones they already own (overlapping) # to create a new large region. Can merge any regions with protectionstones.admin