Jikoo
60dcb64558
Bump version for alpha release
2018-07-15 12:05:52 -04:00
Jikoo
077b34d304
Support 1.13-pre7
2018-07-15 12:01:45 -04:00
Jikoo
8ce6e2f8d3
Reverse order of wildcard permission check, respect explicit values ( #85 )
2018-05-26 06:58:56 -04:00
Jikoo
f5dce23f18
Bump version to 3.3.4-SNAPSHOT for development
2018-02-07 18:36:15 -05:00
Jikoo
669cfd72aa
Bump version to 3.3.3 for release
2018-02-07 18:35:39 -05:00
Jikoo
9e66885690
First load should not "update" nonexistent config, just use a default
2018-02-07 18:17:33 -05:00
Jikoo
a802769265
Sneaky tabs, trying to slip in there.
2018-02-04 10:35:35 -05:00
Jikoo
50c45b6616
Cleaned up code, updated copyright at long last.
2018-02-04 10:29:09 -05:00
Jikoo
eaf01fa32c
Don't cache simultaneously added players forever
2017-11-19 14:46:52 -05:00
Jikoo
4abaa6ea51
Backport spectate abuse to 1.8-1.10 to support PaperSpigot
...
This may break functionality on C(K)auldron and other server implementations with different remapping names.
2017-11-08 19:07:23 -05:00
Jikoo
7c621bf899
Bump version to 3.3.3-SNAPSHOT for development
2017-11-08 17:53:16 -05:00
Jikoo
f5c682ff2b
Bump version to 3.3.2 for release
2017-11-08 17:52:41 -05:00
Jikoo
e652b43670
Classic mistake, changed my mind and only changed part of the code.
...
Also the actual mistake. Never forget. (#81 )
2017-11-08 17:40:01 -05:00
Jikoo
f07cef5621
Bump version to 3.3.2-SNAPSHOT for development
2017-11-07 18:18:33 -05:00
Jikoo
ded6421e33
Bump version to 3.3.1 for release
2017-11-07 18:17:12 -05:00
Jikoo
cbb2b4d232
Lowercase permissions can wait for a major version bump
...
I don't want to double our permissions checks for backwards compatibility.
2017-11-07 18:16:38 -05:00
Jikoo
48c61eeb82
Support lowercase permissions for consistency.
2017-11-06 19:23:26 -05:00
Jikoo
e3d1af010b
Add permissions to alter the default state of Any/SilentChest ( #76 )
2017-11-05 20:00:22 -05:00
Jikoo
2195677651
Actually fix CME ( #71 )
2017-08-06 16:35:18 -04:00
Jikoo
c72af5dbac
Bump version to 3.3.1-SNAPSHOT for development
2017-07-05 05:53:38 -04:00
Jikoo
931cdb6fb1
Bump version to 3.3.0 for release
2017-07-05 05:52:33 -04:00
Jikoo
9db18613a1
Abuse spectator mode for SilentContainer ( #64 , #68 )
...
Potentially causes issues with Cauldron and similar mods that use different mapping names.
2017-07-04 13:22:03 -04:00
Jikoo
784935a975
Synchronize cache (for real), updated dependencies
...
Closes #69
2017-07-03 18:06:18 -04:00
Jikoo
d9abe76531
Bump version to 3.2.2-SNAPSHOT for development
2017-06-09 20:21:30 -04:00
Jikoo
ca85a392aa
Correct field name for list of inventory contents ( #66 )
2017-06-09 20:15:51 -04:00
Jikoo
307f47e4d3
Bump version to 3.2.1-SNAPSHOT for development
2017-06-08 18:44:10 -04:00
Jikoo
96c59f163d
Slightly improve API, bump version to 3.2.0 for release
...
Methods are now properly annotated @Nullable when they may return null. More descriptive exceptions are thrown when issues occur instead of just returning null.
2017-06-08 18:36:01 -04:00
Jikoo
01f147b13c
Fix incorrect method call for checking if a block is occluding
...
Switched to using the API for statistic manipulation.
2017-06-08 18:26:26 -04:00
Jikoo
1c104b775f
For improved compatibility, our own Levenshtein implementation
2017-05-28 09:53:59 -04:00
Jikoo
9a53e46dd3
Replaced modern
profile with recent
...
Going forward, the primary file uploaded to Bukkit will probably be the smaller build made with the `recent` profile, supporting only the last 2 versions. The uberjar created by the `all` will be provided as an additional download. OpenInv v3.1.3-SNAPSHOT `all` uberjar currently is 276KB. The `recent` jar is only 81KB. It's getting silly, and will only continue to get worse.
2017-05-26 05:52:35 -04:00
Jikoo
6744e71127
Support 1.12-pre2 ( #65 )
2017-05-14 11:47:15 -04:00
Jikoo
12c3ebb798
Bump version to 3.1.3-SNAPSHOT for development
2017-02-13 20:02:12 -05:00
Jikoo
32ec8d8147
Bump version to 3.1.2 for release
2017-02-13 20:01:18 -05:00
Jikoo
443e0c489e
Synchronize cache ( #63 )
2017-02-13 19:56:32 -05:00
Jikoo
7ab0003b62
Bump version to 3.1.2-SNAPSHOT for development
2017-01-30 13:38:36 -05:00
Jikoo
12c0cac311
Bump version to 3.1.1 for release
2017-01-30 13:38:10 -05:00
Jikoo
f54481e872
Fix (NoSuchMethod)Exception being caught instead of NoSuchMethodError
...
Closes #62
2017-01-30 13:35:58 -05:00
Jikoo
f27dd8a233
Bump version to 3.1.1-SNAPSHOT for development
2017-01-20 13:02:47 -05:00
Jikoo
d6df1a0871
Bump version to 3.1.0 for release
2017-01-20 12:59:03 -05:00
Jikoo
e34e51d127
Better support other Player implementations
...
Closes #60
Removed all volatile comments - they require me to occasionally manually maintain them and NMS/OBC imports are already kept separate
2017-01-20 12:56:31 -05:00
Jikoo
5ca2ae461a
Properly use Maven versioning for better support of dependent plugins
...
Closes #59
Bumped version to 3.1.0-SNAPSHOT for development, really should have bumped the minor version a while back.
2017-01-17 18:06:35 -05:00
Jikoo
4095e8039d
RIPo.bukkit.org
...
repo.bukkit.org is dead, Spigot doesn't host builds that old. Didn't realize that I'd installed it locally when compiling CB 1.4.5 to use with OpenInv. Whoops.
Corrected dependency order - no idea why this compiled at all before. My bad.
2017-01-15 08:08:51 -05:00
Jikoo
73f390ab20
Jitpack's Maven version is pretty outdated. Hopefully fixes build.
...
The `all` profile is no longer active by default, just in case.
2017-01-15 07:33:53 -05:00
Jikoo
2f7d3bc235
Call InventoryOpenEvent when using SilentChest
...
Backport fix for incorrect parameter as well, just in case.
Fixed 1.7 and lower forcing all chests' default names to be "Large chest" instead of the translatable string.
2017-01-10 14:12:58 -05:00
Jikoo
ef486032f1
Fix incorrect parameter for SilentChest PacketPlayOutOpenWindow
...
Probably fixes issues with ProtocolSupport, and if it doesn't there's nothing else I can do as we'll be as close to identical to NMS as possible.
2017-01-10 12:50:24 -05:00
Jikoo
72ef873772
Fixes for shulker boxes and AnyChest in 1.11
...
Fixes IBlockData used being the default for a shulker box, closes #55
Corrected using wrong method to check if blocked in 1.11.2. Something something NMS version bumps.
2016-12-31 07:05:52 -05:00
Jikoo
9b6e32a775
Fix statistic changes breaking silent/anycontainer in 1.11.1+
...
C'mon Spigot team, this is why the revision bumps existed in the first place, to allow plugins that deal with NMS to easily and gracefully fail on unsupported versions. 1.11.1 should be R2, 1.11.2 should be R3. I get that NMS isn't officially supported, but honestly, either do away with the versioned packages entirely or keep up with them properly. It's a single string change, it's not like it's prohibitively difficult.
2016-12-29 09:05:01 -05:00
Jikoo
f05110c9b8
Fix getOnlinePlayers call to support all versions
...
Moved IPlayerDataManager from api module to common module - it is not part of the API as there is no supported way to obtain an instance of it.
2016-12-22 09:55:51 -05:00
Jikoo
a41f89b011
Release any players held by a disabling plugin
2016-12-16 15:13:04 -05:00
Jikoo
d24827ffcb
Allow plugins to indicate to OpenInv that a Player is in use
...
This allows API users to prevent issues caused by multiple different copies of the Player being loaded, such as #49 . Multiple instances of the same player could be obtained by calling IOpenInv#loadPlayer, waiting for OpenInv to remove it from the cache, then calling the method again.
2016-12-14 19:49:18 -05:00