promotional bannermobile promotional banner

DKLib

Abandoned
a usefull Lib with a lot of helpfull utils



DKLib


a usefull Lib with a lot of helpfull utils




Features:

  • open source
  • github
  • new commandsystem: no need to register the commands in the plugin.yml
  • MySQL utils
  • custom events like: PlayerBlockMoveEvent
  • tons of other helpfull utils

optional dependencies:

you don't need any dependencies for this lib! But some classes depends on ProtocolLib (like BubblelessPotionEffect.java) [look in the javadocs above the class in github, if you want to know if a class depends on protocollib or not], if you want to use these, you have to install also the plugin ProtocolLib on your server.
ProtocolLib

Commands:


/DKLib - only a test command, to see if DKLib is enabled or not

for Developers: How to use DKLib in your plugin

first Include the jar file as a dependency and install move DKLib to your servers plugin folder
then add this line to the plugin.yml of you plugin:
depend: [DKLib]

for Developers: Example for using the command system

create a class like this:
klick here...
then register the command in your main class like this:

    CommandManager cm;

    @Override
    public void onEnable()
    {
        //command test
        cm = new CommandManager(this);
        cm.registerCommand(new TestCommand(cm));
        //add a prefix for usage message, etc. default is ""
        cm.PREFIX = "§f[§4TEST§f] ";

    }



Github:

https:github.com/michidk/DKLib

The DKLib Team

profile avatar
  • 1
    Projects
  • 51.7K
    Downloads

More from Forge_User_81615017View all

  • NoteBlockAPI project image

    NoteBlockAPI

    • 95.2K
    • Bukkit Plugins

    An API for playing NoteBlockStudio-Files

    • 95.2K
    • June 23, 2017
    • Bukkit Plugins
  • SexyMotd project image

    SexyMotd

    • 111.0K
    • Bukkit Plugins

    Best MOTD plugin, that will make ur server look SEXY!

    • 111.0K
    • August 1, 2015
    • Bukkit Plugins
    • +1
  • Custom Server Messages project image

    Custom Server Messages

    • 168.9K
    • Bukkit Plugins

    edit all messages of your server

    • 168.9K
    • November 29, 2014
    • Bukkit Plugins
    • +2
  • NoteBlockPlayer project image

    NoteBlockPlayer

    • 14.4K
    • Bukkit Plugins

    play .midi and .nbs files ingame

    • 14.4K
    • January 23, 2014
    • Bukkit Plugins
  • NoteBlockAPI project image

    NoteBlockAPI

    • 95.2K
    • Bukkit Plugins

    An API for playing NoteBlockStudio-Files

    • 95.2K
    • June 23, 2017
    • Bukkit Plugins
  • SexyMotd project image

    SexyMotd

    • 111.0K
    • Bukkit Plugins

    Best MOTD plugin, that will make ur server look SEXY!

    • 111.0K
    • August 1, 2015
    • Bukkit Plugins
    • +1
  • Custom Server Messages project image

    Custom Server Messages

    • 168.9K
    • Bukkit Plugins

    edit all messages of your server

    • 168.9K
    • November 29, 2014
    • Bukkit Plugins
    • +2
  • NoteBlockPlayer project image

    NoteBlockPlayer

    • 14.4K
    • Bukkit Plugins

    play .midi and .nbs files ingame

    • 14.4K
    • January 23, 2014
    • Bukkit Plugins