diff --git a/README.md b/README.md index 1851e7f..3ad6c02 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,6 @@ Highly customizable and feature-rich Hypixel like collection leveling plugin for Let your players level up collections by collecting multiple items from the same type and give them rewards like money, items, permissions, or even custom rewards. -## Features: -- Template based leveling system, so you don't need to configure all day long -- Multiple reward types and integrations -- Customizable GUI menus -- Automatic reward correction if you change your configs later on -- support math formulas in rewards -- built in money/command/permission/AuraSkills-stat reward types -- Mythic(Mobs) custom mechanics and conditions so your mobs can give progress to your collections. You can even check if a player has a certain collection level or not with MythicCrucible. -- PlaceholderAPI support -- Multiple economy support - ## Developer API @@ -31,7 +20,7 @@ items, permissions, or even custom rewards. gg.auroramc AuroraCollections - 1.0.0-SNAPSHOT + {VERSION} provided ``` @@ -46,7 +35,7 @@ repositories { } dependencies { - compileOnly 'gg.auroramc:AuroraCollections:1.0.0-SNAPSHOT' + compileOnly 'gg.auroramc:AuroraCollections:{VERSION}' } ``` @@ -57,6 +46,6 @@ repositories { } dependencies { - compileOnly("gg.auroramc:AuroraCollections:1.0.0-SNAPSHOT") + compileOnly("gg.auroramc:AuroraCollections:{VERSION}") } ``` \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index c624e5a..ec93dbb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { } group = "gg.auroramc" -version = "1.0.0-SNAPSHOT" +version = "1.0.0" java.sourceCompatibility = JavaVersion.VERSION_21 java.targetCompatibility = JavaVersion.VERSION_21 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f20d88d..219bf6f 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: AuroraCollections version: '${version}' main: gg.auroramc.collections.AuroraCollections -api-version: '1.19' +api-version: '1.20' authors: [ erik_sz ] folia-supported: true depend: [ Aurora ] @@ -13,6 +13,7 @@ softdepend: - MythicMobs - MythicLib - MMOItems + - LuckPerms website: https://auroramc.gg