mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Update if framework and fix readme issue.
This commit is contained in:
parent
7c03c3d38b
commit
ca07090866
3 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ It was renamed because it now affects every anvil aspect and not only unsafe enc
|
||||||
the plugin can be downloaded on the
|
the plugin can be downloaded on the
|
||||||
[Spigot site](https://www.spigotmc.org/resources/custom-anvil.114884)
|
[Spigot site](https://www.spigotmc.org/resources/custom-anvil.114884)
|
||||||
or [on GitHub](https://github.com/alexcrea/CustomAnvil/releases/latest)
|
or [on GitHub](https://github.com/alexcrea/CustomAnvil/releases/latest)
|
||||||
|
|
||||||
---
|
---
|
||||||
**Custom Anvil** have the following features:
|
**Custom Anvil** have the following features:
|
||||||
- Vanilla like default configuration.
|
- Vanilla like default configuration.
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ dependencies {
|
||||||
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
// Gui library
|
// Gui library
|
||||||
compileOnly("com.github.stefvanschie.inventoryframework:IF:0.10.13")
|
compileOnly("com.github.stefvanschie.inventoryframework:IF:0.10.14")
|
||||||
|
|
||||||
// Protocolib
|
// Protocolib
|
||||||
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
|
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ load: POSTWORLD
|
||||||
authors: [ DelilahEve, alexcrea ]
|
authors: [ DelilahEve, alexcrea ]
|
||||||
libraries:
|
libraries:
|
||||||
- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
|
- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
|
||||||
- com.github.stefvanschie.inventoryframework:IF:0.10.13
|
- com.github.stefvanschie.inventoryframework:IF:0.10.14
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
anvilconfigreload:
|
anvilconfigreload:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue