Commit Graph

252 Commits

Author SHA1 Message Date
Nate Mortensen e1e2ad18e3 Add handling for Iterables to Serialization
Currently any ConfigurationSerializable object that relies upon Iterables
for its serialization will fail to serialize correctly, and, in turn, fail to
deserialize properly.

To correct this, special casing has been added for Iterables(and Maps in a
few places) to ensure that all ConfigurationSerializable objects are
serialized and deserialized correctly.
2014-04-24 19:29:08 -06:00
drtshock e3da6580ba Make things not so staticy 2014-04-24 10:08:50 -05:00
drtshock 3ad36a3fd3 UUID conversion 2014-04-23 16:29:37 -05:00
drtshock a6cf925a78 Handle UUIDs. 2014-04-23 16:28:21 -05:00
drtshock 1342a5584e Prevent users from opening a vault if they already have one open. 2014-03-12 13:57:23 -05:00
drtshock 4c3da6e8f5 check dat. 2014-03-11 19:31:45 -05:00
drtshock f5dfd3950f Close inventory when saving. 2014-03-11 19:02:16 -05:00
drtshock 2d6ac31c2c Reformat 2014-01-20 12:22:09 -07:00
drtshock 0362170e9b Cleanup task 2014-01-20 12:21:45 -07:00
gomeow 4fca7066e6 Make Metrics async 2014-01-04 17:08:15 -08:00
gomeow 259b7b907e Fix stupid bad 2013-12-28 23:31:13 -08:00
gomeow f878557b79 Update Metrics 2013-12-28 23:30:19 -08:00
drtshock 17bcc061ba shhh 2013-12-09 16:44:15 -06:00
drtshock 2fef2b1305 Better update checker. Handle reloads of the lang file properly. 2013-12-09 16:43:12 -06:00
gomeow 60ee25a5b4 Make sure vault number is more than 0 2013-12-09 16:35:45 -06:00
drtshock e36ce436c1 Fix up a little regex hopefully.. 2013-12-09 16:35:00 -06:00
drtshock 445ed9d592 Allow players name to be put on vault title 2013-11-21 19:51:29 -06:00
drtshock 481109cd05 Add vault title to the lang file. 2013-11-21 17:36:34 -06:00
drtshock 36d240b196 Check enchanting table inventories as well. 3.4.2 release. 2013-10-25 17:11:48 -05:00
drtshock 4d60f1b507 Fix issue with inventories resizing 2013-10-25 02:48:31 -05:00
drtshock 79a786a92d Check existing vaults a player has. Don't create a new vault when opening another player's vault. Actually implement costToOpen. Attempt to fix mcstats 403. 2013-10-21 23:32:36 -05:00
gomeow 3c52b7c754 Remove debug output 2013-10-21 17:44:57 -07:00
gomeow 6e0238d77d Move EconomyOperations to vaultmanagement package 2013-10-21 17:44:18 -07:00
drtshock c9c2129d9d Don't check for permissions on a null player. 2013-10-16 01:00:55 -05:00
drtshock 26d6f8a3ce QUACK 2013-10-13 23:47:37 -05:00
drtshock 361f2759a3 Double license 2013-10-12 19:56:39 -05:00
drtshock 89a7e47577 Let's be GPL. Change version to snapshot 2013-10-12 19:41:38 -05:00
gomeow eab883a052 Javadoc revisions 2013-10-12 12:04:09 -07:00
drtshock d451dcf48b Remove drop on death 2013-10-12 13:57:34 -05:00
gomeow ad0b3bdd0f Add playervaults.notify for update checking 2013-10-12 11:47:36 -07:00
drtshock 82a35617bd Add configurable vault sizes. Recoded PR 17 to optimize permission checks and put things in correct classes. Updated to version 3.4.0-SNAPSHOT 2013-10-11 15:44:31 -05:00
drtshock 7f75d9f625 Don't check for spaces in file version string. 2013-10-11 11:22:36 -05:00
drtshock ca155443e8 Metrics again 2013-10-10 13:17:46 -05:00
drtshock e330bf34c5 Asyc logging because it's better. 2013-10-09 22:49:09 -05:00
drtshock 0d4aab35b9 let's ping mbaxter with this commit 2013-10-09 22:32:26 -05:00
drtshock 8a51271f3c Remove metrics :( 2013-09-20 16:40:36 -05:00
drtshock 678233d1be Make things make sense. 2013-08-27 14:06:17 -05:00
gomeow 2ba9656f48 Fix a few things, remove bad code 2013-08-27 11:21:43 -07:00
gomeow e527764d56 Format some stuffs 2013-08-25 14:58:11 -07:00
gomeow f484a8eb71 Fix dupe 2013-08-25 14:51:44 -07:00
gomeow ce91614d0f Overall organize imports and format 2013-08-20 16:26:34 -07:00
gomeow 66604da618 Add playervaults.signs.bypass 2013-08-20 16:25:33 -07:00
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 9ad6332cd2 Allow the lang.yml to have comments within it 2013-06-13 00:01:27 -07:00
gomeow 1635a84952 Add ability to change vault size (buggy, fix permissions later) 2013-06-13 00:01:00 -07:00
gomeow e4def202f5 Do a lot of work on the updater, make it compatible with dev builds 2013-06-08 16:09:07 -04:00
gomeow 1303c82af8 Fix /workbench not correctly opening 2013-06-07 12:43:48 -04:00
gomeow 91979b5526 Move lang updating to updateLang() in the main class 2013-05-27 23:59:28 -07:00
gomeow 559d0f7f66 Make update checking async for faster startup times 2013-05-25 17:08:30 -07:00
gomeow 4999c88d16 Use onDisable to close inventories
*Untested*
2013-05-24 09:08:03 -07:00