A plugin for dropper mini-games
Go to file
EpicKnarvik97 62450e8764 Adds various necessary code
Moves code for keeping track of players to DropperArenaPlayerRegistry
Adds a DropperArenaRecordsRegistry for keeping track of records
Stores playing players as DropperArenaSession to be able to store more metadata
Adds an enum for different arena game-modes
Adds a record result enum for defining which kind of record a player achieved (personal or global)
Adds a helper-class for teleporting a player to and from arenas
2023-03-23 13:00:05 +01:00
src/main Adds various necessary code 2023-03-23 13:00:05 +01:00
.gitignore Initial commit 2023-03-21 22:30:59 +01:00
pom.xml Adds Annotations dependency 2023-03-22 16:47:56 +01:00
README.md Initial commit 2023-03-21 22:30:59 +01:00

Dropper

This is a plugin for a dropper mini-game (try to reach the bottom without hitting any obstacles).