Currency
Currency - Nothing extra
core version: 0.9.0
basic version: 0.8.1
Currency is a new method of handling an economy in your Bukkit server. Unlike most other economy plugins, Currency is broken into two separate plugins, one containing the database and account handling (CurrencyCore) and the other containing the commands (CurrencyBasic). Even more different, CurrencyBasic is written in JRuby using RubyBukkit making it easy to edit in real time to suit your needs.
Why another economy plugin? An economy management plugin does not need to do more than hold data. It should be utilized through it's API in other plugins to interact with the server's players. This is exactly what this plugin does, as CurrencyBasic is entirely optional and can be easily replaced/edited.
Installation: http://dev.bukkit.org/server-mods/currency/pages/installation/
Developers API: http://dev.bukkit.org/server-mods/currency/pages/developers-api/
Commands & Permissions: http://dev.bukkit.org/server-mods/currency/pages/commands-permissions/
Github: https://github.com/coelho/Currency
Issues: https://github.com/coelho/Currency/issues
Bukkit Forums: http://forums.bukkit.org/threads/econ-currency-v0-1-nothing-extra-1-0-1-r1.52133/
Download:
CurrencyCore.jar: http://dev.bukkit.org/bukkit-plugins/currency/files/23-currency-core-v0-9/
CurrencyBasic.rb: http://dev.bukkit.org/server-mods/currency/files/20-currency-basic-v0-8-1/
Useful Plugins:
Vault: http://dev.bukkit.org/server-mods/vault/
@Infuscu Thank you! I'll add it right away.
/currency help wasn't working for us, so we tried to add the permission node currencybasic.help and it worked! Problem is that it is not under the documentation.
Just to let you know.
@GameOverRules The plugin by which you are looking at is using Register and not Vault (Register being outdated). Any plugin using Vault will instantly work with Currency, no configuration required.
Ok I give up on trying to install this, there is like 5 other things you need to install and to many things you need to do. I am just going to go with BoseConomy, even though I really don't need everything it comes with. Who knows if my plugins will even work with this plugin.
@C031H0
ok Vault updated and they added your Currency Core support. So what download Vault, and then Currency Core and Currency Basic and Ruby Bukkit and throw them all in my plugins folder and then I can remove BoseConomy and Currency will work? So a plugin like SimpleRegionMaket will hook into it and I can use the command like /money to see how much money I have?
@GameOverRules I can not talk for them on when they are going to update, but yes. Vault is basically a compatibility API between economies, permissions, and chat plugins. The owner of a plugin which utilizes economies would have to use vault or my Currency API. EDIT: http://dev.bukkit.org/server-mods/vault/forum/30068-currency-addition/
@C031H0
Thank you for responding, and one more thing, does that mean for plugins that I want to use that are going to use economy have to be from the list that is on http://dev.bukkit.org/server-mods/vault/ the dev page for vault, and not just that but can only use the plugins. I just don't understand vault, today is the first day that I read about it. And do you know when they are going to update?
@GameOverRules Once Vault decides to update to use my plugin (which I've already provided them the source code for), yes you can.
@C031H0
So I have BoseConomy so I can remove that and use these, and my plugins that can use a economy it will use this.
@GameOverRules
Plugins like vault or register will be required to add support. Other plugins can hook onto vault or register to utilize the API, or if they choose, can hook onto Currency only through our API. It is entirely their choice.
Will this hook into any plugins that require economy or does the plugin developers have to add it to there economy support.
@Qismyname I don't entirely understand your question. The commands are inside the CurrencyBasic plugin and can be downloaded from this page. I'll add more commands soon however, if that is what you are asking.
No bank support trough commands?