OrbLib

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.

OrbLib

Source Javadocs Wiki

OrbLib is a library I'm writing as a core for the plugins I'm going to write for my server.

Features

  • Database handler
  • Command system

Database handler

The database handler handles connection to the database
and uses a system that wraps around the PreparedStatement class, making it easily extendable.
Currently supports:

  • MySQL
  • SQLite - Disabled while I'm writing the syntax converter, so you don't need to write your SQL code twice

Command system

Handles sub-commands for your plugin, using only a interface and a manager it couldn't be easier.

To-Do

  • Make a MySQL to SQLite converter when parsing statements
  • Add translation capabilities

Server admins

To use this library install it as any other plugin and set up the database configuration. Note that plugins using OrbLib's database handler will use the same database.

Developers

To get started using the library add it to your build path, remember to add it to your plugin.yml as a dependency. Documentation on the different functions and classes can be found at the wiki.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit