Flint
Flint copied to clipboard
A Minecraft minigame engine.
### Proposal The [RoundChangeLifecycleStageEvent](https://github.com/caseif/Flint/blob/master/src/main/java/net/caseif/flint/event/round/RoundChangeLifecycleStageEvent.java) event should implement the `cancellable` interface in order to prevent the round from crossing over to the next stage in the life cycle. The current API...
Flint should include a mechanism for continuous rounds, in which all arena state is reset upon the round ending and players remain in the round. Furthermore, an additional mechanism should...