mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-05-21 06:53:51 +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