A Minecraft Paper plugin that adds time-based restrictions to End dimension access. This plugin prevents players from locating strongholds and activating End portals until a specified time has passed.
- 🕒 Time-based End dimension access restriction
- 🚫 Prevents players from locating strongholds before the unlock time
- 🔒 Blocks End portal activation until the specified time
- 📊 PlaceholderAPI support for dynamic time display
- ⚙️ Fully configurable unlock time and messages
This plugin provides the following placeholders:
%endrestrict_time%- Shows the configured unlock time%endrestrict_status%- Displays whether the End is currently "Locked" or "Unlocked"%endrestrict_remaining%- Shows the time remaining until unlock in a human-readable format
The plugin is highly configurable through the config.yml file. You can customize:
- Unlock date and time
- Messages and notifications
- Permission settings
- Portal activation restrictions
- Download the latest release from the Releases page
- Place the JAR file in your server's
pluginsfolder - Restart your server
- Configure the plugin in
plugins/EndRestriction/config.yml
- Paper 1.20.x or newer
- PlaceholderAPI (optional, for placeholders support)
./gradlew buildThe built jar will be in build/libs/.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
If you encounter any issues or have questions:
- Check the Issues page
- Create a new issue if your problem hasn't been reported
- Provide as much detail as possible, including:
- Server version
- Plugin version
- Error messages
- Steps to reproduce