Commit Graph
6 Commits
Author SHA1 Message Date
Riley Park 53923ed857 chore: update checkstyle config 2024-02-08 11:20:28 -08:00
Riley ParkandGitHub 4080ee2eaa Extract player data forwarding to separate class (#1210)
* Extract player data forwarding to separate class

* Use modern switch statement
2024-01-28 22:05:21 -05:00
b9b11665b9 Refactor built-in commands to use Brigadier (#1208)
* Refactor /velocity command to use Brigadier

* Added default usage message and code cleanup

* Reimplemented callback subcommand

* Fixed execution of the callback subcommand when all permissions of the main command subcommands are denied

* Migrated callback subcommand to its own command

* Migrated server command

* GList, Send and Server command cleanup

---------

Co-authored-by: Adrian <adriangonzalesval@gmail.com>
2024-01-22 18:01:49 -05:00
5afcd72bbd Refactor bossbar implementation (#1209)
* Refactor bossbar implementation

* Move to adventure package

* Use AutoService instead of manual service declaration

---------

Co-authored-by: Adrian <adriangonzalesval@gmail.com>
2024-01-21 17:56:08 -05:00
Riley ParkandGitHub 0993ce2f86 Improve protocol version checking (#1203)
* Improve protocol version checking

* chore: since 3.3.0
2024-01-18 17:32:42 -08:00
Riley ParkandGitHub 36cc2bde23 Merge pull request #983 from alexstaeding/refactor/version-catalog
Move dependencies to gradle version catalog and clean up buildscripts
2023-03-26 13:27:29 -07:00