Skip to content

Instantly share code, notes, and snippets.

View RedcodesDev's full-sized avatar
🖥️
Coding...

David RedcodesDev

🖥️
Coding...
View GitHub Profile
@RedcodesDev
RedcodesDev / MessageHandler.java
Created January 10, 2023 14:13
MiniMessage Utility class
import net.kyori.adventure.text.Component;
import net.kyori.adventure.text.minimessage.MiniMessage;
import net.kyori.adventure.text.serializer.plain.PlainTextComponentSerializer;
/**
* Utility class to use MiniMessage from Kyori's Adventure API
* @author David Eliezer Kesselmann
*/
public abstract class MessageHandler {