mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-25 13:28:58 +02:00
Make placeholder identifier lowercase
This commit is contained in:
@@ -52,7 +52,7 @@ import java.util.regex.Pattern;
|
|||||||
* - meta_<node>
|
* - meta_<node>
|
||||||
*/
|
*/
|
||||||
public class LuckPermsPlaceholderExpansion extends PlaceholderExpansion {
|
public class LuckPermsPlaceholderExpansion extends PlaceholderExpansion {
|
||||||
private static final String IDENTIFIER = "LuckPerms";
|
private static final String IDENTIFIER = "luckperms";
|
||||||
private static final String PLUGIN_NAME = "LuckPerms";
|
private static final String PLUGIN_NAME = "LuckPerms";
|
||||||
private static final String AUTHOR = "Luck";
|
private static final String AUTHOR = "Luck";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user