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 May 13, 2013I'm using CraftConomy 3.1.4,
Cant set up Economy.
Using Beta Build 1.5.2
-
View User Profile
-
Send Message
Posted May 12, 2013would that make a difference? I mean, the username_id field is contiguous. Is that not what it uses to associate the player name? And I dont see how I could add one manually, I would have to give it a much higher unused username_id number no? Sorry just afraid to insert something that might actually break it for good.
Thanks!
-
View User Profile
-
Send Message
Posted May 12, 2013@pwnkeeper
Hmm a account without any balance "could" cause issue. Maybe add one manually to see?
-
View User Profile
-
Send Message
Posted May 11, 2013Sorry I didnt copy the account table correctly, I wanted to show how this table does have 148 and 149 unlike the balance table.
Thanks!
-
View User Profile
-
Send Message
Posted May 11, 2013I am using the latest release of spigot #850, however it also crashed on #849 I believe it was. I also noticed in the database some discrepancies between the balance and account tables; ids 148 and 149 are not there. Could that cause the null pointer?
-
View User Profile
-
Send Message
Posted May 11, 2013@pwnkeeper
What server version you are using ? (/version) Don't see why it would crash on the line it says.
-
View User Profile
-
Send Message
Posted May 11, 2013I keep getting these errors with any command, and it doesnt have to be through the console like i mentioned previously "An internal error occurred while attempting to perform this command"
Caused by: java.lang.NullPointerException at com.greatmancode.craftconomy3.commands.money.TopCommand.execute(TopCommand.java:121) at com.greatmancode.craftconomy3.commands.CommandHandler.execute(CommandHandler.java:65) at com.greatmancode.craftconomy3.commands.managers.BukkitCommandManager.onCommand(BukkitCommandManager.java:45) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
-
View User Profile
-
Send Message
Posted May 11, 2013Sorry this is the error, thanks!:
[SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'money' in plugin Craftconomy3 v3.1.3 b1125-d4c7ab080721d282a1ad07cd90b9e1be9b549a33-master at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:547) at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:979) at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:895) at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:840) at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44) at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:191) at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:109) at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35) at org.spigotmc.MultiplexingServerConnection.b(MultiplexingServerConnection.java:72) at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:583) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:472) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:404) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at com.greatmancode.craftconomy3.commands.money.TopCommand.execute(TopCommand.java:121) at com.greatmancode.craftconomy3.commands.CommandHandler.execute(CommandHandler.java:65) at com.greatmancode.craftconomy3.commands.managers.BukkitCommandManager.onCommand(BukkitCommandManager.java:45) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more
-
View User Profile
-
Send Message
Posted May 10, 2013There seems to be a bug where if you try to use a command through the console, in my case /money give name 1, it throws an exception and the plugin breaks until you restart the server or reload all plugins. I need this to work for a votifier setup :/ Thanks for any help!
-
View User Profile
-
Send Message
Posted May 10, 2013Is it possible to convert from EssentialsEco?, I want to use this plugin because of the extra features. Thanks
-
View User Profile
-
Send Message
Posted May 9, 2013@Ar7ific1al
That's odd, never saw that error before. All the plugin use after it's been setup is the database section to know where to get everything. It doesn't use anything under the QuickSetup section.
-
View User Profile
-
Send Message
Posted May 9, 2013@Ar7ific1al
Wow, scratch that. There was something in the currency "sign" that the plugins didn't like. I redid the ccsetup and now it works fine. However, the config file at ./plugins/CraftConomy3/config.yml still doesn't seem to have anything to do with the plugin. All of the settings in it are the defaults, and not what I set. However, my settings persist through restarts, etc. Still odd that the config file doesn't reflect the settings.
-
View User Profile
-
Send Message
Posted May 9, 2013CraftConomy doesn't seem to work at all with ChestShop. Just as well, the config file at ./plugins/craftconomy3/config.yml appears to be absolutely 100% useless. Where is the config located? The config.yml at this location doesn't even have the values I have set with /ccsetup, even through multiple restarts and multiple /ccsetup runs. This plugin is proving to be more hassle than it's worth. BOSEconomy kept resetting all of my players' accounts and Towny's towns and nation banks, though, so I switched to this only to find even more problems. :L
-
View User Profile
-
Send Message
Posted May 6, 2013Changed system for the Dev builds. Should be way more stable now!
-
View User Profile
-
Send Message
Posted May 6, 2013I can create bank account , but I can't show balance information about these account. example: /bank create Test -> success /bank balance Test -> fail , no premission . But I have add craftconomy.bank.balance
How can I fix this issue?? And the dev builds link seem broken.
-
View User Profile
-
Send Message
Posted May 4, 2013@greatman321 : @Rat_Cat12
-
View User Profile
-
Send Message
Posted May 3, 2013Any idea when the next release is? I am not sure how deleting banks got overlooked, but it seems a bit silly to me. . . :P
-
View User Profile
-
Send Message
Posted May 3, 2013@JericM
Only in the dev-build for now. It's /bank delete.
-
View User Profile
-
Send Message
Posted May 3, 2013The tickets tab up top also has a bad gateway. Where do we post tickets?
-
View User Profile
-
Send Message
Posted May 3, 2013So how does one delete a bank? I looked in documentation and /bank and it's not listed. . .