NC-BukkitLib

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

NC-BukkitLib

The NC-BukkitLib, formerly known as NC-LoaderLib or NCLib, is a library based on the original class loading system in TitanChat. It nows has a built in command system and permissions bridge, also based on the ones in TitanChat.


Class Loading

The simplicity of loading classes can be seen here:

Loader<YourLoadable> loader = new Loader<YourLoadable>(plugin, classDirectory, objectParam1, objectParam2);
List<YourLoadable> loadables = loader.load();

With two lines of code you can have the JARs in your entire directory loaded.


Plugins that use NC-BukkitLib:

TitanChathttp://dev.bukkit.org/server-mods/titanchat/
DeathNotifierhttp://dev.bukkit.org/server-mods/deathnotifier/
PvPArenahttp://dev.bukkit.org/server-mods/pvp-arena/

-

About This Project

Categories

Members

Recent Files