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 4, 2014@greatman321
http://pastie.org/9444827
That's the part of the Start-up where it started the plugin. Seems to be fine. In-game, everything works fine as well, except for having other plugins use it. Seems to be a Vault issue.
To provide as much info as much information as is possible, I'm running Spigot 1.7.10.
-
View User Profile
-
Send Message
Posted Aug 4, 2014@X00LA
If you manually set the dbVersion (it's a entry in the cc3_config table) to 4 it should fix your issue I beleive. It's getting a overhaul on 3.2 anyway. Be sure to backup before ;)
@ebear123
Startup log? It totally should detect it.
@Klarin01
What makes you say so?
-
View User Profile
-
Send Message
Posted Aug 4, 2014I dont think its compatible with 1.7.10. When will the update come?
-
View User Profile
-
Send Message
Posted Aug 3, 2014Vault doesn't seem to see it as a plugin, therefore it's not taking priority and converting.
Please let me know if there's some setting or something.
-
View User Profile
-
Send Message
Posted Jul 30, 2014Hi,
I always get this Message:
Your database is out of date! (Version 1). Updating it to Revision 2.
I searched around, but I can't find any files to update it to this revision. Where can I get those files?
And I also get the notification that my craftconomy is out of date but I use the newest snapshot!? The message above are not binded to the version I used. It comes with 3.1.6 and the newest snapshot.
X00LA
-
View User Profile
-
Send Message
Posted Jul 29, 2014OH my now i feel silly!!!
Hah, thanks for the reply.
Great plugin btw, thx for your hard work.
-
View User Profile
-
Send Message
Posted Jul 29, 2014@Valconeye
If you check 3.1.6 changelog you will have your answer :P
Ill add something in 3.2 so non-user accounts (so accounts without a UUID) will be not shown in /money top.
-
View User Profile
-
Send Message
Posted Jul 29, 2014Just curious on when UUID support will come?
Also Factions currently switched over to UUID, so now all factions show up as their UUID in the /money top, making it a little annoying.
Another feature i'd love to see is a purge old accounts feature, example if they haven't loggeed in for X number of days, purge the account.
-
View User Profile
-
Send Message
Posted Jul 27, 2014@greatman321
Alright, thank you. I'll see if that will fix it.
-
View User Profile
-
Send Message
Posted Jul 27, 2014@Fhbgsdhkfbl
Yep, /ccsetup on first launch of the plugin.
-
View User Profile
-
Send Message
Posted Jul 27, 2014@greatman321
There's a setup wizard? I did not know that.
-
View User Profile
-
Send Message
Posted Jul 27, 2014@Fhbgsdhkfbl
Did you run the setup wizard? Seems to be a issue like that.
You crashed on that line:
Which can cause issue if not setuped.
-
View User Profile
-
Send Message
Posted Jul 27, 2014@greatman321 Hello, I have been developing a kitpvp plugin, and it worked well with CraftConomy3, but when I went off and made a copy of it with a different name and such, just copying and pasting things over, I now have errors with econ.withdraw I get a crazy NPE from your plugin
Maybe it's a silly mistake on my part, but I was told to come contact you.
-
View User Profile
-
Send Message
Posted Jul 27, 2014@greatman321
Awesome, thanks :)
-
View User Profile
-
Send Message
Posted Jul 27, 2014@ultima84
I just looked up and i'd need to do a slight database change for that to happen unfortunatly. You'll be able to remove all the 0 balance entries in 3.2.
-
View User Profile
-
Send Message
Posted Jul 27, 2014@greatman321
My SQL knowledge is pretty limited. Any chance you could tell me what the command is to do something like that? :P
-
View User Profile
-
Send Message
Posted Jul 26, 2014@ultima84
If you don't enable the flag CreateOnLogin, Craftconomy won't create a entry in his database. It will only create it when first accessed.
For a purge, a SQL command could do the trick you want.
-
View User Profile
-
Send Message
Posted Jul 25, 2014Hey,
I'm considering switching from BOSEconomy to CraftConomy 3 because of the MySQL support (And the fact BOSEconomy is pretty much abandoned), but I have one question.
Is it possible to purge the database of accounts with a balance of 0?
I tested CraftConomy 3 on a private server, and converted the BOSEconomy database, but noticed that player ID's and balances are stored in 2 separate tables.
BOSEconomy has the annoying habit of adding everyone who joins the server to the flatfile database, meaning there are a lot of 0 balance, inactive accounts.
-
View User Profile
-
Send Message
Posted Jul 25, 2014@gnaxi
Yes of course. MySQL is still the main target ;)
-
View User Profile
-
Send Message
Posted Jul 25, 2014@greatman321
But it will still support MySQL right?