From 3017a4518b9f97b4e6b87a1f9a2a4e9d1655483b Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Mon, 27 Nov 2023 12:17:38 -0500 Subject: [PATCH] [ci-skip] update changelog --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8e8b7c..f140928 100644 --- a/build.gradle +++ b/build.gradle @@ -84,12 +84,16 @@ String description = """ ## Breaking Changes: * Only supports 1.20+ - * Permissions have changed, You can view the updated permissions @ https://github.com/Crazy-Crew/CrazyAuctions/blob/main/paper/src/main/resources/plugin.yml + * 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 + +## Fixes: + * Fixed a permission check for the /ah gui ## Optimizations: * Only use uuid for hashmap's / arrays as god intended.