Commit Graph

196 Commits

Author SHA1 Message Date
libraryaddict
4b940bcd20 Fix ender_crystal disguise popping in the ground 2021-07-14 00:55:31 +12:00
libraryaddict
7df05e4647 Fix required version of PL 2021-07-10 17:15:09 +12:00
libraryaddict
5eaf7faa1b Update for 1.17.1, bumped required PL version 2021-07-09 16:01:38 +12:00
libraryaddict
c7edea1c5e Fix player names not being updated properly 2021-07-08 14:26:26 +12:00
libraryaddict
5ab0e4a45c Fix #580 2021-06-26 05:37:30 +12:00
libraryaddict
fe166bdbea Cleanup imports 2021-06-26 04:02:41 +12:00
libraryaddict
e6a6ac749e Add note 2021-06-25 01:16:06 +12:00
libraryaddict
ea48d98c2a Add required version of PL for 1.17 2021-06-25 01:15:18 +12:00
libraryaddict
6e69ae6fe2 Attempt to fix a tracker exception 2021-06-16 19:37:52 +12:00
libraryaddict
60d4283715 Add the sounds and fix an error 2021-06-16 17:23:32 +12:00
libraryaddict
3fd732c049 Commit the update, this is a WIP 2021-06-16 10:48:22 +12:00
libraryaddict
fffea76e8d Fix adventure stuff 2021-06-15 11:04:37 +12:00
libraryaddict
381ab971b6 Shade and repackage the adventure text library. I hate how it inflates the jar by 300kb 2021-06-14 12:05:58 +12:00
libraryaddict
d0ce9c0536 Test for adventure text support by trying to use it 2021-06-11 05:57:45 +12:00
libraryaddict
8f7b21314b Catch exception for adventure text 2021-06-07 23:15:30 +12:00
libraryaddict
c49e2e6636 Add adventure text support, fix an obsolete check, change translations to be in adventure text style 2021-05-31 23:19:53 +12:00
libraryaddict
796ae26ed7 Fix wither skull looking up/down the wrong way 2021-05-26 06:02:43 +12:00
libraryaddict
2fe8d46c61 Fix up translations and remove dupes 2021-05-23 13:10:46 +12:00
libraryaddict
42f04766b1 Do uuid version 3 warning 2021-05-23 10:17:46 +12:00
libraryaddict
74af3acfc3 Fix up hex colors 2021-05-22 06:34:58 +12:00
libraryaddict
2902de50c2 Attempt to serialize metadata with a saved disguise. Use linked hash map instead of HashMap 2021-05-22 02:43:39 +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
9604e151f5 Respect the config option 2021-05-16 17:54:06 +12:00
libraryaddict
e267d1d344 Null check 2021-05-16 17:50:26 +12:00
libraryaddict
d306ab0d85 Perform if checks on team handling, potentially tiny tiny tiny performance boost. 2021-05-16 17:48:21 +12:00
libraryaddict
807a163256 Fix startup error 2021-05-08 22:34:35 +12:00
libraryaddict
3fb325b0e1 Add hex support using &#abcabc 2021-05-08 05:10:50 +12:00
libraryaddict
c1db0a9fa4 Fix error 2021-04-28 17:22:02 +12:00
libraryaddict
ee2224e68f Introduce setGlowColor and no longer have a self disguise scoreboard, instead all non-player disguises have their own uuid which is added to a scoreboard team. Downside is you can now tell if someone isn't disguised cos they can be pushed around. Might be worth doing both? 2021-04-24 12:34:24 +12:00
libraryaddict
9042cb4212 Change how disguise construction works, and a few minor other stuff 2021-04-21 10:56:50 +12:00
libraryaddict
bca3483e49 Another oppsies for future disguises 2021-04-11 12:52:15 +12:00
libraryaddict
fc6c70c543 Fix addFutureDisguise 2021-04-10 16:31:18 +12:00
libraryaddict
35ad450bc3 Optimize imports, contact github less 2021-02-25 11:56:23 +13:00
libraryaddict
b93972c1c2 Whoops 2021-02-25 04:45:20 +13:00
libraryaddict
0228b3ecac Fix PL update error 2021-02-25 04:29:39 +13:00
libraryaddict
3aef445341 Fix evoker fangs, thanks <@473314146453291009> 2021-02-25 04:25:42 +13: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
25f6ac8b1e Revert "" to "LD_NoName" 2021-02-09 16:15:33 +13:00
libraryaddict
38117d9f59 Never allow LD_NoName to have visibility of always 2021-02-08 11:04:19 +13:00
libraryaddict
ba9eba508b Change "" for LD_NoName to LD_NoName 2021-01-31 23:38:30 +13:00
libraryaddict
bd0ca9ec8c Large config rewrite, updating creates incompatibility with older versions of LD. Probably need to clean up configs a bit more. 2021-01-31 21:28:07 +13:00
libraryaddict
bd732d256d Hmm 2021-01-27 19:26:09 +13:00
libraryaddict
c410de4f9a Reset their scores too 2021-01-27 19:25:17 +13:00
libraryaddict
438e9cffd9 Add support for health below names 2021-01-27 19:19:24 +13:00
libraryaddict
0d558d79be Handle team packets async 2021-01-24 01:24:54 +13:00
libraryaddict
4f2d54b844 Fix a null error 2021-01-16 01:18:31 +13:00
libraryaddict
3731c1be2e Fix reference to wrong update folder 2021-01-10 02:05:50 +13:00
libraryaddict
d29bdb70fe . 2021-01-06 18:46:03 +13:00
libraryaddict
07c5abec43 Do some hacky magic to make ProtocolLib auto download if not there or outdated 2021-01-06 17:09:35 +13:00
libraryaddict
66aa68649c Don't pretty print 2020-12-09 09:50:42 +13:00