DimBan
DimBan
A simple server-side mod for managing dimension access through configuration files.
Settings
All parameters are configured in the config/dimban-toml file. Changes are applied instantly without server restart.
[DimBan]
DimensionsToBan = ["minecraft:the_nether"]
#Where the player will be moved when in a blocked dimension.
WhereToGo = "minecraft:overworld"
Operation Features
- When logging into the game in a blocked dimension, the player is automatically moved to the specified safe dimension.
- Banned dimensions completely stop their operation and do not update.
- If players are in a dimension at the moment of blocking, they will be instantly moved to a safe area before processes are stopped.