MilkBowl / Vault

Vault of common APIs for Bukkit Plugins
GNU Lesser General Public License v3.0
493 stars 351 forks source link

Add worldgroup/universe support to the economy API #367

Closed oloflarsson closed 11 years ago

oloflarsson commented 11 years ago

According to @greatman the vault economy API does not support "world groups" aka universes.

""" If you are hooking to Craftconomy through Vault, it is impossible to know the world the transaction is being made so all transactions will be made through the default world (The main world of your server) """ http://wiki.greatmancode.com/display/CRAFTCONO/Multiworld

I believe adding API support for this could be a good idea.

Sleaker commented 11 years ago

Added.

oloflarsson commented 11 years ago

Thanks man, you are the best!