TotalFreedomMod/src/main/java/me/totalfreedom/totalfreedommod/punishments/PunishmentType.java
Video e1c3bad4d0 Even more punishment log types
Here's what I've changed in this commit:
- Adds /blockcmd to the punishment log (FS-239)
- Adds /blockedit and /blockpvp to the punishment log (FS-240)
- Adds /cage to the punishment log (FS-241)
- Adds /orbit to the punishment log (FS-242)
- Changes the order of operations in some commands to be a bit more consistent
2021-06-17 06:56:52 -06:00

18 lines
221 B
Java

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