1.X.X - GeheimagentNr1/DimensionAccessManager GitHub Wiki

This Mod adds, that access to dimensions can be granted or locked.
If a dimension is locked, you can stand in the portal to this dimension, but don't change to this dimension.
If a dimension is granted, you can stand in the portal to this dimension and change to this dimension.
The Mod is only needed on the server side, but can also be used on the client side.

Common Config

The config file can be found in the config folder and is named "dimension_access_manager.toml".
One entry for every dimension, i.e.

  • minecraft:overworld
  • minecraft:the_end
  • minecraft:the_nether

If the value is true, the access to the dimension is granted.
If the value is false, the access to the dimension is locked.

Commands

  • /dimensions_status
    Shows the status of all dimension, if they are granted or locked.

  • /dimension status <dimension>
    Shows the status of the selected dimension, if it is granted or locked.

  • /dimension lock <dimension>
    Locks the selected dimension.

  • /dimension grant <dimension>
    Grants the selected Dimension.

Thanks for the logo to Muse31.
You can use this mod in non-commercial modpacks without asking.
You can find more mods from me here.