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 Nov 26, 2012@t3chguy
I've used bPerm since first release (about a year ago) and I would never change it, love way too much.
I would rather like greatman321 to fix this than re-write his plugin.yml everytime I update it.
And for all my other 20-30 plugins I only need to give "plugin.*" so why cant this also be like that?
And if you look into his plugin.yml, it dosent contain any permissions so if I am to write this I need to include all his permissions..... and then its even easyer to do this in my perm-plugin.
Are u sure PEX will give u all perm nodes for CC if u give craftconomy.* ?
-
View User Profile
-
Send Message
Posted Nov 25, 2012@Kiwz
Im not sure about that, you could edit the plugin.yml file within the jar or just use PEX as craftconomy.* will give them every cc permission
-
View User Profile
-
Send Message
Posted Nov 25, 2012@greatman321
Is there any craftconomy.* permission node?
It would be verry helpful if there where (I cant get craftconomy.* to work atm)
As of now I am stuck with a mile long list of nodes from you.
(plz dont tell me to just OP the players who need all commands from craftconomy, I dont like to give them permissions to every singel command on my server)
When you implement the interest thingy, will you make it so it pay players for every x hour they are online?
Else this plugin is GREAT, thanks for making it.
And btw, love your type of "first time config" ;)
-
View User Profile
-
Send Message
Posted Nov 24, 2012@greatman321
When trying the snapshot I'm getting this error: http://dev.bukkit.org/paste/6611/
Hope it helps.
Regards
-
View User Profile
-
Send Message
Posted Nov 23, 2012@greatman321
I swore I seen some spout stuff in the source code, haha.
-
View User Profile
-
Send Message
Posted Nov 23, 2012@Mike724
Where it says it needs Spout?
-
View User Profile
-
Send Message
Posted Nov 23, 2012Is this plugin completely usable without spout?
-
View User Profile
-
Send Message
Posted Nov 23, 2012@xXSshadowXx
Try /craftconomy format command. Should fix your issue.
-
View User Profile
-
Send Message
Posted Nov 23, 2012@Dominikflight
You can use either SQLite or H2 (Need to download the driver). It's a file based database.
-
View User Profile
-
Send Message
Posted Nov 23, 2012I didn't have and Database Like MySQL, so I use iConomy, because this plugin save all accounts to an self created file. Can this added in Craftconomy? Than I will change to Craftconomy.
(Sorry for bad english, I'm German ;-) )
-
View User Profile
-
Send Message
Posted Nov 22, 2012Most of the plugin seems to work for me however when I request My balance or another users the actual balance shows up blank. Like:
[Money]Balance:
[Money]
Hoping to switch to this from Mineconomy if I can fix this small issue :)
I personally am not having any issues with mySQL in fact I have devised a CSV dump to import my old accounts. However the blank balance I am getting is the only problem to solve.
It happens on a brand new install on my test server where my account should have 1000 in it from being given that.
-
View User Profile
-
Send Message
Posted Nov 22, 2012@ProjectInfinity
Pushed a dev-build that "should" throw the full error on launch if there's any issues in MySQL.
Be sure to backup as it contains early multi-language code: http://jenkins.greatmancode.com/job/Craftconomy3/634/artifact/target/craftconomy3-3.0.4-SNAPSHOT.jar
-
View User Profile
-
Send Message
Posted Nov 22, 2012@greatman321
http://pastebin.com/pGMBUuDF
Pretty much the driver in 3.0.3 does not work with the same credentials that CC3.0.2, LogBlock, LWC, Towny, MyWarp and MyHome uses.
edit: Also wanted to report an issue with longformatting. When you have 0 cents, you wouldn't say "0 cent" like longformatting does, you'd say "0 cents". This might apply to 0 dollars as well, I haven't tested it.
-
View User Profile
-
Send Message
Posted Nov 21, 2012I'm having an issue with any version of CraftConomy and Mysql. Using latest beta build of Craftbukkit (1.4.5-R0.2)
This is in the console on startup:
2012-11-21 18:09:18 [SEVERE] [Craftconomy3] A error occured while trying to connect to the database. Message received: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications
Database information has not changed at all.
EDIT: At the suggestion of a poster below, I have reinstalled 3.0.2 and it does connect to the database, but I get the following error with it:
-
View User Profile
-
Send Message
Posted Nov 20, 2012@Freejack01
For the account creation, it's not a issue. Craftconomy only creates the account if there's a access to it (show/add/del)
-
View User Profile
-
Send Message
Posted Nov 20, 2012@Freejack01
@ProjectInfinity
Can I get the errors you are getting?
-
View User Profile
-
Send Message
Posted Nov 20, 2012@Freejack01
3.0.3 and MySQL seems to be broken, seem several people report it, including myself.
-
View User Profile
-
Send Message
Posted Nov 20, 2012Tried updating to 3.0.3 and Mysql quits responding. Went back to 3.0.2 and it works but won't create new accounts for users when they log in.
-
View User Profile
-
Send Message
Posted Nov 19, 2012Is there any craftconomy.* permission node?
It would be verry helpful if there where (I cant get craftconomy.* to work atm)
As of now I am stuck with a mile long list of nodes from you.
(plz dont tell me to just OP the players who need all commands from craftconomy, I dont like to give them permissions to every singel command on my server)
Else this plugin is GREAT, thanks for making it.
And btw, love your type of "first time config" ;)
-
View User Profile
-
Send Message
Posted Nov 18, 2012Started to implement multi-language! https://github.com/greatman/craftconomy3/commit/a9068ea9d3b358d0be250b5e4830e4f972f54fb4