HelperClasses - CommentedConfigs, CommandHelper, Permissions and more Logging

Discussion in 'Resources' started by Don Redhorse, Apr 10, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Don Redhorse

    Hi,

    after several months I think I have finally something that I want to share... it isn't fully finished and will never really be, one reason is that I guess that there will be some missing methods or ways to make some stuff better and the other one bukkit being phased out.

    So at https://github.com/dredhorse/HelperClasses you can find a "framework" for creating bukkit plugins.

    You need to copy the classes into your project and rename the packages correctly.. there is also some javadocs and you have an example plugin to show you most, if not all of the features of the classes.

    What does it do?

    Commands support:
    • Permission Handling
    • Subcommands / options
    • Fully translatable
    • Alias handling
    Logger support:
    • Automatic correct tagging of plugin
    • Own log file
    • next to the normal log levels, more and debug
    Config should support:
    • Comments
    • AutoUpdate
    • VersionCheck
    • Command Handling
    • Permission Handling
    • Dump into file for Permissions and Commands
    • Support for Translation
    Please note that there is a bug with bukkit and handling of special characters like äöü so translation might fail till this is fixed, the framework is there though.
    I welcome any feedback or help...
     
Thread Status:
Not open for further replies.

Share This Page