mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-11-05 07:41:23 +01:00
undeprecated bracket placeholder methods,
This commit is contained in:
@@ -16,8 +16,7 @@ public interface Replacer
|
||||
|
||||
enum Closure
|
||||
{
|
||||
BRACES('{', '}'),
|
||||
BRACKETS('[', ']'),
|
||||
BRACKET('{', '}'),
|
||||
PERCENT('%', '%');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user