InsightsPlugin / Insights

Insights - Super configurable (region) Limits + Asynchronous Scans [1.21]
https://modrinth.com/plugin/insights
GNU General Public License v3.0
135 stars 22 forks source link

Chunk and area limits can't be used simultaneously #172

Open UDPSendToFailed opened 2 years ago

UDPSendToFailed commented 2 years ago

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:

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:

FrankHeijden commented 2 years ago

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.

UDPSendToFailed commented 2 years ago

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

Parthodys commented 1 year ago

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.