Examples
This page contains simple configuration examples and usage ideas.
info
These examples are intentionally generic. Adjust field names and structure to match your final EventDirector build.
Simple event idea
A basic event may include:
summer_event:
enabled: true
display-name: "Summer Event"
messages:
start: "&6The summer event has started!"
end: "&eThe summer event has ended!"
rewards:
- "give %player% diamond 1"
Staff-only test event
Use a staff-only event to test commands safely:
staff_test:
enabled: false
display-name: "Staff Test"
permission: "eventdirector.test"
rewards:
- "say %player% completed the staff test."
Reward command example
eco give %player% 250
Broadcast example
say The event has started!
Good testing flow
- Create a disabled event.
- Add one message.
- Add one reward.
- Test with one staff account.
- Add conditions later.
- Create a backup.
- Enable the event.
Example backup names
before-summer-event
before-reward-change
stable-events-config