All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.thewebcode.yplugin.gui.components.util.Legacy Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.github.thewebcode.yplugin.gui.components.util;

import net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer;

public class Legacy {
    public static final LegacyComponentSerializer SERIALIZER = LegacyComponentSerializer.builder()
            .hexColors()
            .useUnusualXRepeatedCharacterHexFormat()
            .build();

    private Legacy() {
        throw new UnsupportedOperationException("Class should not be instantiated!");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy