DeityAPI

This plugin is designed to make the tedious tasks such as chat/config/command handling simple and unified. Think of it like the borg for bukkit.

What does this plugin allow me to do?

For Server Admins: This plugin will not do anything for you, unless you are developer and using its API. Otherwise it will sit in the background. For Developers: Plugin contains multiple api functions available to the developer, dealing with MySQL interaction, Player handling, Inventory handling, Chat handling, Econ handling (provided vault is installed), WorldEdit, WorldGuard, Mob handling, File Management, String Management, Time Management, and various others.

Benefits:

  • The simplicity. Even if you do not use the Plugin and Command framework we provide, you still have access to a persistant MySQL Connection instantly, without having the Server admin configure the database multiple times.
  • Within the Plugin framework, if the admin decides to enable it, it will profile the load times of all the plugins registered.
  • Getting sick of building help files/pages, to go along with the plugin? The Command framework will take care of all that including all sub-command handling out of the box.
  • Annoying at having to check permissions/check if its a player running the command? The Command framework will also do all of this for you.

Configuration?

deityapi:
  should_profile: true # Whether or not you would like to see load times on plugins
  inform_on_plugin_update: true # Whether or not you would like plugins to notify you if they update
  mysql:
    server:
      address: localhost # Change me to the address of your database server
      port: 3306  # Change me to the port of your database server
    database:
      name: kingdoms  # Change me to the name of your database
      username: root  # Change me to the username for your database
      password: root # Change me to the password for your database

Commands?

  • /Query [show/hide]: This command will show/hide console logging of all database queries. Can be used by anyone who is Op/players with the permission node "DeityAPI.query" or from console itself

Plugins that use this plugin

If your using the API for a plugin and it wont load or throw a ClassNotFoundException. Please message me with your plugin name and ill add it to the list

Extra Links

Javadocs: GitHub

Stats


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    42122
  • Created
    Jul 17, 2012
  • Last Released File
    Aug 18, 2012
  • Total Downloads
    9,925
  • License

Categories

Members

Recent Files

Bukkit