mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-15 01:31:43 +01:00
update changelog
This commit is contained in:
parent
8b3caa4c3b
commit
705851c60b
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,9 @@
|
|||||||
### Changes:
|
### 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:
|
### Added:
|
||||||
- Sending double messages if they don't have the permission.
|
- 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}'
|
name: '${name}'
|
||||||
main: '${group}.CrazyAuctions'
|
main: '${group}.${name}'
|
||||||
|
|
||||||
authors: ${authors}
|
authors: ${authors}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user