-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Vault instead of the homebrew nijikokun register code #1
base: master
Are you sure you want to change the base?
Conversation
Trever, Hi. Many thanks for the 3 patches you sent. Does the Vault patch mean that It certainly looks a cleaner way to support the economies, but I've tried On the other patches it makes sense to only check the players when I have Send me your thoughts on the pros and cons of using Vault. Regards, John. On 7 April 2012 15:30, Trever Fischer <
|
Vault requires zero configuration. Most servers already have it. Additionally, it is required on our server to support our custom economy plugin. Vault provides an API for registering economies that aren't supported by the official distribution, as such: https://github.com/tdfischer/bukkit-caminus/blob/master/src/main/java/us/camin/Plugin.java#L85 If they don't have vault, then the economy system is disabled. But I'd wager that 99% of the plugins out there that use economies (Residence, ChestShop, Mailbox, etc) have Vault as a requirement. Additionally, not bundling this library reduces the plugin footprint and server memory usage. |
Trever, I pulled the other 2 patches but will hold off on Vault for the moment Regards, John. On 9 April 2012 12:58, Trever Fischer <
|
This commit dumps all of the nijikokun register code in favor of using Vault for economic transactions.