Added Notes In The Event Management System

This commit is contained in:
Trixkz 2023-10-26 23:55:52 -04:00
parent fe67537ff0
commit 36000a7eb8

View File

@ -11,4 +11,17 @@ public class EventManager {
private EventCore main = EventCore.getInstance();
// To Do: Event Management System
/*
* Ability to make an Event for any situation.
* Ability to customize:
- Event Name
- Event Teams
- Event Amount of Teams
- Event Spawn Point
- Event Team Spawn Points
- Toggleable Scoreboard System
- Toggleable Event Timer
- Toggleable Events (BlockPlaceEvent, BlockBreakEvent, etc)
*/
}