mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
v1.8.2
Update HavenBags and fix issue with new version
This commit is contained in:
parent
482d5eb66d
commit
fa6ea6747e
5 changed files with 5 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ Here is a list of supported anvil mechanic plugins with support status:
|
||||||
Officially supported by Custom Anvil but still experimental. Mostly use Custom Anvil basic XP settings. (version >= 6.1.0)
|
Officially supported by Custom Anvil but still experimental. Mostly use Custom Anvil basic XP settings. (version >= 6.1.0)
|
||||||
|
|
||||||
- [HavenBags](https://www.spigotmc.org/resources/havenbags-shulker-like-player-bound-bags-1-17-1-21-4.110420/)
|
- [HavenBags](https://www.spigotmc.org/resources/havenbags-shulker-like-player-bound-bags-1-17-1-21-4.110420/)
|
||||||
Officially supported by Custom Anvil. Not really enchantment related but CustomAnvil should not impact bag upgrade and skin via anvil.
|
Officially supported by Custom Anvil. Not really enchantment related but CustomAnvil should not impact bag upgrade and skin via anvil. (version >= 1.31.0)
|
||||||
|
|
||||||
If you like Custom Anvil to support a specific plugin (custom enchant or anvil mechanic).
|
If you like Custom Anvil to support a specific plugin (custom enchant or anvil mechanic).
|
||||||
You can ask, but please note implementing compatibility will be considered
|
You can ask, but please note implementing compatibility will be considered
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "xyz.alexcrea"
|
group = "xyz.alexcrea"
|
||||||
version = "1.8.1"
|
version = "1.8.2"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// EcoEnchants
|
// EcoEnchants
|
||||||
|
|
@ -50,7 +50,7 @@ dependencies {
|
||||||
compileOnly(files("libs/Disenchantment-6.1.0.jar"))
|
compileOnly(files("libs/Disenchantment-6.1.0.jar"))
|
||||||
|
|
||||||
// HavenBags
|
// HavenBags
|
||||||
compileOnly(files("libs/HavenBags-1.30.1.1729.jar"))
|
compileOnly(files("libs/HavenBags-1.31.0.1760.jar"))
|
||||||
|
|
||||||
// Include nms
|
// Include nms
|
||||||
implementation(project(":nms:nms-common"))
|
implementation(project(":nms:nms-common"))
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
libs/HavenBags-1.31.0.1760.jar
Normal file
BIN
libs/HavenBags-1.31.0.1760.jar
Normal file
Binary file not shown.
|
|
@ -6,9 +6,9 @@ import org.bukkit.event.inventory.InventoryClickEvent
|
||||||
import org.bukkit.event.inventory.PrepareAnvilEvent
|
import org.bukkit.event.inventory.PrepareAnvilEvent
|
||||||
import org.bukkit.inventory.AnvilInventory
|
import org.bukkit.inventory.AnvilInventory
|
||||||
import org.bukkit.plugin.RegisteredListener
|
import org.bukkit.plugin.RegisteredListener
|
||||||
import valorless.havenbags.BagSkin
|
|
||||||
import valorless.havenbags.BagUpgrade
|
|
||||||
import valorless.havenbags.HavenBags
|
import valorless.havenbags.HavenBags
|
||||||
|
import valorless.havenbags.features.BagSkin
|
||||||
|
import valorless.havenbags.features.BagUpgrade
|
||||||
import xyz.alexcrea.cuanvil.listener.PrepareAnvilListener
|
import xyz.alexcrea.cuanvil.listener.PrepareAnvilListener
|
||||||
import xyz.alexcrea.cuanvil.util.AnvilXpUtil
|
import xyz.alexcrea.cuanvil.util.AnvilXpUtil
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue