e100dff6abUpdate for 1.11
Jikoo
2016-11-17 02:34:52 -05:00
835e3151ebConvert to a more user-friendly Maven setup Mostly based on Mbaxter's AbstractionExamplePlugin Compiling OpenInv for a specific version is very easy - just compile the correct module. Compiling for a set of versions is slightly more complex. You'll need to use a profile for the versions you want to compile. Provided profiles are latest, modern - versions 1.7.10+, and all. For more information, check out the Maven guide http://maven.apache.org/guides/introduction/introduction-to-profiles.html
Jikoo
2016-07-14 09:25:18 -04:00
23bda96f38Fix improper caching causing duplications, closes#10 * Implemented a universal cache for loaded players * Reworked a significant amount of my API additions * Simplified join/quit handling * Cleaned up ISpecialEnderChest/ISpecialPlayerInventory implementations * Fixed OpenInv.* permission not granting access to commands
2.5.0
Jikoo
2016-07-09 10:40:51 -04:00
1bbdde683cFixed online matching preventing exact offline access, closes#9 Restored some old OpenInv behavior - Offline name partial completion. Currently there's no minimum similarity to consider a match a success, and the first name with the same similarity will take precedence. As a result, you may see some very odd results on occasion.
2.4.9
Jikoo
2016-06-15 18:49:45 -04:00
9edac80544Properly set item arrays for subcontainer Closes#8
2.4.8
Jikoo
2016-06-12 10:48:03 -04:00
3152605bcaMerge pull request #47 from ShadowRanger/master
ShadowRanger
2016-06-09 22:49:02 +10:00
eaabd30dc2Update to 1.10
ShadowRanger
2016-06-09 22:46:36 +10:00
de0d28b12dUpdate to 1.10
ShadowRanger
2016-06-09 22:43:20 +10:00
c3a8bc9486Update to 1.10
ShadowRanger
2016-06-09 22:41:21 +10:00
53eadcb821Backport fix for closing SilentChest not dropping cursor item
2.4.7
Jikoo
2016-06-08 22:38:21 -04:00
326ffdb433Update for 1.10 Don't load players off the main thread, just in case.
Jikoo
2016-06-08 22:25:14 -04:00
5b77404597Merge pull request #45 from ShadowRanger/master
ShadowRanger
2016-05-13 00:23:03 +10:00
d9c1b00b50Update to 1.9.4
ShadowRanger
2016-05-13 00:21:37 +10:00
2fc439b306Update to 1.9.4
ShadowRanger
2016-05-13 00:20:24 +10:00
2cb1b01fbfMerge pull request #44 from Tim-Schneider/master
ShadowRanger
2016-05-12 13:49:37 +10:00
d16cca9847fix for minecraft 1.9.4
Tim-Schneider
2016-05-10 21:50:34 +02:00
e39f009661Merge pull request #43 from ShadowRanger/master
ShadowRanger
2016-05-05 11:32:40 +10:00
1d622b653dImplement Jikoo's data duplication glitch fix
ShadowRanger
2016-05-05 11:32:01 +10:00
582a958195Merge pull request #42 from ShadowRanger/master
ShadowRanger
2016-05-05 11:25:28 +10:00
9245b4cc27Implement Jikoo's data duplication glitch fix
ShadowRanger
2016-05-04 23:18:20 +10:00
ba9396ad5cImplement Jikoo's data duplication glitch fix
ShadowRanger
2016-05-04 14:38:10 +10:00
a929eeeb69Configuration to disable saving of offline players, bugfixing Edits made to online players will still work. Edits made to offline players will work if they log in before the ISpecialPlayerInventory is unloaded (currently before the plugin unloads). Closes#6 Refactored IPlayerDataManager to PlayerDataManager, it's no longer an interface. Fixed a bug with players' online state initially being inverted
2.4.4
Jikoo
2016-04-18 14:37:05 -04:00
7256494df3Fix inventories of players on their first login not being openable Closes#7
2.4.3
Jikoo
2016-04-18 13:05:56 -04:00
27de16cba9Merge pull request #39 from ShadowRanger/master
ShadowRanger
2016-04-12 14:38:37 +10:00
c7f38adb3fImplement cbarber's player data glitch and online/offline event changes
ShadowRanger
2016-04-12 14:25:09 +10:00
1fbaa5b2a9Reduce redundant saves for ender chests as well While they don't suffer the same owner-related issues that player inventories did, there's no need to save so many times.
2.4.2
Jikoo
2016-04-11 18:45:23 -04:00
eeb28b4210Reduce duplicate saves and fix for owner coming online for all versions
2.4.1
Jikoo
2016-04-11 18:12:21 -04:00
0ebe6fe132Properly update PlayerInventory owner when they come online Closes#5
Jikoo
2016-04-11 17:59:28 -04:00
e39ab10797Don't load from player.dat for online players Fixes lishid#40 and #5
Jikoo
2016-04-11 15:44:25 -04:00
62f5d54676Merge pull request #38 from ShadowRanger/master
ShadowRanger
2016-03-09 14:15:40 +11:00
8feca3fb21Added 1.9 shield slot support
ShadowRanger
2016-03-09 14:14:27 +11:00
fb48f6a783Fix up legacy code to use new interfaces This took way more time than it was worth. Converted line endings to Unix, some other trivial crap. Thanks to Phoenix616 for already having a multi-version pom, it would have taken me much longer to figure out without a functional example.
2.4.0
Jikoo
2016-03-04 05:35:30 -05:00
d761b6bfe4Actually allow for offhand modification, whoops.
Jikoo
2016-03-04 00:53:21 -05:00
5b3ba79b82Maven, huge refactor, interface changes Among other things, these interface changes allow for supporting pre-UUID Minecraft versions again. I may eventually backport older versions, but I don't know that I'll be able to lay hands on old enough jars. Removed static access Renamed all methods to follow conventions
Jikoo
2016-03-03 23:33:54 -05:00
7b16140ee1Merge pull request #37 from ShadowRanger/master
ShadowRanger
2016-03-04 13:48:51 +11:00
14ec280d26Updated to CraftBukkit 1.9
ShadowRanger
2016-03-04 13:46:29 +11:00
71ac05ae85Updated to CraftBukkit 1.9
ShadowRanger
2016-03-04 13:45:54 +11:00
c4a9cb0a4aUpdated to CraftBukkit 1.9
ShadowRanger
2016-03-02 20:11:45 +11:00
7ae87d1dbeUpdated to CraftBukkit 1.9
ShadowRanger
2016-03-02 13:46:42 +11:00
346036b7e7Updated to CraftBukkit 1.9
ShadowRanger
2016-03-02 13:44:16 +11:00
3549431fbcRemoved item wand functionality Anyone who can use it has to be able to run the command anyway. If they can run the command, they can use tab completion to automatically fill in anyone online's name. There's no need to keep around a bunch of deprecated code for a function I sincerely doubt anyone actually uses.
2.3.0
Jikoo
2016-03-01 12:27:08 -05:00
17b0cb6efeFix players without permission to modify inventories inserting items
Jikoo
2016-03-01 12:22:26 -05:00
2d7522554cUse AnyChest when an ocelot is on a chest. Closes#2
Jikoo
2016-03-01 12:09:29 -05:00
131f874329Added offhand slot display and manipulation
Jikoo
2016-03-01 11:44:38 -05:00
8f17bd0237Remove update checker and bumped version for release Added myself to the authors list as I've been maintaining this fork for a while
2.2.9
Jikoo
2015-11-16 23:18:51 -05:00
20fb61705dUpdate to 1.8.8, properly declare permissions in plugin.yml
Jikoo
2015-11-16 23:12:46 -05:00
69c355c8cdMerge pull request #33 from ShadowRanger/master
ShadowRanger
2015-08-27 19:55:33 +10:00
8dbbe80dbfFixed an error & updated Bukkit
ShadowRanger
2015-08-27 19:52:56 +10:00
77e6ce8c7cMerge pull request #32 from ShadowRanger/master
ShadowRanger
2015-07-21 09:45:36 +10:00