diff --git a/README.md b/README.md index fa5e3f3..1e498b9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Custom Anvil **Custom Anvil** is a plugin that allows server administrators to customise every aspect of the anvil's mechanics. -It is expected to work on 1.18 to 1.20.6 minecraft servers running spigot or paper. +It is expected to work on 1.18 to 1.21 minecraft servers running spigot or paper. (the plugin support of 1.16.5 to 1.17.1 is experimental an may encounter issues) **Custom Anvil** was previously named **Unsafe Enchants+**. diff --git a/build.gradle.kts b/build.gradle.kts index fc26f38..99960e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "xyz.alexcrea" -version = "1.4.7" +version = "1.4.8" repositories { mavenCentral() diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 76af25d..dbd2af4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ main: io.delilaheve.CustomAnvil name: CustomAnvil prefix: "Custom Anvil" -version: 1.4.7 +version: 1.4.8 description: Allow to customise anvil mechanics api-version: 1.16 load: POSTWORLD