Commit Graph

79 Commits

Author SHA1 Message Date
libraryaddict
3ac88ba078 Fix CraftMagicNumbers for <@142383204895162369> 2021-06-29 13:21:27 +12:00
libraryaddict
5ab0e4a45c Fix #580 2021-06-26 05:37:30 +12:00
libraryaddict
d525d03383 Fix up load times 2021-06-20 00:35:46 +12:00
libraryaddict
6e69ae6fe2 Attempt to fix a tracker exception 2021-06-16 19:37:52 +12:00
libraryaddict
3fd732c049 Commit the update, this is a WIP 2021-06-16 10:48:22 +12:00
libraryaddict
20a017e686 Don't bother with nms to get block combined id for 1.12 2021-06-02 10:07:36 +12:00
libraryaddict
407d00af1c Rewrite stuff to use MethodHandles, and saved disguises to use disguise.toString instead of original format. Updated for java 16 2021-05-21 06:23:01 +12:00
libraryaddict
269363753c Rename method to be more clear this isnt for public use 2021-05-20 00:16:38 +12:00
libraryaddict
55a459e440 Enforce name lengths on game profile 2021-05-17 23:19:27 +12:00
libraryaddict
1e68eeb74d Change falling block to store the combined block id to fix older versions with blockdata 2021-05-15 16:29:09 +12:00
libraryaddict
01cf995914 Handle EulerAngle 2021-05-04 23:06:55 +12:00
libraryaddict
9042cb4212 Change how disguise construction works, and a few minor other stuff 2021-04-21 10:56:50 +12:00
libraryaddict
1790032f75 Change nametag visibility to use &r and fix an issue where the tablist packet was wrong 2021-02-11 17:56:20 +13:00
libraryaddict
9a1a6ae08e Don't set score async 2021-02-05 04:29:55 +13:00
libraryaddict
d6be1d76bd Fix 1.12 2021-02-03 23:14:30 +13:00
libraryaddict
44f90e51ee Fix 1.12 again 2021-02-03 23:06:32 +13:00
libraryaddict
6922bcd9e8 Fix 1.12 2021-02-03 22:59:33 +13:00
libraryaddict
a45f7a8076 Catch exception not InvalidConfigurationException 2021-01-29 06:25:50 +13:00
libraryaddict
6c2cd6ac7a Fix scores for 1.12 2021-01-28 18:20:26 +13:00
libraryaddict
438e9cffd9 Add support for health below names 2021-01-27 19:19:24 +13:00
libraryaddict
f106ab9c19 Get the damage source not the field 2020-12-05 07:37:37 +13:00
libraryaddict
c5ef3267ea Fixes #524 again 2020-11-26 18:54:59 +13:00
libraryaddict
3f7d824e73 Revert 2020-11-26 18:36:30 +13:00
libraryaddict
8fbeb2a4f7 Fix paper's problems, fixes #524 2020-11-26 17:59:50 +13:00
libraryaddict
2d14fb90b8 Fix inability to define own sounds 2020-11-20 14:14:42 +13:00
libraryaddict
e6cf577db0 Add deadmau5 ears ability, it'll default to black tho. Also obfuscate 2 files 2020-11-11 12:32:53 +13:00
libraryaddict
4ef142b098 Use getRawValue() instead of getValue(), fixes #520 2020-11-02 04:05:36 +13:00
libraryaddict
6d559b1887 Fix paper & bounding boxes hating each other 2020-09-19 09:01:28 +12:00
libraryaddict
c295011015 Don't set default locale, instead use Locale.ENGLISH where possible 2020-09-14 15:01:05 +12:00
libraryaddict
45d42b1c6b Fix 1.12 falling block 2020-09-10 11:55:56 +12:00
libraryaddict
33b7a5e8c8 Ignore static bounding fields 2020-08-28 04:57:03 +12:00
libraryaddict
031666546c Fix block/item readable names not having spaces 2020-08-23 20:11:59 +12:00
libraryaddict
cb5aec155a Minor code cleanup 2020-08-15 06:26:00 +12:00
libraryaddict
93936c3628 Cleanup more reflection 2020-08-13 12:10:48 +12:00
libraryaddict
15b4a6e935 Clean a fair bit of reflection calls, still some left over.. Performance boost. Also fixed /disguise not spacing the disguises you can use 2020-08-13 11:51:32 +12:00
libraryaddict
f67500b7be Fix another typo 2020-08-12 18:04:21 +12:00
libraryaddict
d751a15c6a Fix bad reflection 2020-08-12 17:01:39 +12:00
libraryaddict
deb3fd243b Expand further on BlockData 2020-08-12 15:49:03 +12:00
libraryaddict
4f0290218b Add blockdata as a valid falling block thing, requires setblockdata 2020-08-12 09:36:13 +12:00
libraryaddict
788bc7bc3b Set default locale to English because of dumb bugs 2020-08-06 00:43:21 +12:00
libraryaddict
6565fc5f4f Fix invalid calls to 1.12 methods 2020-07-04 18:01:30 +12:00
libraryaddict
1f847e5ad6 Update to 1.16 2020-06-25 15:33:28 +12:00
libraryaddict
0777947173
Fix #482, unable to disguise as variants with no item equiv 2020-06-24 17:20:18 +12:00
libraryaddict
567f278131
Fix sounds broken on non-1.15 versions 2020-05-24 01:44:19 +12:00
libraryaddict
37e7a0bac7
Add ability to change the sounds for a disguise to whatever you like 2020-05-23 22:48:50 +12:00
libraryaddict
e6b7651571
Armorstand names now adapt to basic entity sizes, and player sneaking. Doesn't handle poses. 2020-05-09 21:57:07 +12:00
libraryaddict
fa778e2709
Increment and get entity id, not the reverse 2020-05-07 22:05:03 +12:00
libraryaddict
759444090b
Fixed paper breaking in one of their latest updates 2020-04-28 00:59:49 +12:00
libraryaddict
183ac73579
Remove commands and hopefully permissions from registered information if not used, mainly applies to api version and disabled commands. 2020-04-28 00:09:05 +12:00
libraryaddict
af492c2e3b
Add new config option to auto-hide tall disguises, also as a disguise option 2020-04-27 17:31:00 +12:00