3.0.1

Details

  • Filename
    craftconomy3-3.0.1.jar
  • Uploaded by
  • Uploaded
    Aug 27, 2012
  • Size
    231.89 KB
  • Downloads
    1,419
  • MD5
    549fc451a2aae2f9de9f5ed077f9c4ba

Supported Bukkit Versions

  • CB 1.3.2-R0.1

Changelog

3.0.1 release. Bugfixes for the iCo6 importer with MySQL and added a /currency default command. This command will help people with depositPlayer & format stacktrace errors.

3.0.0c release. Contains a Bank fix with withdraw.

3.0.0b release. Contains a database fix glitching the setup wizard.

Total rewrite of Craftconomy!

You can't load the Craftconomy2 settings/database into Craftconomy3. There's a importer for that.

Here is the major changes:

  • Now dual-loading in both Craftconomy & Spout. The plugin is programmed in a way that it can be loaded in any type of servers with 3 files!
  • In-Game setup wizard! Simply type /ccsetup in the console or ingame to setup craftconomy on first boot-up!
  • /payday command to manage payday
  • /craftconomy now handles main settings about the plugin
  • /currency manage the currency
  • Database Handling is now working through SimpleSave by Alta189.

Check the Wiki pages for all the commands information & Permission nodes (Some changed).

The plugin now contains the SQLite & MySQL library due to the requirement with Spout Server.

Dev information:

  • User accounts & Bank accounts are now merged in a single table. Bank accounts are prefixed with bank:
  • Completly new API. Check the javadoc link on the frontpage to know everything! (Basicly you check if the plugin is running and if it does, everything goes through Common.getInstance(). A more user-friendly guide will be created soonish on the wiki.

Add the Interest system for banks.

Currency Exchange rate is not implemented.

Top list is not implemented due to SimpleSave limitation (Currently being fixed)