mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-06-29 19:05:55 +02:00
Add config option to use adventure replacer, add bracket {} support
This commit is contained in:
@@ -54,6 +54,10 @@ public final class PlaceholderAPIConfig {
|
||||
return plugin.getConfig().getBoolean("debug", false);
|
||||
}
|
||||
|
||||
public boolean useAdventureReplacer() {
|
||||
return plugin.getConfig().getBoolean("useAdventureProvidedReplacer", false);
|
||||
}
|
||||
|
||||
|
||||
public Optional<ExpansionSort> getExpansionSort() {
|
||||
final String option = plugin.getConfig()
|
||||
|
||||
Reference in New Issue
Block a user