EventBooster
ActiveHytale • Version 0.4.1
EventBooster is a server-side event manager for timed XP boosts on Hytale servers. Start double-XP weekends, VIP-only happy hours, or world-specific mining bonuses with admin commands, without editing leveling configs by hand.
The mod tracks active boost windows, notifies players who get the boost, and applies XP multipliers through optional integrations with leveling mods. It does not replace a leveling system: without a compatible leveling mod, commands, timers, and broadcasts still work, but in-game XP will not change.
Features
- Timed XP boost events: multiplier and duration (minutes;
0= permanent) - Global, group, or party targeting:
all,groupwith comma-separated groups/permissions (e.g. VIP,hytale:Admin), orpartyto boost your current party (requires a party plugin such as PartyPro) - Multiple active boosts: stack by id (combined up to a configurable cap)
- World filter: optional per-world boosts (
--world=...) - Targeted messaging: broadcasts and reminders only for players who receive the boost
- Event presets: reusable templates in config; one-click start from the admin GUI or
/eventboost preset start <id> - Weekly schedules: automatic start/stop in configured day and time windows (IANA timezone)
- Admin GUI:
/eventboost guifor active boosts, presets, and schedules, with a recent-history list of started, stopped, and expired boosts - Discord webhook (optional): channel alerts on boost start/stop (URL and secrets in config only)
- Public API: per-player XP multiplier for other mods
- Optional integrations: RPG Leveling, HyRPGCore, VKCraft, PartyPro HUD
- Server-only UI pack: bundled asset pack for the admin panel (no client mod required)
Screenshots
Open with /eventboost gui. No client mod required.
Dashboard
Main panel: Presets (New preset, Start / Edit / Del per row), Weekly schedules (New schedule, On/Off, Edit, Del), Active XP boosts, and footer actions (New event, Refresh, Stop all, Close).
New / edit preset
Template editor: display name, preset id, multiplier presets (1.5x, 2x, 3x, 5x) or custom, duration presets (30m, 1h, 2h, permanent) or custom, target (everyone online or group/permission), optional broadcast label, boost id, and world filter.
New / edit schedule
Schedule editor: unique schedule id, enabled toggle, linked preset, day of week, 24h start and end time, optional boost id override.
Installation
- Download EventBooster-0.4.1.jar from the CurseForge Files tab
- Place the JAR in your server’s mods/ folder
- Start the server. Config is at plugins/EventBooster/config/config.json
- Grant staff permissions and test:
/eventboost start 2 10
Commands
Main command: /eventboost (aliases: /eb, /boost, /eventbooster)
/eventboost gui
/eventboost start <multiplier> <minutes> [--target=all|group|party] [--groups=...] [--label=...] [--world=...] [--id=...]
/eventboost preset list
/eventboost preset start <id>
/eventboost preset schedules
/eventboost stop [id|all]
/eventboost status
/eventboost reload
Use /eventboost start --help for flags. Full admin guide: documentation
Config
Runtime file: plugins/EventBooster/config/config.json
Key areas: presets[], schedules[], schedulesEnabled, scheduleTimezone, defaultMultiplier, defaultDurationMinutes, optional Discord webhook fields.
Permissions
| Permission | Description |
|---|---|
eventbooster.admin.start | Start boost events |
eventbooster.admin.stop | Stop boost events |
eventbooster.admin.reload | Reload config; save presets/schedules from GUI |
eventbooster.admin | All admin actions (parent) |
eventbooster.status | View active boosts |
Recommended
- Install RPG Leveling and Stats alongside EventBooster for reliable in-game XP multiplication.
- Grant
eventbooster.adminto staff; saving presets or schedules in the GUI needseventbooster.admin.reload. - Log should show
EventBooster started. Active integrations: ...on boot.
License
MIT License
For server owners
Need permissions, commands & config?
The full administration guide covers every permission node, admin command, LuckPerms examples, and all config options.
Read server documentation