Finish adding dimension exclusions

This commit is contained in:
Tara 2023-01-08 19:20:59 -07:00
parent 10bd89450c
commit f3bce6751b
19 changed files with 124 additions and 28 deletions

View file

@ -0,0 +1,13 @@
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";
}