You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up the limits so the players are both denied from placing specific block(s) outside of regions, and also being limited inside regions on per chunk basis.
A simple example of what I'm trying to achieve:
The player should not be able to place hopper outside of their region (GP for example).
The player should be limited on how much hoppers they can place inside their region.
The limitation should apply on per chunk basis inside the player's region (8 hoppers / chunk for example).
I've tried messing with the options in the limitation files, so far this is the closest I can get to the expected result:
The player is denied from placing hoppers outside of their region, but the limit of 8 hoppers applies to the whole region instead of being applied on per chunk basis inside the region.
Heya, this is actually fixed in the 7.0.0 branch; it requires changes in the functionality of the plugin to achieve this. I am hoping to release this in about a month / start of september.
Heya, this is actually fixed in the 7.0.0 branch; it requires changes in the functionality of the plugin to achieve this. I am hoping to release this in about a month / start of september.
Is this still in the works?
Been having the same kind of issue with TownyAddon where extensions and per chunk limits refuse to be separated.
I'm trying to set up the limits so the players are both denied from placing specific block(s) outside of regions, and also being limited inside regions on per chunk basis.
A simple example of what I'm trying to achieve:
I've tried messing with the options in the limitation files, so far this is the closest I can get to the expected result:
Versions:
The text was updated successfully, but these errors were encountered: