ClickableHeads Library
SpigotMCModrinthOpen-Source, easy to use Head system for GUIs
858 загрузок
последняя v1.2.6 SpigotMC
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.
![[IMG]](http://proxy.spigotmc.org/d037b402e0ac1ddb97a5bacaa10189f9ef40321f?url=https%3A%2F%2Fi.imgur.com%2FD67feto.png)
Seamless Integration: Works seamlessly with your preferred Minecraft version and existing codebase.
![[IMG]](http://proxy.spigotmc.org/1be8b8d12166e489e4ee43579194aa1177db8ea4?url=https%3A%2F%2Fi.imgur.com%2FCpswqSn.png)
Customization: Tailor player heads to match your server's unique style.
![[IMG]](http://proxy.spigotmc.org/a9f75cf44657d8ff660e495e753a7ad763193ce8?url=https%3A%2F%2Fi.imgur.com%2F0Tl1uws.png)
Getting Started:
Code (Java):
public ClickableHead
(OfflinePlayer 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 ) ;
}
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 ) ;
}
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
Комментарии 0
Пока нет комментариев. Будь первым, кто поделится мнением.