I'm using PEX and modifyworld, Direwolf20 1.0.16.
And, yes, I'm using MCPC+, but this should not be the source of the issue.
What I'm trying to do is restrict quarries to the underdark (DIM-100)
I'm 100% sure my permissions are set correctly, since testing them with different dimensions works properly.
Example:
This works properly to restrict quarries to the Twilight:
This, too, works for the nether:
However, when using this to do the same for the underdark, it just does not work. Players are still unable to place the elsewhere banned item in DIM-100.
... and I figured out that is actually does work, but only if the player logs out and back in while in the UD. Grr. It works, but not intuitively.
And, yes, I'm using MCPC+, but this should not be the source of the issue.
What I'm trying to do is restrict quarries to the underdark (DIM-100)
I'm 100% sure my permissions are set correctly, since testing them with different dimensions works properly.
Example:
This works properly to restrict quarries to the Twilight:
Code:
groups:
default:
permissions:
- -modifyworld.blocks.place.(2530|1503:*)
- -modifyworld.blocks.interact.(2530|1503:*)
- modifyworld.*
worlds:
DIM7:
permissions:
- modifyworld.*
This, too, works for the nether:
Code:
groups:
default:
permissions:
- -modifyworld.blocks.place.(2530|1503:*)
- -modifyworld.blocks.interact.(2530|1503:*)
- modifyworld.*
worlds:
DIM-1:
permissions:
- modifyworld.*
However, when using this to do the same for the underdark, it just does not work. Players are still unable to place the elsewhere banned item in DIM-100.
Code:
groups:
default:
permissions:
- -modifyworld.blocks.place.(2530|1503:*)
- -modifyworld.blocks.interact.(2530|1503:*)
- modifyworld.*
worlds:
DIM-100:
permissions:
- modifyworld.*
... and I figured out that is actually does work, but only if the player logs out and back in while in the UD. Grr. It works, but not intuitively.