Problem PEX not seeing the underdark when setting up multiworld perms.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Rebirth Gaming

New Member
Jul 29, 2019
360
0
0
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:
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.
 

Murderous_Waffle

New Member
Jul 29, 2019
8
0
0
For one I do not use modify world, and two I just use worldguard and edit the blacklist.txt in your case it would be in the -100 world file and make the on-place deny for quarries in that file. Hope this helped. Have a nice day!