Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 445 Bytes

LabyMod Server API

1.20.2

Original: https://www.spigotmc.org/resources/92724/

Usage

For example set a server banner (tablist) & send a player to a different minecraft server

LabyModAPI labyModAPI = LabyModAPI.getInstance();

labyModAPI.sendServerBanner(player, "https://yourdomain.com/image.png");
labyModAPI.sendClientToServer(player, "Your title", "nextfight.net", true);