mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
This is used with /promote and /demote, forgot to commit
This commit is contained in:
parent
97385490f4
commit
590c8f06c8
9
ranks.java
Normal file
9
ranks.java
Normal file
@ -0,0 +1,9 @@
|
||||
/* Class of all ranks so I don't need to type them in */
|
||||
|
||||
public class ranks {
|
||||
public static final String[] Def = {"default"};
|
||||
public static final String[] Trusted = {"trusted"};
|
||||
public static final String[] Mods = {"mods"};
|
||||
public static final String[] Admins = {"admins"};
|
||||
public static final String[] SuperAdmins = {"superadmins"};
|
||||
}
|
Loading…
Reference in New Issue
Block a user