This API is inspired by the original. Why i made a new Version of
How to use this Plugin:
Example Class:
![[IMG]](//proxy.spigotmc.org/d0a68b122c56b0536c581277a5d1893f0656baf8?url=https%3A%2F%2Fbstats.org%2Fsignatures%2Fbukkit%2FLabyModAPI.svg)
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
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
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 ) ;
}
}
/* 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 ) ;
}
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.