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
Tutorial for Developers:
Spoiler: NPCs
NPC npc = new NPC (location, npcName, fetchName, skinName ) ; //create the NPC
npc. register ( ) ; //register the NPC
npc. enableAutospawn ( ) ; //spawn NPC automaticly on Player join
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();
}
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
Spoiler: Wiki
If you have any issuses, please report them on GitHub.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.10, 1.11
- 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.
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.