Commit Graph

104 Commits

Author SHA1 Message Date
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
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