PluginLib icon

PluginLib -----

API for some of my Plugins



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:
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
 
Code (Text):
@EventHandler
public void onInteract(PlayerInteractAtNPCEvent e) {
    NPC npc = e.getNPC();
    Player player = e.getPlayer();
    NPCAction action = e.getAction();
}
  • 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.
Resource Information
Author:
----------
Total Downloads: 3,940
First Release: May 19, 2020
Last Update: Apr 26, 2022
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings