From 93bbb8f7de6e73d1ae533442ab2d061313a59e64 Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Mon, 27 Nov 2023 16:13:07 -0500 Subject: [PATCH] Update changelog --- build.gradle | 20 ++------------------ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/build.gradle b/build.gradle index f140928..4aabdd4 100644 --- a/build.gradle +++ b/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 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) diff --git a/gradle.properties b/gradle.properties index 257e0a2..0575eb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file