documentation/ServerOwners

Documentation for Server owners

Installation

  1. Download and copy DataManagerAPI.jar to "plugins/"
  2. Start and stop the server
  3. Create a database in your SQL server if you are using MySQL
  4. Edit the file "plugins/DataManagerAPI/config.yml" (See configuration)
  5. Done!

Configuration

data:
// change usesql to true if you are using MySQL!
  usesql: false
// following can be omitted if you are not using MySQL
  sql:
// the URL to your database
// mysql://<host>:<port>/<database name>
    url: mysql://some.databasehost.com:1234/<database name>
// the username of your MySQL server
    user: root
// the password of your MySQL server
    password: uncrackablePassword

Commands & Permissions

  1. /datamanager - Shows information of this plugin

Comments

Posts Quoted:
Reply
Clear All Quotes