__global__ passthrough flag is not overridden by a higher priority region
Kinboise opened this issue ยท 1 comments
WorldEdit Version
7.2.10
WorldGuard Version
7.0.7
Platform Version
git-Paper-277
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of WorldGuard compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
/rg info
is shown below:
I expect test
to override __global__
, enabling its member to build in it.
But Kinbvise can't build in test
, nor elsewhere.
Expected Behavior
Kinbvise can build in test
, but can't build elsewhere.
Reproduction Steps
- Define
test
region - Set Kinbvise as a member of
test
- Set priority of
test
to 10 - Set passthrough of
__global__
todeny
Optional WorldGuard-Report
No response
Anything Else?
No response