Tired of players rushing to the End before you’ve even placed your first block? End Portal Timer lets you control when the portal opens, so the dragon doesn’t get clapped before the server even has a chance to team up. Set a timer, keep the portal locked, and send a message letting everyone know when the big fight is going down. Give players time to enjoy the game instead of speedrunning past it!
--
Commands
- /endportaltimerreload (default op) - Reloads the configuration of the plugin.
--
Make sure to configure this first!
Config
Code (Text):
# EndPortalTimer-2.7 by lesxmore
# Set this to true if you want the plugin enabled
enabled-plugin: true
# Date, time, and timezone when the end portal will be accessible
# Sample value for timezone is Asia/Singapore
# You can check the available timezone values here:
# You MUST update the values below;
# Date Format: MM-DD-YYYY
# Time Format: HH:mm:ss (24-hour format, leading zeros supported)
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
date: '12-31-2029'
time: '17:26:00'
timezone: "Asia/Singapore"
# Alternative option: If you prefer to use UTC instead of local time zones
# Set this to true if you want to configure the portal unlock time in UTC.
# If true, timezone will be ignored.
useUTC: false
# Block access to the end portal frame until the specified date and time
blockEndPortal: true
# Hologram message cooldown in seconds. Players will not see holograms more often than this value.
hologramCooldown: 3
# The format of the message sent to players when they attempt to use the End Portal while it is locked.
# %endportaltimer_date%, for the formatted date.
# %endportaltimer_time%, for the time.
# %endportaltimer_timezone%, for the timezone.
# %countdown%, displays how much time is left until the portal becomes accessible.
# You can customize this message.
messageFormat:
- "&7The End Dimension will open in"
- "&6%countdown%"
- "&e%endportaltimer_date% %endportaltimer_time% %endportaltimer_timezone%"
# Message broadcasted when the End Portal becomes accessible
# You can use color codes with & symbol
accessibleMessage: "&a&lThe End Portal is now accessible! &eThe dragon awaits..."
# Whether to execute a server command when the portal becomes accessible
executeCommandOnAccess: true
# Command to execute when the portal becomes accessible
accessCommand: "say The End Portal has awakened!; playsound minecraft:entity.ender_dragon.growl master @a ~ ~ ~ 1 0.5"
# Countdown format displayed to the player. Adjust as you like.
countdownFormat: "%days% Days, %hours% Hours, %minutes% Minutes, and %seconds% Seconds"
--
Dependency (optional)
DecentHolograms
- Displays hologram in front of the player while trying to place an ender eye into the end portal frame.
--
Demo
Need Support? Join our discord server!
-
Hey there! Your feedback, suggestions, and bug reports would be super helpful in the thread. I would be really grateful if you could share your thoughts and help me improve the plugin. Don't be shy, let me know what you think!