mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
Mod Logs command, change chat and menu colors
This commit is contained in:
@@ -27,6 +27,8 @@ import java.util.Comparator;
|
||||
import java.util.List;
|
||||
import java.util.function.Predicate;
|
||||
|
||||
import static de.shiewk.smoderation.SModeration.*;
|
||||
|
||||
public class SModMenu extends PageableCustomInventory {
|
||||
|
||||
public enum Filter {
|
||||
@@ -60,10 +62,6 @@ public class SModMenu extends PageableCustomInventory {
|
||||
this.comparator = comparator;
|
||||
}
|
||||
}
|
||||
|
||||
public static final NamedTextColor PRIMARY_COLOR = NamedTextColor.AQUA;
|
||||
public static final NamedTextColor SECONDARY_COLOR = NamedTextColor.GREEN;
|
||||
public static final NamedTextColor INACTIVE_COLOR = NamedTextColor.GRAY;
|
||||
private static final NamespacedKey PUNISHMENT_STORE_KEY = new NamespacedKey("smod", "punishmentid");
|
||||
|
||||
private final Inventory inventory;
|
||||
|
||||
Reference in New Issue
Block a user