diff --git a/eco-core/core-plugin/src/main/resources/paper-plugin.yml b/eco-core/core-plugin/src/main/resources/paper-plugin.yml index 15037713..fb24df09 100644 --- a/eco-core/core-plugin/src/main/resources/paper-plugin.yml +++ b/eco-core/core-plugin/src/main/resources/paper-plugin.yml @@ -2,6 +2,7 @@ name: ${pluginName} version: ${version} main: com.willfp.ecoenchants.EcoEnchantsPlugin api-version: 1.19 +load: STARTUP dependencies: - name: eco diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 10a0585b..fb2ca270 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -4,6 +4,7 @@ main: com.willfp.ecoenchants.EcoEnchantsPlugin api-version: 1.17 authors: [ Auxilor ] website: willfp.com +load: STARTUP depend: - eco softdepend: diff --git a/gradle.properties b/gradle.properties index f87f9cf2..8cd54bcd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ #Wed Apr 19 12:21:42 BST 2023 kotlin.code.style=official libreforge-version=4.3.0 -version=10.3.0 +version=10.3.1