/
Standalone season reset scheduler for Minecraft servers - EzSeasons
EzSeasons schedules and broadcasts season resets for Bukkit and Paper servers. It is a focused reset Minecraft plugin designed for server owners who run periodic wipes, seasons, or server resets.
season.start and season.endseason.length-daysseason.recurringseason.reminder-minutes, season.reminder-messageseason.broadcast-messageSeasonsApi, SeasonsIntegration, SeasonResetEventplugins folder.config.yml to set schedule and messages.season:
enabled: true
# Use explicit timestamps (millis) for a specific window, or leave 0 to use length-days
start: 0
end: 0
recurring: false
length-days: 30
check-interval-minutes: 5
broadcast-message: "Season resets in {time}!"
reminder-minutes: [60, 30, 10, 1]
reminder-message: "Season resets in {minutes} minute(s)!"
/season - show current status and next reset/season admin reload - reload plugin config/season admin reset [reason] - trigger an immediate reset (admin only)/season admin setnext <unixMillis> - set next reset time manually/season admin clear-next - clear next-reset overridelifesteal.season (default: true) - allows /seasonlifesteal.admin (default: op) - allows all admin commandsObtain SeasonsApi via Bukkit Services Manager. Available methods:
registerIntegration(SeasonsIntegration integration)unregisterIntegration(SeasonsIntegration integration)getIntegrations()triggerSeasonReset(String reason)Events published:
SeasonResetEventSeasonsIntegrationRegisteredEventSeasonsIntegrationUnregisteredEventseason.reminder-minutes to announce the reset early and reduce player frustration.
Configure advanced resets for your world and other plugins