WorldGuard

WorldGuard

8M Downloads

Log Stripping Flag

nicholasveronico opened this issue ยท 0 comments

commented

The Problem

On my server, players are able to rent market stalls to sell their items. We allow them to place and break the blocks they've placed; however, we do not allow them to break the structure of the stall itself by setting a lower priority region to have block-break and block-place to deny. Inside the stall, there are logs that when the user becomes an owner of the market stall world guard region, they are unable to break the logs inside the stall, but they are able to strip the logs and break the stripped logs.

A Solution

Adding an additional flag: strip-log to combat the issue I described above. This will allow us to set log stripping the outer market region to deny and prevent inner stall region owners from stripping logs in their market stall.

Alternatives

The alternative is already implemented, with other flags preventing players from stripping logs, but the problem becomes when a player is an owner of a higher priority region, they are allowed to strip the logs

Anything Else?

No response