update changelog

This commit is contained in:
Ryder Belserion 2024-07-11 20:23:32 -04:00
parent 8b3caa4c3b
commit 705851c60b
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
### Changes:
- Added a permission check for crazyauctions.access on the command /crazyauctions
- Moved i/o operations off the main thread.
- Improved performance with the bid command.
### Fixed:
- Sending double messages if they don't have the permission.
### Added:
- Folia Support
### Removed:
- Unicode checks for books, this might not be needed anymore due to recent Mojang/Paper changes, but I will add it back if an issue appears related to books.

View File

@ -1,5 +1,5 @@
name: '${name}'
main: '${group}.CrazyAuctions'
main: '${group}.${name}'
authors: ${authors}