WIP custom component replacer no regex!!

This commit is contained in:
PiggyPiglet
2026-01-21 22:14:46 +08:00
parent 880ddc22b5
commit 2dc5b93133
4 changed files with 188 additions and 3 deletions

View File

@@ -87,8 +87,11 @@ public final class PlaceholderAPIConfig {
return plugin.getConfig().getString("boolean.false", "false");
}
public boolean useAdventureProvidedReplacer() {
return plugin.getConfig().getBoolean("use_adventure_provided_replacer", false);
}
public boolean detectMaliciousExpansions() {
return plugin.getConfig().getBoolean("detect_malicious_expansions", true);
}
}