CreditsAPI

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.

CreditsAPI v2

A very simple standalone developer API to implement an economy plugin on the barebones plugin. Simply drag and drop into plugins along with your Credits plugin

Features

  • Contains easy to use, no-hassle methods to call into and run.
  • MySQL based, config inside to store wherever you need it on your own tables!
  • Prepared statement inserts to ensure proper security during uploads.
  • Boolean based to return whether there was an error or not.

API Calls

int getCredits(Player)

bool hasCredits(Player)

bool setCredits(Player, int amount)

bool addCredits(Player, int amount)

bool subtractCredits(Player, int amount)


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    88988
  • Created
    Jan 27, 2015
  • Last Released File
    Jan 27, 2015
  • Total Downloads
    159
  • License

Categories

Members

Recent Files

Bukkit