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 21, 2012@greatman321
Everything is perfect so far, 100% of the issues I had with 2.x are addressed. Great job man!
-
View User Profile
-
Send Message
Posted Aug 20, 2012Works like a charm, thank you very much
-
View User Profile
-
Send Message
Posted Aug 20, 2012Hello!
CC3 is really close to be released. Only main thing left is the /payday delete command to be done.
Be sure to throw bug reports so there's the least bug on release date! (This week i'm pretty sure). Post them all over there: http://bug.greatmancode.com/browse/CRAFTCONO . I just opened up the project so even as a guest you can post a issue.
Latest version: http://jenkins.thebigdigmc.info/job/Craftconomy3/249/artifact/target/craftconomy3-3.0.0-SNAPSHOT.jar
Be sure to use a dev-build of Vault to support CC3: http://ci.herocraftonline.com/job/Vault/lastSuccessfulBuild/artifact/target/Vault-1.2.18-SNAPSHOT.jar
-
View User Profile
-
Send Message
Posted Aug 20, 2012@greatman321
Haha, I thought as much, thanks alot!
-
View User Profile
-
Send Message
Posted Aug 20, 2012@xDrapor
Latest build should fix the stacktrace error. For the Multiworld issue, i'm looking why.
EDIT: It sets the plugin at the good mode. false is just hard-coded in the text lol. Fixing that.
-
View User Profile
-
Send Message
Posted Aug 20, 2012@TheSheps03
http://jenkins.thebigdigmc.info/job/Craftconomy/5/artifact/target/Craftconomy-2.3.5-SNAPSHOT.jar
-
View User Profile
-
Send Message
Posted Aug 20, 2012Anytime I try any form of /money or anything to do with creating or checking currency I get this: (plugins:Kingdoms-2,Vault,DietyAPI,DeityProtect,WorldEdit,Modifyworld,PermissionsEx,Craftconomy)
20.08 18:32:49 [Server] INFO ... 15 more 20.08 18:32:49 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 20.08 18:32:49 [Server] INFO at me.greatman.Craftconomy.Craftconomy.onCommand(Craftconomy.java:237) 20.08 18:32:49 [Server] INFO at me.greatman.Craftconomy.Craftconomy.handleMoneyCommand(Craftconomy.java:272) 20.08 18:32:49 [Server] INFO at me.greatman.Craftconomy.commands.BaseCommand.execute(BaseCommand.java:58) 20.08 18:32:49 [Server] INFO at me.greatman.Craftconomy.commands.money.OwnMoneyCommand.perform(OwnMoneyCommand.java:29) 20.08 18:32:49 [Server] INFO at me.greatman.Craftconomy.Craftconomy.format(Craftconomy.java:320) 20.08 18:32:49 [Server] INFO at me.greatman.Craftconomy.Craftconomy.format(Craftconomy.java:355) 20.08 18:32:49 [Server] INFO at java.lang.String.substring(String.java:1955) 20.08 18:32:49 [Server] INFO Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 2 20.08 18:32:49 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) 20.08 18:32:49 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) 20.08 18:32:49 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) 20.08 18:32:49 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) 20.08 18:32:49 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581) 20.08 18:32:49 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) 20.08 18:32:49 [Server] INFO at net.minecraft.server.ServerConnection.b(SourceFile:35) 20.08 18:32:49 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) 20.08 18:32:49 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:276) 20.08 18:32:49 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44) 20.08 18:32:49 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807) 20.08 18:32:49 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825) 20.08 18:32:49 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878) 20.08 18:32:49 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492) 20.08 18:32:49 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) 20.08 18:32:49 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) 20.08 18:32:49 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'money' in plugin Craftconomy v2.3.5-b4 20.08 18:32:49 [Server] SEVERE null
-
View User Profile
-
Send Message
Posted Aug 20, 2012Stack trace for the /ccsetup basic confirm error (read down-up) http://pastie.org/4559585
Also, I cannot set the boolean multiworld to true during setup, the message always says I set it to false no matter what. Multiworld is the only reason I use this plugin over other plugins.
-
View User Profile
-
Send Message
Posted Aug 20, 2012@masteryodaaa
Get Vault Listener for Votifier.
-
View User Profile
-
Send Message
Posted Aug 18, 2012Does this plugin work with Votifier? How can i set this up with votifier so players get money when voting on the server for example minestatus.
-
View User Profile
-
Send Message
Posted Aug 18, 2012@greatman321
bug for craftconomy3 says internal error on /ccsetup basic confirm And i hate the console page for multicraft - the stack trace is upside down and i cant select anything :P
-
View User Profile
-
Send Message
Posted Aug 17, 2012@greatman321
Thank you for helping me it worked :]
-
View User Profile
-
Send Message
Posted Aug 17, 2012@xDrapor
I got it tnx for your help.
-
View User Profile
-
Send Message
Posted Aug 17, 2012@CrazyDavid14K
Go into the essentials config to the section where you can disable commands: Disable the following: - money - bal - baltop - eco
These commands will still be available to CraftConomy, however, the Essentials counterparts will be disabled.
-
View User Profile
-
Send Message
Posted Aug 16, 2012@greatman321
I do have the latest and it still don't work :/
-
View User Profile
-
Send Message
Posted Aug 15, 2012Hello again!
/currency add/modify/delete/info is done!
Also, Fixed some bugs all around the setup process (Along with CC2 importer).
I consider this build pretty damn good so you can start to do your testing for the official release of CC3!
http://jenkins.thebigdigmc.info/job/Craftconomy3/221/artifact/target/craftconomy3-3.0.0-SNAPSHOT.jar
Vault: http://ci.herocraftonline.com/job/Vault/lastSuccessfulBuild/artifact/target/Vault-1.2.18-SNAPSHOT.jar
-
View User Profile
-
Send Message
Posted Aug 15, 2012@CrazyDavid14K
Do you have the latest Vault? I know that Essentials Eco disable itself when it finds another one: http://ci.herocraftonline.com/job/Vault/227/artifact/target/Vault-1.2.18-SNAPSHOT.jar
-
View User Profile
-
Send Message
Posted Aug 15, 2012@greatman321
Yea but i got essentials and it come's with The Economy but i don't use it and i don't know how to remove the economy but leave essentials that's why i'm asking you if you can make a feature that disables Economy Plugins. If there's a way to disable Essentials Economy without removing Essentials can you plz tell me right away
-
View User Profile
-
Send Message
Posted Aug 15, 2012@ZwPBerserk
it's /ccsetup convert filename accounts.mini like it should of said.
-
View User Profile
-
Send Message
Posted Aug 15, 2012In CraftConomy3 I need to convert using this:
/ccsetup convert accounts.mini
But after that i need to put in a Value? What do u mean by that?