Package dev.plex.util.redis
Class MessageUtil
java.lang.Object
dev.plex.util.redis.MessageUtil
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.google.gson.Gson
private static redis.clients.jedis.JedisPubSub
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
sendStaffChat
(org.bukkit.command.CommandSender sender, net.kyori.adventure.text.Component message, UUID... ignore) static void
-
Field Details
-
GSON
private static final com.google.gson.Gson GSON -
SUBSCRIBER
private static redis.clients.jedis.JedisPubSub SUBSCRIBER
-
-
Constructor Details
-
MessageUtil
public MessageUtil()
-
-
Method Details
-
subscribe
public static void subscribe() -
sendStaffChat
public static void sendStaffChat(org.bukkit.command.CommandSender sender, net.kyori.adventure.text.Component message, UUID... ignore)
-