Commit Graph

100 Commits

Author SHA1 Message Date
CmdrKittens 154daa2f67 Bump version to 4.1.13 2020-07-28 00:30:50 -04:00
CmdrKittens dc47c42f46 Bump version to 4.1.12 2020-06-24 21:36:55 -04:00
CmdrKittens 8cc830eb7e Bump version to 4.1.11 2020-06-04 20:36:18 -04:00
CmdrKittens 659273cede Bump version to 4.1.10 2020-04-25 12:00:22 -04:00
CmdrKittens be7d6af1ce Bump version to 4.1.9 2020-04-24 16:32:15 -04:00
CmdrKittens dbe27e5a39 Bump version to 4.1.8 2020-04-13 16:14:23 -04:00
CmdrKittens 1a0fb80aec Bump version to 4.1.7 2020-04-09 23:28:48 -04:00
CmdrKittens 2286fd7656 New config 2020-04-09 00:18:17 -04:00
CmdrKittens 97d977b996 Bump version to 4.1.6 2020-03-28 22:53:05 -04:00
CmdrKittens 2ee0888847 Bump version to 4.1.5 2020-03-24 15:13:16 -04:00
CmdrKittens c3473b1c81 Some light cleaning 2020-03-18 19:22:49 -04:00
ArtelGG 0592554f0c Rework vault signs (#387)
* Rework vault signs

* Fix potential vault sign issues
2019-05-30 09:28:03 -07:00
Trent Hensler 3821a9912d 4.1.3 2019-05-20 11:11:25 -07:00
Trent Hensler 8008663c1f Update to 1.14 in a backwards compatible way. 2019-04-28 15:48:56 -07:00
ArtelGG 88e0351826 Retain cross-version compatibility & cleanup (#374) 2018-12-17 19:58:55 -08:00
Trent Hensler 181bb89ac0 Rework operations to allow for owners of vaults to be Strings, which is more friendly to third party or group vaults. Fixes compatibility with FactionsUUID. 2018-12-16 22:13:13 -08:00
Trent Hensler 55cbea8582 Set vault size manually instead of relying on Inventory object. Fixes #366 2018-12-15 16:13:40 -08:00
Trent Hensler d17c606c5f Correct version to 4.0.6 for release. 2018-08-08 15:32:04 -07:00
Trent Hensler 8b8ba97386 1.13 2018-08-06 13:34:20 -07:00
kashike 0fed15073d 4.0.6-SNAPSHOT 2018-04-07 01:29:37 -07:00
ArtelGG 05baf60ce5 Update URL 2018-04-07 03:43:53 -04:00
Trent Hensler 1abdaadf55 4.0.5 release 2018-04-06 15:58:22 -07:00
Trent Hensler a58320a5f3 Only charge in one spot for vaults 2018-04-06 15:48:21 -07:00
Trent Hensler e9605692fd 4.0.4 release 2018-03-24 16:08:49 -07:00
Trent Hensler d99d399d5f 4.0.4-SNAPSHOT for development 2018-03-02 10:29:11 -08:00
Trent Hensler 4d8ac4abf2 4.0.3 2018-03-02 10:27:05 -08:00
Trent Hensler 13cf69b3fc 4.0.3-SNAPSHOT 2018-02-21 13:16:25 -08:00
Trent Hensler 533990b39c 4.0.2 for release 2018-02-21 13:16:14 -08:00
Trent Hensler 5f115f631b Save all lang files to disk. Allow switching between languages in the config file.
This will break anyone using the current lang.yml. They'll just need to move it to lang/english.yml
2018-01-06 19:50:47 -08:00
Trent Hensler 4702b9e296 4.0.2-SNAPSHOT 2018-01-01 10:51:09 -08:00
Trent Hensler 0b43300b21 Remove UUID lib dependency. Will resolve #317 2018-01-01 10:50:42 -08:00
Trent Hensler c1ff332565 4.0.1 2018-01-01 00:19:21 -08:00
Trent Hensler 54376d1fe1 Rename binary to PlayerVaultsX. Version 4.0.0 for release. 2017-12-25 17:40:29 -06:00
Trent Hensler 5a338937e7 Base64 vault management 2017-12-25 02:46:14 -06:00
Trent Hensler 26d0b786ca Discord and 3.6.0 2017-12-19 00:44:58 -08:00
Incomp f08064c49b RIP to the turt2live.com repo
I built UUID-Library from Techcable's repository and added it as a
system-based dependency here. Not a perfect fix, but at least it's
working.
2017-11-08 18:00:31 -07:00
Michael Ziluck e1c44b2af9 Update pom.xml 2017-08-22 19:49:26 -05:00
kashike b97f04bb97 Update for 1.12.0
Fixes #270
2017-06-08 14:24:35 -07:00
Trent Hensler e5fb65b8d9 Attempt maven version 2016-08-29 18:42:05 -07:00
Aashish Welling 2b0b1582b9 Updated maven repository 2016-08-09 21:36:54 -04:00
Trent Hensler bc9d1091e1 Accept Strings as inputs instead of UUIDs.
This leaves options for other plugins to hook into us to use our vault operations. I did a first shot of this with FactionsUUID.
* This needs to be tested more in depth before being pushed to a release version as it changes how we handle a lot of our dupe checks.
2016-05-30 16:20:36 -07:00
Kashike 417277acfb Merge pull request #148 from MinelinkNetwork/fix-serializing-nested-maps
Fix StackOverflow when attempting to serialize ItemMeta
2016-03-08 14:10:42 -08:00
kashike cf4678a727 Bump to 3.5.8-SNAPSHOT 2016-03-08 14:11:35 -08:00
Byteflux 415b06a4c3 Fix StackOverflow when attempting to serialize ItemMeta with nested maps.
This removes the JSON library included with PlayerVaults and uses
SimpleJSON included with Bukkit.
2016-03-08 13:51:12 -08:00
drtshock 444ae3d1ab Only load signs if we need to.
Large servers were having some performance issues in the blockphysicsevent in the signlistener class, this helps relieve that stress.
2015-07-25 14:21:51 -05:00
drtshock 67b11db40d 3.5.6 release. 2015-07-09 14:17:34 -05:00
drtshock 81c9f83d65 3.5.6-SNAPSHOT 2015-06-24 14:33:05 -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