Gate Keep
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.9% endorsement rate
- 🏆 #38 of 885 fabric mods in this game by downloads
📋 About This Mod
!(https://cdn.modrinth.com/data/MRyILNIs/images/be9b810dd88da10caf4e19e3dc2080e747389d48.png)
# Gate Keep
Allows server admins to control access to dimensions. With GateKeep, you can completely restrict dimensions or set up time-based restrictions that automatically unlock at specific dates and times.
## Features
- Dimension Restriction: Completely block access to any dimension
- Time-Based Restrictions: Schedule dimensions to unlock at specific dates and times
- Customizable Messages: Configure the messages players receive when attempting to access restricted dimensions
- Automated Announcements: Server-wide announcements when time-restricted dimensions become available
## Configuration
GateKeep uses a JSON configuration file located at `config/gatekeep.json`. The config file is created automatically when the mod is first loaded (in-case of a crash or mis-behavior re-check the config and deleting it and generating a fresh one)
### Configuration Options
```json { "disabledDimensions": [ "minecraft:the_end" ], "announce": true, "restrictedDimensionMessage": "&c%dimension% dimension is restricted", "timedDimensionRestrictedMessage": "&eRestricted till &6%time%", "unrestrictedAnnouncementMessage": "&a%dimension% dimension is now open!", "timeRestrictions": { "minecraft:the_end": { "enabled": true, "timeZone": "UTC", "unlockDateTime": "2024-12-31T23:59:59" } } } ```
### Configuration Explanation
- disabledDimensions: List of dimensions that are completely disabled
- announce: Whether to announce when time-restricted dimensions unlock
- restrictedDimensionMessage: Message displayed when a player tries to access a disabled dimension
- timedDimensionRestrictedMessage: Message displayed when a player tries to access a time-restricted dimension
- unrestrictedAnnouncementMessage: Message announced when a time-restricted dimension becomes available
- timeRestrictions: List of dimensions with time-based restrictions
- - enabled: Whether the time restriction is active
- - timeZone: Time zone for the unlock time (uses standard time zone IDs)
- - unlockDateTime: Date and time when the dimension will unlock (ISO format)
### Message Formatting
Messages support Minecraft color codes using the `&` character: - `&0` to `&9`, `&a` to `&f`: Colors - `&k`: Obfuscated - `&l`: Bold - `&m`: Strikethrough - `&n`: Underline - `&o`: Italic - `&r`: Reset
In the configuration messages, you can use the following variables: - `%dimension%`: Will be replaced with the formatted dimension name - `%time%`: Will be replaced with the formatted unlock time (for time-restricted dimensions)
## Examples
### Basic Setup: Disable The End
```json { "disabledDimensions": ["minecraft:the_end"], "announce": true, "timeRestrictions": {} } ```
### Time-Restricted Nether
```json { "disabledDimensions": [], "announce": true, "timeRestrictions": { "minecraft:the_nether": { "enabled": true, "timeZone": "America/New_York", "unlockDateTime": "2024-06-01T12:00:00" } } } ```
### Multiple Restrictions
```json { "disabledDimensions": ["minecraft:the_end"], "announce": true, "timeRestrictions": { "minecraft:the_nether": { "enabled": true, "timeZone": "UTC", "unlockDateTime": "2024-05-15T18:00:00" }, "twilightforest:twilight_forest": { "enabled": true, "timeZone": "UTC", "unlockDateTime": "2024-07-22T15:06:20" } } } ```
## How It Works
- When a player or entity attempts to change dimensions including through commands or other means that use minecrafts internal code to travel through dimensions, the mod checks if the destination dimension is restricted
- If the dimension is in the `disabledDimensions` list, access is denied
- If the dimension has a time restriction that hasn't passed its unlock time, access is denied
- Players with permission level 4 (operators) can bypass all restrictions when in creative mode
- The mod regularly checks if time-restricted dimensions have reached their unlock time, these checks run on a background thread to minimize performance impact
- When a time-restricted dimension becomes available, an announcement is sent to all online players (if enabled)
## Compatibility
GateKeep should be compatible with most modded dimensions and forms of dimensional travel.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- frikinjay
- Version
- 1.0.0
- Downloads
- 1,205
- Endorsements
- 11
- Category
- fabric
- Created
- 5/3/2025
- Updated
- 4/26/2025
- Game Versions
- 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5
- Tags
- management, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Gate Keep support?
The author lists 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 25w14craftmine. Other versions may work but are untested by the author.
What is the latest version of Gate Keep?
Version 1.0.0, published 2025-04-26 with 1,205 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await
