Skip to content

A Minecraft extension that can create text icons and use them in the chat, sidebar, bossbar, actionbar...

License

Notifications You must be signed in to change notification settings

GufliMC/BrickTextIcons

Repository files navigation

BrickTextIcons

A simple Minecraft plugin/extension for text icons in the chat, sidebar, bossbar, actionbar...

example image

Credits

Original demo and proof of concept by CatDevz

Install

Get the release and place it in your server.

A custom resource pack is required (1.87 kB), this can be automatically installed with a config option. You can also download it here.

This plugin integrates well with the existing Brick ecosystem.

API

Gradle

repositories {
    maven { url "https://repo.jorisg.com/snapshots" }
}

dependencies {
    compileOnly 'com.guflimc.brick.texticons:api:+'
}

Javadocs

Check the javadocs for all platforms here.

Examples

// You only need the player's UUID. This will return a kyori adventure's Component.
TextIconsAPI.get().head(player.getUniqueId()).thenAccept(head-> {
        player.sendMessage(head);
});

About

A Minecraft extension that can create text icons and use them in the chat, sidebar, bossbar, actionbar...

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages