v1.4.0 - The Integration Update
PlaceholderAPI, Event Chaining, RNG Scheduling & Wiki
This update focuses on
Power Users and
Server Admins. We have added deep integrations to let you display events on scoreboards, chain events together, and randomize schedules.
NATIVE PLACEHOLDERAPI SUPPORT
Display event info on Scoreboards, Tablists, and Holograms!
- %worldevents_active% - Name of current event (or configured "None" message).
- %worldevents_time% - Time remaining formatted (MM:SS).
- %worldevents_type% - The type of event (e.g. "HORROR").
⛓️ EVENT CHAINING (Triggers)
One event can now trigger another! Create complex gameplay loops.
Code (Text):
triggers:
- event: "the-mist"
chance: 0.5 # 50% chance to start "The Mist" after this ends
RNG SCHEDULING
No more robotic intervals. Set a time range to keep players guessing.
- New config: min-interval-minutes and max-interval-minutes.
- Example: Events happen randomly between 30 and 60 minutes.
OFFICIAL WIKI
We have launched a full documentation site!
>> Read the Official Wiki Here <<
✨ OTHER CHANGES
- Global Prefix: Change the plugin prefix in messages.yml once to update it everywhere.
- Update Checker: Get notified when a new version is available on join.
- Fixes: Improved scheduler logic for smoother performance.