13 lines
588 B
Java
13 lines
588 B
Java
package dev.zontreck.otemod.permissions;
|
|
|
|
public class Permissions {
|
|
public static String zschem = "group.otemod.zschem";
|
|
public static String zschem_load = "otemod.commands.zschem.loadzschem";
|
|
public static String zschem_save = "otemod.commands.zschem.savezschem";
|
|
public static String zschem_place = "otemod.commands.zschem.placezschem";
|
|
public static String zschem_pos1 = "otemod.commands.zschem.pos1";
|
|
public static String zschem_pos2 = "otemod.commands.zschem.pos2";
|
|
public static String zschem_air = "otemod.commands.zschem.setair";
|
|
|
|
|
|
}
|