Commit Graph

97 Commits

Author SHA1 Message Date
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
libraryaddict
824edfe698 Handle some types of disguises better for head rotations and other disguises 2020-05-01 14:49:22 +12:00
libraryaddict
b70fe1c522 Cleaned imports 2020-04-23 22:13:54 +12:00
libraryaddict
c469d91f83 Correct update messages, pending release build work 2020-04-23 21:20:33 +12:00
libraryaddict
0106e0802b Don't hide sprinting particles on self disguise 2020-04-23 12:54:27 +12:00
libraryaddict
fa4c577f7e More disguiseNextEntity fixing 2020-04-22 14:20:52 +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
2180eb935b Fix sounds not working for entity damage, fixes #450 2020-04-17 20:34:55 +12:00
libraryaddict
a309b24004 Merge branch 'master' of github.com:libraryaddict/LibsDisguises 2020-04-16 18:35:17 +12:00
libraryaddict
caa0aa69d9 Add requirements for mods and see mods in use if so 2020-04-16 18:32:09 +12:00
libraryaddict
a3e159d162 Check if null before accessing observer 2020-04-16 03:38:01 +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
b31fc3a251 Self disguises shouldn't glow or have sprint particles 2020-04-15 23:25:48 +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
c77c490324 Catch throwables not just normal exceptions 2020-03-30 09:11:26 +13:00
libraryaddict
82fb093528 Don't use isInvul to find the right sound 2020-03-29 18:12:53 +13:00
libraryaddict
912ca85aff Rollback the packetlistener changes, its broke. I hate paper. 2020-03-25 23:08:03 +13:00
libraryaddict
356519be19 Do that fix for main packet listener too 2020-03-25 22:15:34 +13:00
libraryaddict
324c675055 I don't know why this would be null, but thats what the error says.. 2020-03-25 21:52:52 +13:00
libraryaddict
d2b078be85 Force packets to be handled sync 2020-03-25 16:37:18 +13:00
libraryaddict
0319f72633 Add handy way to tell you what config options you're missing, and check it through LD command 2020-03-18 16:56:49 +13:00
libraryaddict
2a6928a498 Clean up code a bit 2020-03-09 09:00:58 +13:00
libraryaddict
ccd1d775fd Add info about /savedisguise to disguises.yml 2020-03-02 22:42:33 +13:00
libraryaddict
7c89c9ca50 Send rel look for 1.15 head rotation packet 2020-03-02 12:54:05 +13:00
libraryaddict
f28e520b09 Handle head rotation in all versions, pretty sure it won't be pretty in 1.14 at least 2020-03-01 23:52:04 +13:00
libraryaddict
5aea1c78a4 Handle head packets for older versions 2020-02-19 16:32:32 +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
4105b953bf Send remove player info even if disguise is removed 2020-02-15 20:55:29 +13:00
libraryaddict
a581decbe0 Add 1.12 support 2020-02-14 10:06:49 +13:00