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
This commit is contained in:
Video
2021-06-17 06:56:52 -06:00
parent 4e78027f0c
commit e1c3bad4d0
6 changed files with 28 additions and 4 deletions

View File

@ -8,5 +8,10 @@ public enum PunishmentType
TEMPBAN,
BAN,
DOOM,
WARN
WARN,
CAGE,
BLOCKEDIT,
BLOCKPVP,
BLOCKCMD,
ORBIT
}