9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-31 21:06:35 +00:00

Updated libreforge

This commit is contained in:
Auxilor
2022-05-05 21:25:32 +01:00
parent 06787017e5
commit abba90580e
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ allprojects {
dependencies { dependencies {
compileOnly 'com.willfp:eco:6.35.1' compileOnly 'com.willfp:eco:6.35.1'
implementation 'com.willfp:libreforge:3.38.0' implementation 'com.willfp:libreforge:3.39.0'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@@ -13,14 +13,14 @@ import com.willfp.reforges.ReforgesPlugin
import com.willfp.reforges.reforges.meta.ReforgeTarget import com.willfp.reforges.reforges.meta.ReforgeTarget
import com.willfp.reforges.reforges.util.ReforgeUtils import com.willfp.reforges.reforges.util.ReforgeUtils
import org.bukkit.inventory.ItemStack import org.bukkit.inventory.ItemStack
import java.util.Objects import java.util.*
@Suppress("DEPRECATION") @Suppress("DEPRECATION")
class Reforge( class Reforge(
internal val config: Config, internal val config: Config,
plugin: ReforgesPlugin plugin: ReforgesPlugin
) : Holder { ) : Holder {
val id = config.getString("id") override val id = config.getString("id")
val name = config.getFormattedString("name") val name = config.getFormattedString("name")

View File

@@ -1,2 +1,2 @@
version = 4.66.1 version = 4.67.0
plugin-name = Reforges plugin-name = Reforges