HomeJavaModsPluginLib
PluginLib
plugin_description.png
This is an API for some of my plugins. The Plugin does nothing on your server, developers can give it a function. At the moment it is only available for 1.8 1.10 1.11 1.12 .14 and 1.15 Servers. This is an BETA-VERSION
plugin_tutorial.png
Tutorial for Developers:
Spoiler: NPCs
Code (Java):

NPC npc = new NPC (location, npcName, fetchName, skinName ) ; //create the NPC
npc. register ( ) ; //register the NPC
npc. enableAutospawn ( ) ; //spawn NPC automaticly on Player join
 
Spoiler: Handle Interaction
Code (Text):
@EventHandler
public void onInteract(PlayerInteractAtNPCEvent e) {
    NPC npc = e.getNPC();
    Player player = e.getPlayer();
    NPCAction action = e.getAction();
}
Spoiler: Other Stuff you can do
  • Handle client and server packets
  • Get Input from Player
  • Serialize objects
  • MySQLApi (not completet yet)
  • Simple configuration handling
  • Item-, Skull- and ArmorBuilder
  • Send players to bungeeservers
  • Integraded UUID-Fetcher
plugin_issuses.png
If you have any issuses, please report them on GitHub.
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.

PluginLib is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.10, 1.11, 1.12 and newer. Downloaded 4,136 times (via Spigot). Download it and open it directly in the game.

Explore more