mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
Update changelog
This commit is contained in:
parent
663ae04381
commit
93bbb8f7de
20
build.gradle
20
build.gradle
@ -82,27 +82,11 @@ String hangarType = isBeta ? "Beta" : "Release"
|
||||
String description = """
|
||||
# Please take backups and report any bugs you find!
|
||||
|
||||
## Breaking Changes:
|
||||
* Only supports 1.20+
|
||||
* Permissions have changed, You can view the updated permissions @ https://docs.crazycrew.us/crazyauctions/info/commands/permissions
|
||||
|
||||
## Changes:
|
||||
* Re-organized and cleaned up a large portion of the code, Functionality shouldn't change
|
||||
* Added proper tab completion
|
||||
* Added proper permissions to plugin.yml
|
||||
* The permission for /crazyauctions reload is now crazyauctions.reload
|
||||
* Add missing player names for the ah view <player> command
|
||||
|
||||
## Fixes:
|
||||
* Fixed a permission check for the /ah gui
|
||||
|
||||
## Optimizations:
|
||||
* Only use uuid for hashmap's / arrays as god intended.
|
||||
|
||||
## Warning:
|
||||
* Data is still stored only using name's which is terrible but at the moment it's annoying to remove, It will change in the next few versions after some more clean up is made.
|
||||
|
||||
## Developers:
|
||||
* Do not rely on any methods in CrazyAuctions as an API, it will constantly be refactored and moved around until told otherwise.
|
||||
* Fix tab complete order
|
||||
|
||||
## Other:
|
||||
* [Feature Requests](https://github.com/Crazy-Crew/${rootProject.name}/issues)
|
||||
|
@ -9,7 +9,7 @@ issues = https://github.com/Crazy-Crew/CrazyAuctions/issues
|
||||
|
||||
group = com.badbones69.crazyauctions
|
||||
description = Auction off items in style.
|
||||
version = 1.3
|
||||
version = 1.3.1
|
||||
apiVersion = 1.20
|
||||
|
||||
minecraftVersion = 1.20.2
|
Loading…
Reference in New Issue
Block a user