mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-09 20:11:17 +02: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