libraryaddict
5f2ac293bf
Fixes #488 equip packet
2020-06-26 19:00:42 +12:00
libraryaddict
1f847e5ad6
Update to 1.16
2020-06-25 15:33:28 +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
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
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
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
libraryaddict
824edfe698
Handle some types of disguises better for head rotations and other disguises
2020-05-01 14:49:22 +12:00
libraryaddict
7f65d8c8f1
Fixed disguiseNextEntity
2020-04-22 14:06:04 +12:00
libraryaddict
0df3e08a1d
Remove debug
2020-04-19 22:36:55 +12:00
libraryaddict
b527b3d166
Add untested update system, add delay config option for tablist
2020-04-19 14:55:39 +12:00
libraryaddict
f10870b727
Rename from CustomDisguise to ModdedDisguise
2020-04-19 08:19:03 +12:00
libraryaddict
caa0aa69d9
Add requirements for mods and see mods in use if so
2020-04-16 18:32:09 +12:00
libraryaddict
8b39450490
Fixed bossbars disabling self, added support for modded custom entities, disguises now refer to themselves with the right disguise name when possible, cleaned up some code, fixed bossbar error when a server uses a bad bossbar name in their own system
2020-04-16 00:55:35 +12:00
libraryaddict
3c40a27c8f
Initial work for custom disguises
2020-04-13 21:14:04 +12:00
libraryaddict
c2a4fa3e8c
Release 10.0.3
2020-04-08 19:45:34 +12:00
libraryaddict
fb97dd4857
Player disguises no longer hang around in tab
...
Fix setSkin not working on active disguises
Fixed tab names not displaying
2020-04-07 16:14:17 +12:00
libraryaddict
6379ecaa8c
Fix painting error on spawn
2020-04-06 13:04:38 +12:00
libraryaddict
269a5c3aef
Fix item disguises trying to fly off, fixes #439
2020-04-04 14:58:37 +13:00
libraryaddict
e55f88fc73
Extended names false by default, don't give json on /ld automatically
2020-04-01 21:39:25 +13:00
libraryaddict
901c6ef06f
Improve extended names, normal player disguises now use teams instead of actual player names to better support names changing at will
...
Added setName to PlayerDisguise disguise options in command
2020-03-30 20:22:33 +13:00
libraryaddict
7c89c9ca50
Send rel look for 1.15 head rotation packet
2020-03-02 12:54:05 +13:00
libraryaddict
9ed5a41256
Fix entity deaths not displaying properly
2020-02-19 16:30:25 +13:00
libraryaddict
897a6629ae
Read for information...
...
Now using ASM manipulation to remove invalid methods on load
Fixed imports
Fixed Chat Components being used in 1.12
Fixed tab complete showing args for disguise options you can't use
Disguise option permissions now demand a parameter to be the method name
Falling block disguises are now only usable with blocks
LibsDisguises command now tab completes the new options
Libs Disguises command lets you create a vanilla compatible item string
If a vehicle is disguised as a vehicle, don't give no gravity
Fixed horse disguise using almost random values for its flagwatcher settings
Renamed horse disguise setMouthOpen to setEating
Slightly better string for premium info jar location
Skip attributes packets if using older ProtocolLib jar
Don't cancel entity death if entity is dead
Improved disguise permissions checking
Fixed time parameter not being attributed properly
2020-02-19 12:57:39 +13:00
libraryaddict
668eec641e
Clean up imports
2020-02-19 12:45:59 +13:00
libraryaddict
1fcefbcdcc
Added 1.13.2 support, made backwards premium
2020-02-13 19:47:02 +13:00
libraryaddict
45996842d9
Fix equip packets, again
2020-02-07 16:30:52 +13:00
libraryaddict
9656ed4249
Add backwards compatibility for 1.14
2020-02-06 12:15:20 +13:00
libraryaddict
9bf3e81ded
Correct config value name for action bar, fix attributes error
2020-02-03 17:42:47 +13:00
libraryaddict
dc066a07dd
Fix getters not updated
2020-02-02 14:22:46 +13:00
libraryaddict
5f98e57316
Fixed movement speed not being set in attributes
2020-02-02 11:58:21 +13:00
libraryaddict
9a555dafb8
Added extended names + config option, fixed nms version incorrect reporting, small code cleanup, fixed player disguises with spaces not being quoted, fixed disguises saving as unknown charset format. Adds #422
2020-01-20 13:35:55 +13:00
libraryaddict
ead5a23d65
Add setNameVisible to player disguises
2020-01-19 15:48:52 +13:00
libraryaddict
b2193ad021
Remove meta after a set tick, not last packet
2019-12-21 12:02:30 +13:00
libraryaddict
7b70c9bb14
Update for 1.15
2019-12-14 13:10:11 +13:00
libraryaddict
c5cad96118
Ignore DisguiseType.UNKNOWN, handles #373
2019-12-06 11:37:33 +13:00
libraryaddict
9ecf1cc62c
Add new config option PlayerHideArmor to fix MM stone items on spawn
2019-11-27 09:13:12 +13:00
libraryaddict
8c2a5eeb00
Clear old equip packet
2019-11-18 17:37:52 +13:00
libraryaddict
a09a86062f
Resend self disguise armor, clean spawn armor, don't cancel armor but wipe it to air
2019-11-18 16:57:00 +13:00
libraryaddict
cc4156f914
Add setGridLocked to falling block disguise
2019-11-05 17:26:38 +13:00
libraryaddict
d6b1b19c8e
Raise ticks for player disguises to render properly
2019-11-03 17:50:19 +13:00