Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
UDPSendToFailed opened this issue Aug 3, 2022 · 3 comments
Open

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

UDPSendToFailed opened this issue Aug 3, 2022 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@UDPSendToFailed
Copy link

UDPSendToFailed commented Aug 3, 2022

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
@FrankHeijden
Copy link
Member

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 FrankHeijden added the enhancement New feature or request label Aug 3, 2022
@FrankHeijden FrankHeijden added this to the v7.0.0 milestone Aug 3, 2022
@UDPSendToFailed
Copy link
Author

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

@Parthodys
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants