mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
update changelog
This commit is contained in:
parent
8b3caa4c3b
commit
705851c60b
10
CHANGELOG.md
10
CHANGELOG.md
@ -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.
|
@ -1,5 +1,5 @@
|
||||
name: '${name}'
|
||||
main: '${group}.CrazyAuctions'
|
||||
main: '${group}.${name}'
|
||||
|
||||
authors: ${authors}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user