Insights icon indicating copy to clipboard operation
Insights copied to clipboard

Chunk and area limits can't be used simultaneously

Open UDPSendToFailed opened this issue 2 years ago • 3 comments

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.
limit:
  name: "Hopper"
  type: "GROUP"
  bypass-permission: "insights.bypass.limit.hopper"
  limit: 8
  materials:
    - HOPPER
  settings:
    enabled-worlds:
      whitelist: false
      worlds: []
    enabled-addons:
      whitelist: true
      addons:
        - GriefPrevention
    disallow-placement-outside-region: true

Versions:

  • Insights 6.12.1-SNAPSHOT
  • GriefPreventionAddon 2.1.0
  • GriefPrevention 16.18

UDPSendToFailed avatar Aug 03 '22 10:08 UDPSendToFailed

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.

FrankHeijden avatar Aug 03 '22 10:08 FrankHeijden

Thanks for the quick response, I'll wait for it. Keep up the good work! :)

UDPSendToFailed avatar Aug 03 '22 11:08 UDPSendToFailed

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.

Parthodys avatar Feb 15 '23 13:02 Parthodys