HomeJavaModsLabyMod Server API [1.8-1.17.1]
LabyMod Server API [1.8-1.17.1]
[​IMG]
This is not the original Plugin!!!
To the original Plugin: Click
This API is inspired by the original. Why i made a new Version of
this Plugin is because the old plugin doesn't work with 1.8-1.16 and many
People want a Version that works in the newer Versions.

If you need help by something join the Discord-Server: Click

Documentation from the API: https://docs.labymod.net/pages/server/introduction/
Website from the API: https://labymod.net
GitHub: https://github.com/labymod

How to use this Plugin:
Example Class:
Code (Java):
public class Example implements Listener {

    /* Register the API in your Class */
    public static LabyModAPI labyModAPI = new LabyModAPI ( ) ;

    /* When player joins he gets an subtitle */
    public void joinevent (PlayerJoinEvent event ) {
        Player player = event. getPlayer ( ) ;
        UUID uuid = player. getUniqueId ( ) ;
        String subtitle = "This is a Example" ;
 
        /* receiver = Player => The player that gets the subtitle */
        /* subtitlePlayer = UUID => of the player that gets the subtitle */
        /* value = String => Text stands under the playername */
 
        /* labyModAPI.setSubtitle(reciever, subtitlePlayer, value); */
        labyModAPI. setSubtitle (player, uuid, subtitle ) ;
    }
}
[​IMG]
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

LabyMod Server API [1.8-1.17.1] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 2,098 times (via Spigot). Download it and open it directly in the game.

Explore more