mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Make placeholder identifier lowercase
This commit is contained in:
parent
21d0c9ab0e
commit
84f377451e
@ -52,7 +52,7 @@ import java.util.regex.Pattern;
|
||||
* - meta_<node>
|
||||
*/
|
||||
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 AUTHOR = "Luck";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user