+events
Manage events in the game.
Usage:
+events
+events <event_id>
+events/create <title> = <description>/<date_time>/<genre>/<difficulty>
- Genre and difficulty are optional.
+events/edit <event_id> = <title>/<description>/<date_time>/<genre>/<difficulty>
- Genre and difficulty are optional.
+events/join <event_id>
+events/leave <event_id>
+events/start <event_id>
+events/complete <event_id>
+events/cancel <event_id>
+events/plot <event_id> - View plot information if the event is associated with a plot
Switches:
create - Create a new event
edit - Edit an existing event (organizers only)
join - Join an event
leave - Leave an event
start - Start an event (organizers only)
complete - Complete an event (organizers only)
cancel - Cancel an event (organizers only)
plot - View associated plot information
The date_time should be in the format YYYY-MM-DD HH:MM:SS.
Events will automatically expire two days after the scheduled date.