Allow 1.16.5 to 1.17.1 (plugin not bellow 1.16.5 as per the libraries field did not exist)

Support is experimental and there may be issues.
This commit is contained in:
alexcrea 2024-06-07 14:14:49 +02:00
parent ed82aa790a
commit 972d2895d5
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,8 @@
# Custom Anvil # Custom Anvil
**Custom Anvil** is a plugin that allows server administrators to customise every aspect of the anvil's mechanics. **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.5 minecraft servers running spigot or paper. It is expected to work on 1.18 to 1.20.6 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+**. **Custom Anvil** was previously named **Unsafe Enchants+**.
It was renamed because it now affects every anvil aspect and not only unsafe enchants It was renamed because it now affects every anvil aspect and not only unsafe enchants

View file

@ -4,7 +4,7 @@ plugins {
} }
group = "xyz.alexcrea" group = "xyz.alexcrea"
version = "1.4.6" version = "1.4.7"
repositories { repositories {
mavenCentral() mavenCentral()

View file

@ -1,9 +1,9 @@
main: io.delilaheve.CustomAnvil main: io.delilaheve.CustomAnvil
name: CustomAnvil name: CustomAnvil
prefix: "Custom Anvil" prefix: "Custom Anvil"
version: 1.4.6 version: 1.4.7
description: Allow to customise anvil mechanics description: Allow to customise anvil mechanics
api-version: 1.18 api-version: 1.16
load: POSTWORLD load: POSTWORLD
authors: [ DelilahEve, alexcrea ] authors: [ DelilahEve, alexcrea ]
libraries: libraries: