Updated to eco 4.3.1 config system
This commit is contained in:
@@ -47,7 +47,7 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:4.2.0'
|
||||
compileOnly 'com.willfp:eco:4.3.1'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:19.0.0'
|
||||
|
||||
|
||||
@@ -46,9 +46,9 @@ public class TalismanUtils {
|
||||
)
|
||||
);
|
||||
|
||||
talisman.getConfig().getConfig().getKeys(true).forEach(string -> {
|
||||
talisman.getConfig().getKeys(true).forEach(string -> {
|
||||
String key = string.replace("\\.", "_").replace("-", "_");
|
||||
Object object = talisman.getConfig().getConfig().get(string);
|
||||
Object object = talisman.getConfig().getRaw(string);
|
||||
|
||||
PlaceholderManager.registerPlaceholder(
|
||||
new PlaceholderEntry(
|
||||
|
||||
Reference in New Issue
Block a user