Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Dimension Access Manager
ModLicenseRef-All-Rights-Reserved

Dimension Access Manager

Manager for the access to dimensions.

8.4K
Downloads
3
Followers
5 months ago
Updated
📦
15
Versions
managementutilityforgeneoforge
Download Latestv1.21.1-4.0.0View on Modrinth

📖About Dimension Access Manager

Version 4.X.X

For older versions of the mod, check the 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.
Since Minecraft 1.19.1 the Mod is needed on the server and client side.
For 1.19 and before, the Mod is only needed on the server side, but can also be used on the client side.


You need a server to play with friends? You don't know how to set up one? Just rent an already configured server!

BisectHosting Promotion Banner

Click on the picture above, select a plan (with recommended at least 6 GB),
use my code agent to get 25% off your first month and enjoy playing with your friends!


Support

Supported Versions Image
Minecraft versions, for which the mod is not released, are not supported.
You can find a text version here.

Granting / Locking

There is a general flag, a whitelist and a blacklist, to manage which players have access to a dimension.

Flag

For every dimension can be set, if the dimension access is granted or locked.
If a player is not on the white- or blacklist for the dimension, this flag is used to define, if the player can teleport to the dimension or not.
For non player entities, this flag is used to define, if they can teleport to the dimension or not.

Whitelist

The whitelist is only active, if the dimension access is locked.
Players on the whitelist, can teleport to the dimension, even if the dimension access is locked.
If the dimension access is locked and the whitelist is active, only players and no other entities can teleport to the dimension.

Blacklist

The blacklist is only active, if the dimension access is granted.
Players on the blacklist, cannot teleport to the dimension, even if the dimension access is granted.

Server Config

The config file can be found in the "serverconfig" folder in the "world" folder and is named "dimension_access_manager-server.toml". The name of the world folder is set for servers in the "server.properties" file and for clients it is the name of the world/save game in the world list, and it can be found in the "saves" folder in the ".minecraft" folder.

  • default_dimension_access_type
    Defines if new dimensions are GRANTED or LOCKED by default
    Default = "GRANTED"
    The access type for a dimension is set, if the dimension is generated for the first time.
    I.E: This value should set before pre-generating the dimensions.
  • dimension_command_permission_level
    Defines which permission level is required to run the /dimension command
    Default = 3
    Available values = 0, 1, 2, 3, 4
    By default, only operators, that can change the whitelist, can change the dimension permissions.
    If the commands shall be executed by a command block of i.e. HQM the permission level has to be 2 or less.
    More details about minecraft permission levels, you can find here: https://minecraft.fandom.com/wiki/Permission_level

Commands

  • /dimensions status
    Shows the status of all dimension, if they are granted or locked.
  • /dimensions default defaultDimensionAccessType
    Shows the value of the config option "default_dimension_access_type".
  • /dimensions default defaultDimensionAccessType <dimensionAccessType>
    Sets the value of the config option "default_dimension_access_type".
    dimensionAccessType values: GRANTED or LOCKED
  • /dimension <dimension> access status
    Shows the status of the selected dimension, if it is granted or locked.
  • /dimension <dimension> access grant
    Grants the selected Dimension.
  • /dimension <dimension> access lock
    Locks the selected dimension.
  • /dimension <dimension> players list
    Shows players on the whitelist and the blacklist of the selected dimension.
  • /dimension <dimension> players whitelist list
    Shows players on the whitelist of the selected dimension.
  • /dimension <dimension> players whitelist add <targets>
    Adds players (<targets>) to the whitelist of the selected dimension.
  • /dimension <dimension> players whitelist remove <targets>
    Removes players (<targets>) from the whitelist of the selected dimension.
  • /dimension <dimension> players blacklist list
    Shows players on the blacklist of the selected dimension.
  • /dimension <dimension> players blacklist add <targets>
    Adds players (<targets>) to the blacklist of the selected dimension.
  • /dimension <dimension> players blacklist remove <targets>
    Removes players (<targets>) from the blacklist of 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 on CurseForge and Modrinth.

This is a Forge mod only until 1.21.1. This is a NeoForge mod only starting 1.21.1. There will be no Fabric version. It will not be backported.

👥 Team & Contributors

GeheimagentNr1
GeheimagentNr1Owner

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
forgeneoforge
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page