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 18, 2012@greatman321
Yeah, that would be cool, thanks man!
P.S.: I got a problem: if I want to delete a bank account with: /bank delete NAME, it says: Subcommand does not exist :(
-
View User Profile
-
Send Message
Posted Nov 17, 2012@Hoelder
It's a planned feature. Will try to implement it in the next version.
-
View User Profile
-
Send Message
Posted Nov 17, 2012@Toby_B
It's not broken. It's working perfectly well on my server.
-
View User Profile
-
Send Message
Posted Nov 15, 2012It would be pretty awsome, if you could make a lang file, where you can change the language of the plugin!
-
View User Profile
-
Send Message
Posted Nov 15, 2012Still broken...
http://pastie.org/5383685
Its stopping atleast two other plugins working on my server. :(
-
View User Profile
-
Send Message
Posted Nov 15, 2012@Toby_B
Can you try a latest dev-build?
-
View User Profile
-
Send Message
Posted Nov 15, 2012Your plugin is broken... please update it ASAP xD
Getting this error.
http://pastie.org/5383489
-
View User Profile
-
Send Message
Posted Nov 15, 2012@greatman321
ah ok, you should change that in the permissions page
-
View User Profile
-
Send Message
Posted Nov 15, 2012@Hoelder
craftconomy.money.balance is the good one.
-
View User Profile
-
Send Message
Posted Nov 15, 2012Hm if I log onto my server as a normal user, I can't use the /money command, but as a normal user, I have the permission craftconomy.money.holdings
-
View User Profile
-
Send Message
Posted Nov 15, 2012@greatman321
Ok perfect, so I will use it!
-
View User Profile
-
Send Message
Posted Nov 15, 2012@Hoelder
It's almost impossible my plugin breaks on Bukkit update. If it does, a ton of other plugin will be broken.
Anyway there's always dev-build available.
-
View User Profile
-
Send Message
Posted Nov 15, 2012@greatman321
I know, but if there would come out a bukkit update with that craftconomy is NOT compatible, one month would be a long time to wait... (especially for public servers)
-
View User Profile
-
Send Message
Posted Nov 15, 2012@Hoelder
If you notice there's a major update about every months..
-
View User Profile
-
Send Message
Posted Nov 15, 2012Will this plugin be supported for a longer time or is that only a project like: ok I made that one afternoon, and after one month I will not update it any longer... Cause I would really need fast updates, cause I would like to use this on my public server
-
View User Profile
-
Send Message
Posted Nov 14, 2012@doggyroc
http://repo1.maven.org/maven2/com/h2database/h2/1.3.168/h2-1.3.168.jar , rename it h2.jar & put it in a lib folder at the root of your server.
-
View User Profile
-
Send Message
Posted Nov 14, 2012@ProjectInfinity
Basicly it launch a waitingSync (or Async I forgot) in bukkit and each X seconds, it gives the payday to people with the craftconomy.payday.name permission node. It is planned to improve that system since it kinda sucks atm.
@bobbykinz
60 seconds in a minute * 60 minutes in a hour * 24 hours will give you the answer ;)
-
View User Profile
-
Send Message
Posted Nov 13, 2012I am trying to make a payday once every day, but it calculates it in seconds, how can i set a payday in once a day?
-
View User Profile
-
Send Message
Posted Nov 11, 2012@greatman321
I know it's generic, but the driver seems to be malfunctioning in 3.0.3. All other plugins work fine, and they use the same details as Craftconomy.
Also a question since the documentation is nonexistant: How does payday work? /payday create <name> 900 wage 5 doesn't do what I expected. Testing on my windows machine, I got 5 coins every 900 seconds (15 minutes). Whereas on my linux server it took about 40 minutes and I got 185 coins. Does it get modify by the amount of people who are online? I'm very confused as to how it's supposed to work.
-
View User Profile
-
Send Message
Posted Nov 11, 2012Hmm... Used it on my website's MySQL databases, and it still does not work. Using CC 3.0.3, and the error has changed, now a NullPointerException on line 260 of Common.java
Getting annoyed with this, Its the only thing i need until i start my server. EDIT: Also cant find the H2 JDBC Driver.