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
ConstructorsConstructorDescriptionGeyserPaperLogger(org.bukkit.plugin.Plugin plugin, Logger logger, boolean debug) -
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, 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
localeMethods inherited from interface org.geysermc.geyser.GeyserLogger
debug, hasPermission, info, isConsole, name, 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
-