GameStages-1.12.1-1.0.38
on Jun 7, 2023- Fixed task names for the artifacts.
GameStages-1.12.1-1.0.36
on Jun 7, 2023GameStages-1.12.1-1.0.20
on Jun 7, 2023- Switched the group checks to use collections rather than arrays.
GameStages-1.12.1-1.0.19
on Jun 7, 2023- Created a new event for client side syncing.
- Added a logger for GameStages
GameStages-1.12.1-1.0.18
on Jun 7, 2023- Fixed the project not running on 1.12
GameStages-1.12.1-1.0.17
on Jun 7, 2023- Merged the conditions for checking.
- Updated bookshelf, and added new bookshelf code.
GameStages-1.12-1.0.15
on Jun 7, 2023- Removed IAdditionalStageData
- Saved reference to the tree command, to allow addons to add sub commands
- Added a mirror and transfer command.
- Made the result of IStageData#getUnlockedStages immutable.
- Updated formatting of GameStageEvent docs.
GameStages-1.12-1.0.14
on Jun 7, 2023- Added documentation to the GameStageEvent
- Formatting and cleanup.
- Added hasUnlockedAnyOf and hasUnlockedAll support.
- Deprecated getUnlockedStages temporarily to discourage checking it.
- Added events for the various stage actions.
- Switched the backing stage collection from an ArrayList to a HashSet
GameStages-1.12-1.0.13
on Jun 7, 2023- Removed unused code for player data syncing.
GameStages-1.12-1.0.12
on Jun 7, 2023- Updated to latest forge.
- Ported to 1.12.
GameStages-1.11.2-1.0.11
on Jun 7, 2023- Added dependencies to the curseforge info.
GameStages-1.11.2-1.0.10
on Jun 7, 2023- Formatting and cleanup.
- Added some username index code.
- Added responses to some of these commands.
- Added a clear command.
- Added output for when the player has no stages unlocked.
- Updated bookshelf, and fixed commands having bad permissions.
- Updated versions to latest bookshelf.
GameStages-1.11.2-1.0.9
on Jun 7, 2023- Changed commands to use tree commands. They're super buggy right now.
- Updated the required version of bookshelf.
GameStages-1.11.2-1.0.8
on Jun 7, 2023- Fixed outdated gradle info.
GameStages-1.11.2-1.0.7
on Jun 7, 2023- Updated to bookshelf 381
- Fixed stage data not being in sync when the player joins.
- Fixed a packet issue, where packet was being sent too soon.
- Fixed several issues with stages not unlocking correctly.
- Updated the bookshelf dependency.
GameStages-1.11.2-1.0.6
on Jun 7, 2023- Registered the packet.
GameStages-1.11.2-1.0.5
on Jun 7, 2023- Added maven stuff.