3.0.2
Details
-
Filenamecraftconomy3-3.0.2.jar
-
Uploaded by
-
UploadedSep 25, 2012
-
Size239.14 KB
-
Downloads1,202
-
MD5ef16f0a0643295de0fd6676ca5149881
Supported Bukkit Versions
- CB 1.3.2-R1.0
Changelog
3.0.2 Release:
- /payday cmds fixed a lot.
- Fixed /money set command (Wrong text and was withdrawing instead of setting)
- Huge number with a lot of coins (500,394032857329576325 just to give a example) was causing issue. It's been fixed.
- /money top has been implemented. Thanks GuillaumeDerval!
- You can now modify offline accounts. Thanks again to GuillaumeDerval!
- /payday list implemented
- Fixes for new SpoutAPI features.
- Code optimisation at some places.
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.