Update HavenBags and fix issue with new version
This commit is contained in:
alexcrea 2025-02-17 15:29:12 +01:00
parent 482d5eb66d
commit fa6ea6747e
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
5 changed files with 5 additions and 5 deletions

View file

@ -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)
- [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).
You can ask, but please note implementing compatibility will be considered

View file

@ -16,7 +16,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.8.1"
version = "1.8.2"
repositories {
// EcoEnchants
@ -50,7 +50,7 @@ dependencies {
compileOnly(files("libs/Disenchantment-6.1.0.jar"))
// HavenBags
compileOnly(files("libs/HavenBags-1.30.1.1729.jar"))
compileOnly(files("libs/HavenBags-1.31.0.1760.jar"))
// Include nms
implementation(project(":nms:nms-common"))

Binary file not shown.

Binary file not shown.

View file

@ -6,9 +6,9 @@ import org.bukkit.event.inventory.InventoryClickEvent
import org.bukkit.event.inventory.PrepareAnvilEvent
import org.bukkit.inventory.AnvilInventory
import org.bukkit.plugin.RegisteredListener
import valorless.havenbags.BagSkin
import valorless.havenbags.BagUpgrade
import valorless.havenbags.HavenBags
import valorless.havenbags.features.BagSkin
import valorless.havenbags.features.BagUpgrade
import xyz.alexcrea.cuanvil.listener.PrepareAnvilListener
import xyz.alexcrea.cuanvil.util.AnvilXpUtil