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.
What shop signs plugins work with this craftconomy
Hi Phoenix. How do I use your fork version? I dont know how to transfor the zip git in .jar
Hello. I know this plugin is no longer updated, but I want to know if it's possible to make operation on money of an offline player ?
Thanks ;)
Yes, that should work.
Hey guy
Is it possible to push new version to fix startup bugs (in latest commits)?
What kind of issues are you having? Also you could try out my fork that has some more fixes, maybe that issue is fixed there too? https://github.com/Phoenix616/craftconomy3/
In reply to Phoenix616:
I'm trying it right now, it seems fix errors! Thank you guy, you're my hero :D
Do you think it will continue to work with future minecraft versions?
Yes, the plugin interacts very little with any actual Minecraft things so changes to that wont really affect it much. Also I'm going to keep the plugin updated as long as I use it on my server ;)
Whenever i try to set it up, i have a problem with the /ccsetup database <mysql/h2> it says invalid value... this looks like a great plugin and i was really looking forward to using it, can anyone help me?
Hello! Isn't it possible to place signs for like balance and such?
Regards
Very useful plugin, thank you for 1.12 support!
OMG that is the best money plugin ever in Bukkit!
Also good idea to include a config wizard for people who don't know how to edit YAML that is very good
Works on 1.11 for me ; )
How can I add my bank balance and money balance to a scoreboard?
In reply to Forge_User_40278219:
Thank you for keeping Craftconomy up to date! You are the best. I really love this plugin its one of a kind. <3
does it work with 1.11.2 spigot?
@adamste
because i get: [money] denied for non op players
In reply to adamste:
Hi can you make a version were you don't need permission if you are a normal player (there still need to be op permissions!) for 1.8.x
- please a new Version or Devbuilds i use the 3.3 Version and Spigot 1.9.2
- Dev-Builds not Work
- Bank List not Working/Not Showing your Bank Accounts
- Bank Account delete not Workling:
[01:27:56 INFO]: Stone_der_I issued server command: /bank delete test
[01:27:56 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'bank' in plugin Craftconomy3 v3.3-e72ac42-trv178
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
Caused by: java.lang.NullPointerException
at com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand.execute(BankDeleteCommand.java:32) [?:?]
at com.greatmancode.craftconomy3.tools.commands.SubCommand.execute(SubCommand.java:69) [?:?]
at com.greatmancode.craftconomy3.tools.commands.bukkit.BukkitCommandReceiver.onCommand(BukkitCommandReceiver.java:51) [?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit.jar:git-Spigot-944aa20-11e8c6d]
... 15 more