Commit Graph

471 Commits

Author SHA1 Message Date
Trent Hensler 4dadb9648f Merge pull request #305 from ducitymp/master
Fixed saving issue
2017-12-15 14:29:55 -08:00
ducitymp ef4053fee7 Added check for viewers 2017-12-15 19:56:22 +01:00
ducitymp 430009c51d Fixed saving issue 2017-12-14 14:58:17 +01:00
Trent Hensler 4a40cd271e Merge pull request #303 from ducitymp/master
Fixed dupe glitch
2017-12-12 16:26:52 -08:00
ducitymp 55cdbbfecd Fixed dupe glitch 2017-12-02 22:38:46 +01:00
kashike 6fb18e7be8 Merge pull request #298 from Incomp/master
RIP to the turt2live.com repo
2017-11-08 17:31:33 -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
kashike 92c2e93e0a Merge pull request #290 from ZiluckMichael/patch-1
Update pom.xml
2017-08-22 21:26:36 -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
Jesse Geerts f6a2fc5366 Add a translation file with dutch translations
Adds #262
2017-04-17 12:52:55 -07:00
Byteflux 25120bef1a Remove async saving
Fixes #245, #223, #246, #247
2017-01-06 20:35:13 -08:00
kashike 261314bbc0 Merge pull request #241 from SmellyGeek/master
Remove redundant "start" method
2016-12-01 15:51:59 -08:00
SmellyGeek 24f4adc3ad Remove redundant "start" method 2016-12-01 18:45:41 -05:00
Trent Hensler e5fb65b8d9 Attempt maven version 2016-08-29 18:42:05 -07:00
kashike 9263c2a092 Avoid NFE when incorrect usage is used. Fixes #205 2016-08-19 23:58:14 -07:00
kashike ee7d0439f5 Don't grant a max size of 54 when player first joins. Fixes #219
Introduced in ede738019a
2016-08-19 19:52:57 -07:00
kashike bb341ad133 Merge pull request #220 from m10653/master
Added ItemFlag support and patch error when loading ItemFlags from file.
2016-08-18 13:56:05 -07:00
m10653 4ba4f5da25 Added ItemFlag support and patch error when loading ItemFlags from file. 2016-08-18 16:36:47 -04:00
kashike 9cffb99f4a Merge pull request #216 from omegablitz/patch-1
Updated maven repository
2016-08-09 18:38:43 -07:00
Aashish Welling 2b0b1582b9 Updated maven repository 2016-08-09 21:36:54 -04:00
kashike a700fea5a2 Avoid NPE in SignListener when requesting a vault. Fixes #187 2016-06-21 17:25:08 -07:00
Trent Hensler 76475093c8 Merge pull request #196 from vemacs/master
Don't save on teleport if player has vault open. Fixes #194 #195
2016-06-21 09:30:45 -07:00
vemacs 23d3364f24 Don't save on teleport if player has vault open. Fixes #194 #195 2016-06-21 09:16:12 -06:00
Trent Hensler edc6b0f8ae Fix opening of other player's vaults. Resolves #190. 2016-06-14 14:08:25 -05:00
kashike 472ff03b2c Merge pull request #188 from HunterGPlays/master
Fix dupe glitch
2016-06-12 15:54:49 -07:00
Terrobility 8dbd2d830a Fix dupe glitch
Fixes https://github.com/drtshock/PlayerVaults/issues/186
2016-06-12 23:51:26 +01: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
Trent Hensler 48206f552f Remove stupid workbench command. 2016-05-30 14:37:40 -07:00
Trent Hensler c55ad60705 Check for null map. 2016-05-30 14:32:32 -07:00
kashike 63ef227a7d Revert "Remove unnecessary teleport handler."
This reverts commit 1421c2bf15.
2016-05-29 18:15:28 -07:00
kashike 44be629603 Merge pull request #175 from RoinujNosde/patch-1
Fix for https://github.com/drtshock/PlayerVaults/issues/174
2016-05-29 18:08:40 -07:00
Edson Passos fc3d2fd9e7 Fix for https://github.com/drtshock/PlayerVaults/issues/174 2016-05-24 14:35:08 -03:00
kashike e8e1504123 Merge pull request #167 from HunterGPlays/master
Listen to inventory drag event
2016-04-23 22:32:15 -07:00
HunterGPlays 5618061016 Listen to inventory drag 2016-04-24 06:10:26 +01:00
HunterGPlays 6885fc0446 Added drag listener 2016-04-24 06:09:20 +01:00
Kashike 993ff3c833 Merge pull request #152 from MinelinkNetwork/fix-deserialization-errors
Fix deserialization errors introduced by previous commit.
2016-03-08 19:29:16 -08:00
Byteflux 0562425271 Fix deserialization errors introduced by previous commit.
This addresses an issue where items do not retain integer-based item meta
such as repair cost, enchantment levels etc.
2016-03-08 19:27:56 -08: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
Trent Hensler 1421c2bf15 Remove unnecessary teleport handler. 2016-02-08 09:45:08 -08:00
kashike 06bb39d345 Oops. Fix NPE 2016-02-06 12:13:41 -08:00
kashike aaef544ea4 Don't create new file when attempting to load cache. Fixes #107 2016-02-05 23:03:15 -08:00
drtshock 18da2bf0df Check for UUID, not name on shutdown. Resolves #113. 2015-09-15 14:33:43 -05:00
drtshock 32e7caf958 Make sure in vault map is populated and queried with UUIDs, not names.
Resolves #116
2015-09-15 14:16:18 -05:00
drtshock 403f2bd75a Add debug for closing inventories on shutdown for #113. 2015-09-10 14:38:15 -05:00
drtshock 272dc755ce Correct if vault exists check. Fixes #103. 2015-08-15 21:15:48 -05: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