Use Vault instead of the homebrew nijikokun register code#1
Use Vault instead of the homebrew nijikokun register code#1tdfischer wants to merge 1 commit intoBlockhead2:masterfrom
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.