9df128db6fReleased 9.8.3, commands disabled for players on non-premium versions
libraryaddict
2019-11-03 18:07:12 +13:00
2f109de685Parse materials to uppercase for ItemStacks
libraryaddict
2019-11-03 17:51:20 +13:00
d6b1b19c8eRaise ticks for player disguises to render properly
libraryaddict
2019-11-03 17:50:19 +13:00
928943eb0fCast to a generic map not a specific implemention, fixes a specific server version
libraryaddict
2019-11-02 13:20:49 +13:00
9b8b57cf9fSwitch the underlying HashMap<HashSet> for disguises to Concurrent Map and Synchronized Set, fixes thread safety.
libraryaddict
2019-10-22 11:29:03 +13:00
4137b47ba8Delay armor packets for player disguises
libraryaddict
2019-10-13 18:22:39 +13:00
2c78c012c0Players disguised will by default, have an empty custom name on disguise to conceal if they have a custom name on the player entity.
libraryaddict
2019-09-05 18:58:48 +12:00
658c3f0602Fix invalid serializer for empty optionals, add serializer to MetaIndex and require for all datawatcher objects constructions
libraryaddict
2019-07-09 20:52:00 +12:00
be20613da6Fix a metrics check referring to wrong instance
libraryaddict
2019-07-08 17:45:05 +12:00
fd2f7e4fbcImprove startup checks for invalid settings
libraryaddict
2019-06-29 13:38:20 +12:00
5e1ed00434Register client interact async, use unsafe disguise from entity id for main listener
libraryaddict
2019-06-24 17:20:56 +12:00
a46178b04cExperimental build for client interaction/weapon damage - Needs testing and thread safety, pushed due to time constraints. #368
libraryaddict
2019-06-22 22:06:59 +12:00
7fbae2b342Change getCustomDisguise in DisguiseAPI to getRawCustomDisguise, add getCustomDisguise to DisguiseAPI which returns Disguise
libraryaddict
2019-05-18 18:07:54 +12:00
7c33086eceUpdate pom to snapshot
libraryaddict
2019-05-16 18:08:19 +12:00
2ff7b7ab3fRevert custom disguise api for MM compatibility
libraryaddict
2019-05-16 18:07:53 +12:00
daf91304b8Merge pull request #358 from mikroskeem/feature/fix-enderman-iteminhand
libraryaddict
2019-05-10 12:19:14 +12:00
ee17925c53Deprecate method with magic value parameter
Mark Vainomaa
2019-05-09 03:08:06 +03:00
55ec5056e8Fix Enderman's get/setItemInMainHand calls
Mark Vainomaa
2019-05-09 03:05:15 +03:00
9bdc1a0ae5Released 9.8.1 for 1.13.2
libraryaddict
2019-05-06 13:10:46 +12:00
09d4a3b90fIdentify registered user in startup log, similar or newer premium jars now required if using this method
libraryaddict
2019-03-05 17:51:06 +13:00
ae9419d234Ignore "-SNAPSHOT" in snapshot build versions
libraryaddict
2019-03-05 17:47:21 +13:00
94f8371772Cleaned up command code
libraryaddict
2019-03-05 17:47:00 +13:00
2cf86b9cd8Clean up tab completion code for repeated statements
libraryaddict
2019-02-18 18:52:54 +13:00
b813c5b899Remove meta cancel only once and when it's the last delayed packet
libraryaddict
2019-02-18 02:02:10 +13:00
6d64f44b15Add build date to startup info & plugin.yml, thankyou to paid users, more information to premium jar file check and expose more buyer information for the unseen future
libraryaddict
2019-02-16 16:57:07 +13:00
08dfbe3282Don't compare distances on teleport for different worlds
libraryaddict
2019-02-04 17:20:03 +13:00
c0d36e033bCompare instances not .equals to determine if clone required
libraryaddict
2019-02-04 17:14:31 +13:00