2.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".

  • dimensions
    If dimension_list_type is set to LOCK_LIST, the list is the list of dimensions, which are locked.
    If dimension_list_type is set to GRANT_LIST, the list is the list of dimensions, which are granted.
    Default = []

  • dimension_list_type
    If dimension_list_type is set to LOCK_LIST, the dimension list is the list of dimensions in which are locked.
    If dimension_list_type is set to GRANT_LIST, the dimension list is the list of dimensions which are granted.
    Default = "LOCK_LIST"

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.

  • /dimension list_type
    Shows the dimension_list_type. 

  • /dimension list_type <list_type> <invert_list>
    Changes the dimension_list_type to "LOCK_LIST" or "GRANT_LIST" and inverts the dimension list, if "invert_list" is true.

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.