From 62c93465f267f055dd61a878d874cd5118fbb5a0 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 31 Jul 2020 18:03:51 +0200 Subject: [PATCH] Update PlaceholderExpansion.md --- wiki/PlaceholderExpansion.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/PlaceholderExpansion.md b/wiki/PlaceholderExpansion.md index 8daabab..59001aa 100644 --- a/wiki/PlaceholderExpansion.md +++ b/wiki/PlaceholderExpansion.md @@ -69,7 +69,7 @@ public class SomeExpansion extends PlaceholderExpansion { *
This is what tells PlaceholderAPI to call our onRequest * method to obtain a value if a placeholder starts with our * identifier. - *
This must be unique and can not contain % or _ + *
The identifier has to be lowercase and can't contain _ or % * * @return The identifier in {@code %_%} as String. */ @@ -182,7 +182,7 @@ public class SomeExpansion extends PlaceholderExpansion { *
This is what tells PlaceholderAPI to call our onRequest * method to obtain a value if a placeholder starts with our * identifier. - *
This must be unique and can not contain % or _ + *
The identifier has to be lowercase and can't contain _ or % * * @return The identifier in {@code %_%} as String. */ @@ -329,7 +329,7 @@ public class SomeExpansion extends PlaceholderExpansion { *
This is what tells PlaceholderAPI to call our onRequest * method to obtain a value if a placeholder starts with our * identifier. - *
This must be unique and can not contain % or _ + *
The identifier has to be lowercase and can't contain _ or % * * @return The identifier in {@code %_%} as String. */ @@ -408,4 +408,4 @@ public class SomePlugin extends JavaPlugin{ } } } -``` \ No newline at end of file +```