CraftConomy

CraftConomy is a simple, lightweight and yet very effective economy handling plugin. It provides a very easy API for the developer to use. Manage your whole server in-game money with this plugin! Lottery, Shops, Payments, Killing reward, Anything! Your imagination is the only limit you can encounter!
Latest version: 3.3. Compatible with Craftbukkit 1.8 (1.7.9 too!)
Download
Found a bug? Have a suggestion?
GitHub
irc.spi.gt #craftconomy
Javadoc
Documentation
- Translations
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Features:
- Simplicity: This plugin is a simple drag & drop to use with a in-game setup wizard!
- Multiple data storage: Choose between a vast array of data storage for your player data (Currently only SQLite/MySQL but more to come!)
- Multi-World support (Have different balance between worlds)
- Multi-Currency support
- Bank support
- PayDay support
- Convert from iConomy / BoseEconomy / Essentials / Feconomy (Dev build)!
- Very fast!
- Supported by Vault!
- And much much more!
Todo
- Add the Interest system
Update Checking
This plugin utilizes Gravity's update checker to notify when a new version of the plugin is out, it will not automatically download the new version. It also notifies the admins that a new plugin version is available. This can be enabled ordisabled in the config.yml. To disable update-checking, set updates.check-for-updates to false. To disable admin notifying, set updates.notify-admin to false.
Metrics Collection
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
A unique identifier The server's version of Java Whether the server is in offline or online mode The plugin's version The server's version The OS version/name and architecture The core count for the CPU The number of players online The Metrics version Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
-
View User Profile
-
Send Message
Posted Aug 26, 2013Thanks for trying to help me greatman321!
Here is the complete dump: http://pastebin.com/Ejgtu2Ap
It could be a laggy mysql connection. I'd like to switch from mysql to flatfile, but can you explain me, how to do this? How to take over player's account balances from mysql to flatfile?
-
View User Profile
-
Send Message
Posted Aug 25, 2013Major problems when I tried to use it:
On startup, ran /ccsetup and followed the directions. The server crashed while I was doing that and when I logged back in, typing /ccsetup did nothing.
Deleted and reloaded CraftConomy3 and typing /ccsetup still did nothing. However, typing /ccsetup database sqlite brought be back into the wizard. I continued until the convert option. I ran /ccsetup convert essentials and it loaded 9,470 player files from essentials before timing out and crashing the server. When I logged back in, none of the settings were saved and several of my players lost their balances.
Even after deleting CraftConomy3 and adding it again, /ccsetup did nothing.
I have the latest version of Vault, I'm using Spigot 1.6.2, and CraftConomy3 b1847.
-
View User Profile
-
Send Message
Posted Aug 24, 2013@SnugSites
Copy the BOSEconomy file into the craftconomy folder then follow the wizard.
-
View User Profile
-
Send Message
Posted Aug 24, 2013@kjburr
That would be a faulty Vault version I believe. Be sure to have the latest one.
-
View User Profile
-
Send Message
Posted Aug 24, 2013@pellopo82
First time I ever see this error
The problem is either : A)Laggy remote MySQL B)Laggy MySQL (It hangs on a query)
It's my 2 theory. Also, would it be possible to get the whole thread dump and not just the one related to craftconomy?
-
View User Profile
-
Send Message
Posted Aug 24, 2013I try to convert from mysql to flatfile, but how does it work?
-
View User Profile
-
Send Message
Posted Aug 23, 2013Server crashed every day since using this plugin. Maybe using it along with mysql is not a good idea?
http://pastebin.com/vhgLxaZ0
What's the issue here? Thanks for your help!
-
View User Profile
-
Send Message
Posted Aug 21, 2013Went from craftconomy 3.1.3 to 3.1.4 and every time the server loads I get this:
[INFO] [Craftconomy3] Your database is out of date! (Version 1). Updating it to Revision 2.
-
View User Profile
-
Send Message
Posted Aug 21, 2013How do I convert BOSEconomy to Craftconomy?
-
View User Profile
-
Send Message
Posted Aug 20, 2013How do I get Essentials to play nice with Craftconomy? When I do /money it shows 2 balances. One from Essentials and 1 from Craftconomy. If I do /balance I still get the Essentials amount. Also when using the jobs plugin, all the money is deposited into the Essentials account and not the Craftconomy account. Is there anything I can do to solve this, is that how its setup with Essentials?
EDIT: nevermind I think I just had to delete the old account and start a new one. It works fine now, thanks!
-
View User Profile
-
Send Message
Posted Aug 19, 2013@greatman321
Fresh install and i do not understand why, this is the only plugin i have that does not work whit mysql >_<
-
View User Profile
-
Send Message
Posted Aug 19, 2013@Nymphx76
You come from a earlier version or you just did a fresh install?
-
View User Profile
-
Send Message
Posted Aug 18, 2013Hi,
MySQL not work :
-
View User Profile
-
Send Message
Posted Aug 18, 2013"Convert from iConomy/BoseEconomy" How exactly? I cannot find any documentation.
-
View User Profile
-
Send Message
Posted Aug 14, 2013@greatman321
Awesome! exactly what I need. Thanks.
-
View User Profile
-
Send Message
Posted Aug 13, 2013Hi, for some reason, Vault hooks into Craftconomy when I use flatfile, but not when I use a MySQL database. Please help!
-
View User Profile
-
Send Message
Posted Aug 10, 2013@Typical_Name
So, any progress on the built-in support for shops? I'm still hoping for a shop plugin that can support the multiple currency economy.
-
View User Profile
-
Send Message
Posted Aug 9, 2013@greatman321
Hmmm, maybe its something else. I will look more into the problem later tonight. Thanks, hopefully that is doing it async.
-
View User Profile
-
Send Message
Posted Aug 9, 2013@jjacobson
Should be Async according to MCStats javadoc so shoudn't cause issue: https://github.com/greatman/GreatmancodeTools/blob/master/src/main/java/com/greatmancode/tools/utils/Metrics.java#L235
-
View User Profile
-
Send Message
Posted Aug 9, 2013@greatman321
Does CC do its metrics on the main thread? It seems to be crashing my server a lot.