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 Feb 12, 2013@greatman321
What i mean is that the jobs and other plugins plugin aren't even starting up when using newest vault developlment build
-
View User Profile
-
Send Message
Posted Feb 12, 2013@greatman321
http://paste2.org/p/2852655
This happens since I moved to CraftConomy from iConomy.
-
View User Profile
-
Send Message
Posted Feb 12, 2013@LordBoos
Can you give the stacktrace?
-
View User Profile
-
Send Message
Posted Feb 12, 2013You need to update the Documentation, we need to know the new permissions.
-
View User Profile
-
Send Message
Posted Feb 12, 2013This is not compatible with Towny? It throws me errors on getBalance every few seconds.
-
View User Profile
-
Send Message
Posted Feb 12, 2013@greatman321
In some cases when new players register in the server, the plugin crashs and do not show they money.
-
View User Profile
-
Send Message
Posted Feb 12, 2013@greatman321
ok that work for this problem,
the another problems with Essentials is a old Vault Version.
the next problem is the money top command,
this display no accounts / banks
-
View User Profile
-
Send Message
Posted Feb 12, 2013@Jake_AP_Spidermonkey
Can't seem to reproduce your issue. Are you using SQLite or MySQL? I can go through the setup wizard without a single hiccup.
http://pastie.org/6125347
-
View User Profile
-
Send Message
Posted Feb 12, 2013@ravand
I just modified the dependency in Jobs and it got no compile errors. What error are you getting?
-
View User Profile
-
Send Message
Posted Feb 11, 2013the current dev build of vault doesn't work with alot of plugins which depend on it so the plugin is atm useless for a bigger server.
Jobs,LiveChat,ChestShop,AzRank stopped working
-
View User Profile
-
Send Message
Posted Feb 11, 2013@greatman321
18:39:53 [WARNING] Unexpected exception while parsing console command "ccsetup b asic sign" org.bukkit.command.CommandException: Unhandled exception executing command 'ccse tup' in plugin Craftconomy3 v3.1.2-SNAPSHOT b1022-2800b91b96211fd6f3f9ed22fb0baa 6ff861257f-master at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:18 6) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServe r.java:514) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchServerCommand(Craf tServer.java:506) at net.minecraft.server.v1_4_R1.DedicatedServer.al(DedicatedServer.java: 260) at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:4 94) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java :427) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:8 49) Caused by: java.lang.NullPointerException at com.greatmancode.craftconomy3.configuration.ConfigurationManager.load DefaultSettings(ConfigurationManager.java:188) at com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand.for mat(NewSetupBasicCommand.java:92) at com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand.exe cute(NewSetupBasicCommand.java:48) at com.greatmancode.craftconomy3.commands.CommandHandler.execute(Command Handler.java:65) at com.greatmancode.craftconomy3.commands.managers.BukkitCommandManager. onCommand(BukkitCommandManager.java:45) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 8 more
-
View User Profile
-
Send Message
Posted Feb 11, 2013@Jake_AP_Spidermonkey
Can you paste the stacktrace again? The line the error is going on should change.
-
View User Profile
-
Send Message
Posted Feb 11, 2013@Jake_AP_Spidermonkey
same with my jobs plugin also shops and plotme give alot of errors aswell
-
View User Profile
-
Send Message
Posted Feb 11, 2013@greatman321
Nope, same error and everything.
-
View User Profile
-
Send Message
Posted Feb 11, 2013@Catfriend
Update Vault as said in the changelog.
-
View User Profile
-
Send Message
Posted Feb 11, 2013Hi,
I am not using Essentials, but getting this bug with Jobs 2.9.0 or 2.9.1 enabled:
22:01:28 [WARNING] [Jobs] Task #30101 for Jobs v2.9.1 generated an exception java.lang.IllegalAccessError: tried to access field com.greatmancode.craftconomy3.currency.CurrencyManager.defaultCurrencyID from class net.milkbowl.vault.economy.plugins.Economy_Craftconomy3 at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:150) at me.zford.jobs.bukkit.tasks.BufferedPaymentTask.run(BufferedPaymentTask.java:37) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:344) at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:530) at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849) 22:01:38 [WARNING] [Jobs] Task #30132 for Jobs v2.9.1 generated an exception java.lang.IllegalAccessError: tried to access field com.greatmancode.craftconomy3.currency.CurrencyManager.defaultCurrencyID from class net.milkbowl.vault.economy.plugins.Economy_Craftconomy3 at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:150) at me.zford.jobs.bukkit.tasks.BufferedPaymentTask.run(BufferedPaymentTask.java:37) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:344) at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:530) at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849) 22:01:48 [WARNING] [Jobs] Task #30163 for Jobs v2.9.1 generated an exception java.lang.IllegalAccessError: tried to access field com.greatmancode.craftconomy3.currency.CurrencyManager.defaultCurrencyID from class net.milkbowl.vault.economy.plugins.Economy_Craftconomy3 at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:150) at me.zford.jobs.bukkit.tasks.BufferedPaymentTask.run(BufferedPaymentTask.java:37) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:344) at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:530) at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
Happens very often out of the blue. What can I do about it? Is it a problem with Jobs or Craftconomy?
Thanks for any help.
-
View User Profile
-
Send Message
Posted Feb 11, 2013@Skyly
I am having the same problem with essentials there seems to be no hook
-
View User Profile
-
Send Message
Posted Feb 11, 2013@Skyly
/currency edit nameplural Euro Euros
should fix your issue.
-
View User Profile
-
Send Message
Posted Feb 10, 2013I have I set up my Server new und make the Setup completed.
And if i take /money that say me:
[Money] Balance:
[Money] 1000 null 00 Cent
The 1000 and Cent is ok, but the null is fail,
and my account say over Essentials 650 Euro available
Here a Pic of this Message and all Plugins:

-
View User Profile
-
Send Message
Posted Feb 10, 2013@greatman321
Amazing =)