Commit Graph

10 Commits

Author SHA1 Message Date
Travis Ralston 536449745d Add VaultHolder class for detection from other plugins
Prior to this commit plugins could not (easily) detect if an inventory a
player is using is a Player Vault inventory. This commit changes that by
assigning a "VaultHolder" to an inventory when it is created.

This new holder allows for plugins to easily detect if the inventory is
a player vault due to the new VaultHolder class.

The VaultHolder also holds information such as the vault number. The
vault number is required for further handling of the vault.

Without this addition plugins, such as AntiShare, cannot correctly
handle a vault.
2013-08-18 02:50:59 -06:00
gomeow 1635a84952 Add ability to change vault size (buggy, fix permissions later) 2013-06-13 00:01:00 -07:00
gomeow e3516774f3 Oh, so very much formatting and stuffs 2013-05-23 22:57:16 -07:00
gomeow 03a7b52a8e drtshock loves formatting, so I may as well 2013-04-12 10:54:25 -07:00
drtshock 678f61127e spacing :D 2013-04-11 19:43:59 -05:00
drtshock c8c12301c3 Revert "Add config updater."
This reverts commit 703844073c.
2013-03-30 18:43:32 -05:00
drtshock 703844073c Add config updater. 2013-03-30 18:42:12 -05:00
gomeow 3bea5284be Mass changes, upgrade to v3.0.0
- Change storage method
- Add converter for both methods of storage
    - Dropping upgrade support possibly in the future
- Change backup location
2013-03-29 23:02:53 -07:00
gomeow cecfb8371d Small cleanup 2013-03-19 21:14:38 -07:00
Nate Mortensen b9bd34b1b2 Mavenized. 2013-03-16 21:18:14 -06:00