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 Jul 24, 2014Status update on 3.2 :
The new SQL backend is almost completed. Just need to fix the queries that breaks or give bad information. It is slowly but surely coming back to a stable state. That new backend will also allow other developers to make their own saving backend (for mongoDB lovers by example).
For support reasons & features, i'm dumping SQLite to use H2 instead. H2 allows me to use more type of fields (like timestamp, which SQLite doesn't support) and have a syntax really similar to MySQL. Don't worry, ill have a converter for that.
-
View User Profile
-
Send Message
Posted Jul 24, 2014MySql
http://pastebin.com/YryttMUv
-
View User Profile
-
Send Message
Posted Jul 24, 2014Thank you for the quick answer, got it easily to run with that!
Unrelated feature request: Automatic Database purging given an "minOfflineDaysForPurge"-config value.
We, a 40-Player Server have been running with craftconomy for almost a year now (yay), and the amount of inactive craftconomy-accounts is astonishing^^
-
View User Profile
-
Send Message
Posted Jul 24, 2014ok but if I use SQLite is when you type / money or plugin does not work ...
Of course, after passing the installation
and the server will turn off and turn on it are the logs as previously sent in a plugin still not working
if your plugin requires another plugin to work properly?
No because I do not want to act like you see
after uploading xauth has activated a CraftConomy still does not respond to the H2
Sory that translation may be a bit different but it is by google translator ;d
-
View User Profile
-
Send Message
Posted Jul 23, 2014@BiiLii
H2 no longer exists and you literally reloaded your server (which is bad) during the setup on the plugin (which is also bad). Delete the craftconomy3 folder
-
View User Profile
-
Send Message
Posted Jul 23, 2014why I can not set any database?
or H2 or SQLite
SQLite http://pastebin.com/XX1Txf3E
H2 http://pastebin.com/qF5jcMqH
What I miss a plugin to run well? Give the link to download
-
View User Profile
-
Send Message
Posted Jul 23, 2014@XA_Lany https://greatmancode.com/display/CRAFTCONO/Developers
-
View User Profile
-
Send Message
Posted Jul 23, 2014Is there a possibility to get the bank balance of an account via vault? I can get the normal balance just fine, but bankBalance(name).amount returns 0, even if /bank balance <name> != 0.
well only now i think of it: Is there an integrated API?
-
View User Profile
-
Send Message
Posted Jul 22, 2014[shop]you don't have enough money error when using chestshop. They have said it is problem with craftconomy as they tested with others and seem to work , is it possible to let me know ? I am sure this was working before but suddenly stopped working.
-
View User Profile
-
Send Message
Posted Jul 20, 2014@greatman321 I found out 2 things: 1. You have typoed that setting it should be "Case-sensitive" :) 2. If you set that "Case-sentitive" setting to true your plugin isn't case sensitive and works just fine in my case. So I think you might have mixed settings.
Also noticed that if you don't have any money it says eg. 0 Dollar as it should be 0 Dollars :)
@actionforgames Set the setting to true and it seems to work atleast for me.
-
View User Profile
-
Send Message
Posted Jul 20, 2014i am having problem at Case sensitive, even if I set it to false. Same problem as @Kossuranta
-
View User Profile
-
Send Message
Posted Jul 17, 2014@Kossuranta
Odd, shoudn't of happened... ill add a entry in my bugtracker
-
View User Profile
-
Send Message
Posted Jul 17, 2014@greatman321
Didn't even know about that option, but I checked and it's: "Case-sentitive: false"
-
View User Profile
-
Send Message
Posted Jul 17, 2014General news about what's going on in 3.2:
The database rewrite is almost done. I'm about 3/4 way completed. What will be left after is the massive converter from the old format to the new.
Also, I removed the craftconomy2 converter. No longer needed since it's been 2 years since the last version of the 2.X branch.
-
View User Profile
-
Send Message
Posted Jul 17, 2014@Kossuranta
Did you enable the Case-Sentitive parameter? If so, that kind of issue can happen unfortunatly.
-
View User Profile
-
Send Message
Posted Jul 17, 2014I have a problem where players are getting 2 accounts. Like I have currently accounts kossuranta and Kossuranta with different balance.
Server is running on Spigot and I'm using plugins that affect money: Vault v1.4.1-b436 Craftconomy3 v3.1.6 jenkins-Craftconomy3-2149 ChestShop v3.7.9
Vault seems to be hooking with Craftconomy3 and ChestShop just fine. Here is log if it helps: http://pastebin.com/hjpdpx5M
-
View User Profile
-
Send Message
Posted Jul 15, 2014@Therux
SELECT SUM(balance) FROM cc3_balance;
as a SQL query will give you the info.
-
View User Profile
-
Send Message
Posted Jul 15, 2014Is it possible to see the total money on my whole server of every member?
-
View User Profile
-
Send Message
Posted Jul 13, 2014@CaptainRoko
Just use the same config/MySQL database on both servers.
-
View User Profile
-
Send Message
Posted Jul 12, 2014Does this plugins have money transfer over server using MySQL database? If yes, I don't really know how to set it up and I'm really confuse! HELP!