Commit Graph

69 Commits

Author SHA1 Message Date
kashike f51efcfab2 Quick cleanup 2015-06-27 09:37:10 -07:00
vemacs eeb72ed1bb Only update if already in map 2015-06-26 14:31:19 -05:00
drtshock a2ec843599 Revert "Apparently needed to reformat."
This reverts commit 101098ae7b.
2015-06-24 14:32:10 -05:00
drtshock 101098ae7b Apparently needed to reformat. 2015-05-25 21:06:22 -05:00
drtshock 24f423d2f3 Add configurable blocked items list. 2015-05-21 10:39:34 -05:00
drtshock 573f58ee2f Make help message configurable. Resolves #52. 2015-04-27 14:22:56 -05:00
drtshock f97ba1e694 Reformat. 2015-04-27 12:03:11 -05:00
drtshock 9ce0d572be RIP metrics 2014-10-06 10:31:30 -05:00
turt2live 57272da0cc Allow async conversion and use a UUID service where possible 2014-08-31 18:45:58 -06:00
turt2live 338d2cb889 Add converting framework as well as the converter for Backpack
Adds command /pvconvert <all | plugin name>
Adds permission playervaults.convert
Adds Converter interface for future converters
Adds BackpackConverter - A converter for Backpack
(http://dev.bukkit.org/bukkit-plugins/backpack/)
2014-08-31 17:10:26 -06:00
Joshua Popoff b5ef633105 General cleanup of everything I can see right now 2014-05-05 12:53:26 -07:00
Joshua Popoff d6da845403 Tidy up commands, and make them output when things go boom 2014-05-05 12:13:49 -07:00
drtshock 5062fbdbc7 Revert "Reformat"
This reverts commit 4628cc8130.
2014-05-05 12:20:40 -05:00
drtshock 4628cc8130 Reformat 2014-05-05 12:15:32 -05:00
drtshock 2d6ac31c2c Reformat 2014-01-20 12:22:09 -07: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 481109cd05 Add vault title to the lang file. 2013-11-21 17:36:34 -06: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 6e0238d77d Move EconomyOperations to vaultmanagement package 2013-10-21 17:44:18 -07: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
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
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 ce91614d0f Overall organize imports and format 2013-08-20 16:26:34 -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 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 91979b5526 Move lang updating to updateLang() in the main class 2013-05-27 23:59:28 -07:00
gomeow e3516774f3 Oh, so very much formatting and stuffs 2013-05-23 22:57:16 -07:00
drtshock e2c327bd46 Fix disable dupe. Consistent spacing. 2013-05-23 23:47:25 -05:00
gomeow 12f0a25565 Make it so vaults being viewed at the same time update in real time 2013-05-23 14:36:16 -07:00
gomeow f4e696d934 Shorten url before giving the link to an op about an update 2013-05-18 11:49:25 -07:00
gomeow 34566cf5ea Actually set a variable 2013-05-12 12:44:36 -07:00
gomeow bb7c27412a Fix NPE 2013-05-05 22:02:41 -07:00
gomeow 457aad54f9 New way of update checking 2013-05-05 21:23:30 -07:00
gomeow 256a58fce8 Continue adding signs support 2013-04-24 18:46:02 -07:00
gomeow b5fc36645e Start sign based accessing of Vaults 2013-04-22 16:32:44 -07:00
drtshock be1d53ed7e Use proper conventions. 2013-04-15 18:42:29 -05:00
gomeow 4f8b8539e7 Remove annoying comments 2013-04-13 20:40:35 -07:00
gomeow 03a7b52a8e drtshock loves formatting, so I may as well 2013-04-12 10:54:25 -07:00