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 Sep 21, 2012craftconomy.account.create
craftconomy.account.delete
From permissions docs, should be:
craftconomy.bank.create
craftconomy.bank.delete
-
View User Profile
-
Send Message
Posted Sep 20, 2012Whenever I do /money set <name> 10000000 it does.
When I do /money give <name> 90000000 it says its giving 9000000 and then if account goes over 10000000 it goes to like 1,4
-
View User Profile
-
Send Message
Posted Sep 20, 2012@Typical_Name
No it doesn't.
-
View User Profile
-
Send Message
Posted Sep 20, 2012Does it require Spoutcraft to use?
-
View User Profile
-
Send Message
Posted Sep 20, 2012Latest build will soon (Probably tonight) be the 3.0.2 release : http://jenkins.thebigdigmc.info/job/Craftconomy3/318/artifact/target/craftconomy3-3.0.2-SNAPSHOT.jar
Change log:
-
View User Profile
-
Send Message
Posted Sep 20, 2012@deleted_6837836
"/currency create" command.
-
View User Profile
-
Send Message
Posted Sep 17, 2012How do you setup multiple currencies? (Assuming that "Multi Currency Support" means I can have more than one currency)
-
View User Profile
-
Send Message
Posted Sep 13, 2012got to be one of the easiest plugins to set up, everything is explained and can be set up in game, love it
-
View User Profile
-
Send Message
Posted Sep 12, 2012Hello!
Build #315 and onwards is looking to be the next possible 3.0.2 update.
To the menu
You can try it out over here: http://jenkins.thebigdigmc.info/job/Craftconomy3/315/artifact/target/craftconomy3-3.0.2-SNAPSHOT.jar
-
View User Profile
-
Send Message
Posted Sep 11, 2012You, sir... Are a genius! I love you!
I'm currently running a hub server and I am needing multi-world support for different balance. I was going to pay $30 to get that feature added.
Now I found this. Thanks so much, sir.
-
View User Profile
-
Send Message
Posted Sep 11, 2012One question ... you can configure a physical currency?, for example ingots of gold and metal, or any other item.
-
View User Profile
-
Send Message
Posted Sep 11, 2012Hi,
can you do something that allow me (the admin) to add money to an offline user?
Thank you.
-
View User Profile
-
Send Message
Posted Sep 10, 2012@MrWarstoriez
Should be cc3_payday.
-
View User Profile
-
Send Message
Posted Sep 10, 2012@greatman321
can't seem to find the list of my paydays in the database, where are they located?
-
View User Profile
-
Send Message
Posted Sep 10, 2012@greatman321
sweet thanks, great plugin
-
View User Profile
-
Send Message
Posted Sep 10, 2012@MrWarstoriez
Atm only through the database but it's in the works to have a /payday list command.
-
View User Profile
-
Send Message
Posted Sep 10, 2012@ProjectInfinity
thanks man, is there anyway i can view all the paydays ive created?
-
View User Profile
-
Send Message
Posted Sep 10, 2012Hello I keep going through the setupwizard and after im done I do /money and get "an internal error has occurred while trying to perform this command" and get this error in console:
11.09 05:22:21 [Server] INFO ... 16 more 11.09 05:22:21 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 11.09 05:22:21 [Server] INFO at com.greatmancode.craftconomy3.commands.BukkitCommandManager.onCommand(BukkitCommandManager.java:125) 11.09 05:22:21 [Server] INFO at com.greatmancode.craftconomy3.commands.money.MainCommand.execute(MainCommand.java:37) 11.09 05:22:21 [Server] INFO at com.greatmancode.craftconomy3.Common.format(Common.java:237) 11.09 05:22:21 [Server] INFO Caused by: java.lang.NullPointerException 11.09 05:22:21 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) 11.09 05:22:21 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) 11.09 05:22:21 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) 11.09 05:22:21 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) 11.09 05:22:21 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581) 11.09 05:22:21 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) 11.09 05:22:21 [Server] INFO at net.minecraft.server.ServerConnection.b(SourceFile:35) 11.09 05:22:21 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) 11.09 05:22:21 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:276) 11.09 05:22:21 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44) 11.09 05:22:21 [Server] INFO at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:124) 11.09 05:22:21 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807) 11.09 05:22:21 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825) 11.09 05:22:21 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878) 11.09 05:22:21 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492) 11.09 05:22:21 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) 11.09 05:22:21 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) 11.09 05:22:21 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'money' in plugin Craftconomy3 v3.0.1 b277 11.09 05:22:21 [Server] SEVERE null
-
View User Profile
-
Send Message
Posted Sep 10, 2012@MrWarstoriez
According to his Github, there was an issue with payday using the wrong function. If you want to try it out, you could download a development build at the link he provides in the post.
http://jenkins.thebigdigmc.info/job/Craftconomy3/
-
View User Profile
-
Send Message
Posted Sep 9, 2012I think payday is a bit broken.. sometimes players receive it and sometimes they don't and if i try to delete or modify one, it says the payday doesn't exist