TotalFreedomMod/src/main/java/me/totalfreedom/totalfreedommod/punishments/PunishmentType.java
2021-10-01 00:17:08 -05:00

18 lines
221 B
Java

package me.totalfreedom.totalfreedommod.punishments;
public enum PunishmentType
{
MUTE,
SMITE,
KICK,
TEMPBAN,
BAN,
WARN,
CAGE,
BLOCKEDIT,
BLOCKPVP,
BLOCKCMD,
ORBIT,
DOOM
}