* Add contributing and expansion section
* Start using new Issue template system
* Create bug_report.yml
* Rename feature_request.md to feature_request_old.md
* Create feature_request.yml
* fix unique name
* Update feature_request_old.md
* Add Checkboxes
* Add checkboxes
* disable default issue body
* Delete bug_report_old.md
* Delete feature_request_old.md
* Rename bug_report_new.yml to bug_report.yml
* Check if deleting this fixed the PR...
* Use description in favour of about
* improve feature_request.md
* Update bug_report.yml
* Assign "Type: Issue (Unconfirmed)" label
* Use lists and not comma-separated string
* Update feature_request.yml
* Use id option for error and dump fields
* Add field for logs
* Remove deprecated issue_body type
* Update feature_request.yml
* Improve description of bug_report.yml
* Initial 1.17 Changes
* add render
* Revert build.gradle dependencies change
* Fixed duplicate files
* Initial test on adventure
* started moving to pure adventure
* finished kyori impl
* added 1.17 to nmsversion (what does this even do)
* removed dev for release
* added dev back
Co-authored-by: PiggyPiglet <PiggyPiglet@users.noreply.github.com>
Co-authored-by: darbyjack <admin@glaremasters.me>
Co-authored-by: PiggyPiglet <noreply@piggypiglet.me>
* Attempt at fixing 413
This is my (miserable) attempt at fixing #413
These changes basically fix some potential threading issues and (probably) #413
Local tests went fine for me, but more tests are required.
* Remove delay, fixed -> cached thread pool
* began rewriting command system
* began rewriting command system
* updated formatting
* added new info command
* added new reload command
* updated new parse command to support all three parsing types
* added new commands to command router
* deleted old unused commands
* removed parserel
* added new expansion register and unregister commands
* deleted unused commands
* fixed annotation order
* added labels helper to command
* updated alias method to return an immutable view
* updated params param with unmodifiable annotation
* updated router to build an immutable map of the commands
* began rewriting command system
* updated formatting
* added new info command
* added new reload command
* updated new parse command to support all three parsing types
* added new commands to command router
* deleted old unused commands
* removed parserel
* added new expansion register and unregister commands
* deleted unused commands
* fixed annotation order
* added labels helper to command
* updated alias method to return an immutable view
* updated params param with unmodifiable annotation
* updated router to build an immutable map of the commands
* updated plugin class to use new command router
* updated switch to break on parse match
* updated register completions to suggest file names
* updated router to allow entering labels in any case
* updated parse command to send message to players as components
* added command dispatching parsing
* moved new commands into local package
* added helper functions for filtering and suggesting
* updated imports, updated tab completion to use helper functions
* added start of ecloud commands
* replace ecloud enable and disable commands with single toggle command evaluator
* deleted unused commands
* updated commands to use helper functions for suggesting
* updated downloading to use completablefuture, updated all methods to use streams exclusively
* updated to use the config instead of a null check
* deleted old commands system
* finished new command system
* updated to use new method from cloud manager
* fixed annotation ordering and added missing annotations
* updated ecloud subcommands to have a more specific permission
* updated plugin.yml with the new permissions, (and also fixed its formatting)
* fixed annotations intellij missed
* this should probably be there...