Class GeyserPaperLogger
java.lang.Object
org.geysermc.geyser.platform.spigot.GeyserSpigotLogger
org.geysermc.geyser.platform.spigot.GeyserPaperLogger
- All Implemented Interfaces:
org.geysermc.geyser.api.command.CommandSource,org.geysermc.geyser.command.GeyserCommandSource,org.geysermc.geyser.GeyserLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendMessage(net.kyori.adventure.text.Component message) Since 1.18.2 this is required so legacy format symbols don't show up in the console for colorsMethods inherited from class org.geysermc.geyser.platform.spigot.GeyserSpigotLogger
debug, debug, error, error, info, isDebug, setDebug, severe, severe, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.geyser.api.command.CommandSource
sendMessageMethods inherited from interface org.geysermc.geyser.command.GeyserCommandSource
connection, handle, locale, sendLocaleString, sendLocaleStringMethods inherited from interface org.geysermc.geyser.GeyserLogger
debug, debug, hasPermission, info, isConsole, name, playerUuid, sendMessage
-
Constructor Details
-
GeyserPaperLogger
-
-
Method Details
-
sendMessage
public void sendMessage(net.kyori.adventure.text.Component message) Since 1.18.2 this is required so legacy format symbols don't show up in the console for colors
-