Перейти к содержимому
Mineforgian

ClickableHeads Library

Enhance Minecraft Plugins

Загрузки
1K
Подписчики
3
Обновлён
19 сентября 2024 г.
Лицензия
MIT

Опубликован 4 сентября 2023 г.

ClickableHeads - Make player heads interactive

ClickableHeads is a versatile library designed exclusively for Minecraft developers. Enhance your server's gameplay with interactive player heads and unlock new possibilities in your custom plugins and mods.

Key Features:

Interactive Player Heads: Easily integrate interactive player heads into your Minecraft projects. Image1

Seamless Integration: Works seamlessly with your preferred Minecraft version and existing codebase. Customization: Tailor player heads to match your server's unique style. Image2

Getting Started:

       public ClickableHead(Player player,
                         String name,
                         List<String> lore
                          ) {
        GUI=null;
        this.player=player;
        this.name=player==null?"Name is null":name;
        this.lore=player==null?Collections.emptyList():lore;
        head=player==null?invalidHead():getAllVersionsSkull(player,name,lore);
    }

Explore the ClickableHeads library today and supercharge your Minecraft development projects. This description provides a small overview of ClickableHeads as a developer's toolkit, along with a small code snippet to illustrate its usage.

See more on github: https://github.com/SerbanHiro/ClickableHeads

Join Our Thriving Community on Discord! ✨ Connect with fellow server owners, share your tips and tricks, and get the support you need to make your Minecraft server truly extraordinary. Click here to join: https://discord.gg/dn8YE2Ctbv

Ченджлог

1.2.6Релиз1.20.6, 1.21, 1.21.1 · 19 сентября 2024 г.

1.21 support

1.2.5Релиз1.20, 1.20.1, 1.20.2 · 21 октября 2023 г.

PlaceholderAPI support

1.2.1Релиз1.20, 1.20.1, 1.20.2 · 26 сентября 2023 г.

Offline player full usage. Everything is now based on offline players

1.2Релиз1.19.4, 1.20, 1.20.1 · 9 сентября 2023 г.

Vault API! You can now use {BALANCE} inside the (template).yml in order to show a player's balance.

1.0Релиз1.19.4, 1.20, 1.20.1 · 4 сентября 2023 г.

ClickableHeads API

Комментарии

Загружаем…