NC-BukkitLib
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:
TitanChat | http://dev.bukkit.org/server-mods/titanchat/ |
DeathNotifier | http://dev.bukkit.org/server-mods/deathnotifier/ |
PvPArena | http://dev.bukkit.org/server-mods/pvp-arena/ |
-