Tags
Creators
Details
1.0.0-fabric
Compatibility
Required content
Changes
📦 Version 1.0.0 – First Release
🌍 WorldLimit – Initial Release
A powerful server-side Fabric mod to restrict access to specific dimensions based on player progression!
✨ Features
-
🔐 Restrict World Access
Prevent players from entering configured dimensions unless they meet specific requirements. -
⚙️ Customizable Requirements per World
- ✅ Required PlayerEX Level (Director’s Cut)
- ✅ Required XP Amount
- 🕒 Item Requirements (coming soon)
-
🌀 Portal & Teleport Detection
Detects and cancels unauthorized world travel (teleports, portals, etc.). -
🧭 Safe Location Fallback
Players are returned to their last known safe location if access is denied. -
🚫 Pushback for Ground-Based Portals
Pushes players away from unauthorized portal blocks (e.g., Eden Ring, Twilight Forest). -
🛡️ Permission Bypass
worldlimit.bypass– Skip all restrictionsworldlimit.reload– Reload configs on-the-fly
-
🔁 Live Config Reload
- Use
/worldlimit reloadto apply config changes without restarting.
- Use
🗂️ Configuration
All configuration files are stored in:
config/WorldLimit/
worldlimit_config.jsonc– Requirements per dimensionportal_blocks.json– Blocks treated as portals
📌 Compatibility
- ✔ Server-side only (no client installation needed)
- ✔ Works with PlayerEX: Director’s Cut
💡 Use WorldLimit to create a progression system for your Minecraft dimensions – lock players out until they’re ready!
🧪 Item-based restrictions are in development and will be added in the next release.
📢 Feedback and bug reports are welcome on GitHub or Modrinth Discussions!
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Yc0s51Pt:zTu37DSr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yc0s51Pt:zTu37DSr"
}


