Commit Graph

136 Commits

Author SHA1 Message Date
libraryaddict
865326eda7 Fix Y issue in falling block disguise grid lock 2020-09-03 16:11:02 +12:00
libraryaddict
6e4ceb37a9 Fix error for self disguises refreshing or something 2020-08-31 10:02:50 +12:00
libraryaddict
3591c3bcf8 Don't register team listener if using armorstands 2020-08-23 13:28:35 +12:00
libraryaddict
11f0546fbe <@473314146453291009> sucks & cleans imports 2020-08-13 12:18:22 +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
4f0290218b Add blockdata as a valid falling block thing, requires setblockdata 2020-08-12 09:36:13 +12:00
libraryaddict
f322a80b69 Only modify entity metadata if they are currently self disguised 2020-08-12 08:06:31 +12:00
libraryaddict
ea50632925 Clean imports 2020-07-20 13:56:18 +12:00
libraryaddict
036f298003 Smarter falling block snapping to grid, allow 0.5 Y and snap to block above if Y above 0.85 2020-07-20 13:56:12 +12:00
libraryaddict
39489d0080 Check for null on disguise team name 2020-07-10 08:09:15 +12:00
libraryaddict
525e47d24e Fix player disguises names 2020-07-08 12:14:23 +12:00
libraryaddict
ce884cc8ac Made super ugly change to how prefix/suffix works by not splitting them at all because MC doesn't look to care about char limits 2020-07-05 10:38:44 +12:00
libraryaddict
1ce0a9a612 Add support for colored hex player names, still has an issue with longer names and splitting not respecting the hex 2020-07-04 20:48:26 +12:00
libraryaddict
7ef248c054 Fix equipment packet 2020-07-02 08:25:07 +12:00
libraryaddict
88b7851df8 Transfer repo ownership to Josh 2020-07-01 17:45:15 +12:00
libraryaddict
30cc40a6a3 Fix isRightClicking() and add isSpinning() 2020-07-01 17:44:29 +12:00
libraryaddict
e3300e7ef9 Reenable attribute packets, fix modded entities 2020-06-30 16:18:03 +12:00
libraryaddict
ffd6536565 Add hex color support to translations 2020-06-27 21:01:58 +12:00
libraryaddict
5f2ac293bf Fixes #488 equip packet 2020-06-26 19:00:42 +12:00
libraryaddict
472649cad7 Hopefully fixes #487 2020-06-26 14:24:48 +12:00
libraryaddict
1f847e5ad6 Update to 1.16 2020-06-25 15:33:28 +12:00
libraryaddict
3a85aa29a0
Revert a reverted revert 2020-06-16 02:32:06 +12:00
libraryaddict
cd4ecb2974
Handle client interact packets differently 2020-06-16 02:30:52 +12:00
libraryaddict
948e516505
Revert "Try handle client packets sync"
This reverts commit acf5696fa9.
2020-06-16 02:24:51 +12:00
libraryaddict
acf5696fa9
Try handle client packets sync 2020-06-15 07:38:47 +12:00
libraryaddict
c4717d7453
Fix modded entities 2020-06-11 17:12:55 +12:00
libraryaddict
a9ce0b0ee7
Don't let clients know dolphins can secretly walk, fixes dolphins acting curious and glancing about as you walk 2020-06-08 18:06:50 +12:00
libraryaddict
2d53fdadd0
Delay head rotate packet for paper users to try avoid xray issue 2020-06-04 16:57:28 +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
e77a28c258
Rename packet listener for custom payload 2020-05-23 18:44:39 +12:00
libraryaddict
08bee8afd8
Better channel register packet 2020-05-23 18:43:51 +12:00
libraryaddict
cb433458f4
Do player null check for scheduler 2020-05-22 22:49:22 +12:00
libraryaddict
57a4507de9
Fix error on 1.12 2020-05-22 20:38:06 +12:00
libraryaddict
76484b18a7
Increase tab unload delay from 5 to 20 2020-05-22 19:16:41 +12:00
libraryaddict
3e96e765e9
Some stuff 2020-05-21 22:30:53 +12:00
libraryaddict
4eb367b61b
Delay tab removal to hopefully prevent skins not loading on login 2020-05-21 22:30:36 +12:00
libraryaddict
6897e00c6f
Fix build failure, fix squids velocity 2020-05-17 18:25:05 +12:00
libraryaddict
adfd280cb7
Send armorstand destroy to all players regardless of tracker 2020-05-17 18:11:04 +12:00
libraryaddict
262e1c3b6d
Whoops, I already handle that 2020-05-17 09:24:18 +12:00
libraryaddict
9792b6ba0e
Don't send squid velocity 2020-05-17 09:19:26 +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
f40492b2e7
@eutherin#5367 fixed name ordering 2020-05-08 02:34:43 +12:00
libraryaddict
801c3c7239
Fix build 2020-05-07 22:36:40 +12:00
libraryaddict
5febe8f66e
Fixed packets being cloned and sent multiple times for armorstands 2020-05-07 22:35:31 +12:00
libraryaddict
154ec5c08d
Forgot to commit this listener 2020-05-07 21:30:32 +12:00
libraryaddict
888bbd9521
Add new armorstand option for player disguise names, clean up config cos of the player name options
Added ability to set multiple names on a player disguise, also normal mob but that is untested and has no command accessibility
Permission to do this is libsdisguises.multiname
Renamed "Now disguised as a %s" to "Now disguised as %s" for messages
2020-05-07 21:27:07 +12:00
libraryaddict
04271be455
Cancel velocities on squid disguises 2020-05-04 18:25:09 +12:00
libraryaddict
4014aab004
Snapshot build 2020-05-02 21:05:39 +12:00
libraryaddict
82d574e251
Cleanup imports 2020-05-02 02:09:24 +12:00