Commit Graph

1706 Commits

Author SHA1 Message Date
libraryaddict 1a659f8b09 Fix null disguises error 2020-06-16 11:17:18 +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 f12c1192e1 Fix being unable to switch worlds while self disguised (paper?), fixes #476 2020-06-14 12:47:43 +12:00
libraryaddict a19b9e4023 Some helpful comments for future modding 2020-06-13 22:39:11 +12:00
libraryaddict aa913b48e6 Add config option for turning off login payloads 2020-06-13 22:34:13 +12:00
libraryaddict 32bab36731 Clean up the disguise runnable a bit for some more sanity, it's so ugly. 2020-06-13 21:52:52 +12:00
libraryaddict e12222ca26 Change data load order to try fix parser doing wrong defaults 2020-06-13 18:28:30 +12:00
libraryaddict 473293463d Not sure why I have a watcher null check, ALWAYS set the watcher. 2020-06-13 17:42:53 +12:00
libraryaddict 142f1c277e Don't wrap disguises in synchronize set, fixes #478 2020-06-13 17:33:07 +12:00
libraryaddict e696ee3f4f Reverse order of disguise parsing methods 2020-06-13 17:27:39 +12:00
libraryaddict 929f705d0e Tiny code cleanup 2020-06-13 17:24:46 +12:00
libraryaddict c4717d7453 Fix modded entities 2020-06-11 17:12:55 +12:00
libraryaddict 8bb9051e59 Remove concurrenthashmap as its a relic of a failed async implemention and causes performance issues, fixes #478 2020-06-11 11:47:46 +12:00
libraryaddict 9eebcc7afd Try provide github error details 2020-06-11 11:30:53 +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 ece93e7145 Add spacing for another config entry 2020-06-02 17:30:42 +12:00
libraryaddict 9094e66dfb Merge branch 'master' of github.com:libraryaddict/LibsDisguises 2020-05-30 15:03:22 +12:00
libraryaddict c865500e9f Add ability to set player disguise shoulder parrots 2020-05-30 15:03:03 +12:00
libraryaddict 9d417e3485 Add empty space to make a config option more obvious 2020-05-30 14:28:52 +12:00
apuly f5ebc0b337 Fixed bug with setting villager level (possibly)
trying to set the level of a villager currently doesn't seem to work.
From a quick glance at the code, I think this might have been the cause
2020-05-26 22:30:42 +02:00
libraryaddict 3b34fdf28c Add message to translations for better info on translating 2020-05-26 11:08:17 +12:00
libraryaddict 84f48b0346 Fix SoundGroup preventing the plugin from loading 2020-05-24 16:49:13 +12:00
libraryaddict e59e89ad52 Update description of sounds.yml 2020-05-24 13:42:03 +12:00
libraryaddict ca33fdb81a If custom sound group not found, revert to default sound group 2020-05-24 13:38:29 +12:00
libraryaddict e853d02c7e Some more sounds functionality 2020-05-24 13:10:48 +12:00
libraryaddict 6de71e4fd3 Custom sounds pick random sound 2020-05-24 12:15:55 +12:00
libraryaddict 860a6e4a03 Add /dhelp disguisesound 2020-05-24 12:14:47 +12:00
libraryaddict dcbcbc79f4 Add a quick null check 2020-05-24 01:45:13 +12:00
libraryaddict 567f278131 Fix sounds broken on non-1.15 versions 2020-05-24 01:44:19 +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 8d5efcbe56 Fix clone trying to access null watcher 2020-05-21 20:48:14 +12:00
libraryaddict c387d7e66e Set armorstand ids to int[] to fix gson setting it to null 2020-05-20 21:49:46 +12:00
libraryaddict 341ba27649 Forgot to add the getter 2020-05-20 12:45:17 +12:00
libraryaddict 26d46703b4 Have permtest message too 2020-05-20 12:45:02 +12:00
libraryaddict 9f95cc04d2 Have permtest notify user if plugin isn't prem 2020-05-20 12:44:44 +12:00
libraryaddict fcd93ec704 Add paper specific listener for entity loading 2020-05-20 12:43:27 +12:00
libraryaddict 43015f192f Send all armorstands on disguise removal 2020-05-18 16:11:40 +12:00
libraryaddict 6d4d12e0fa Clean up method a little, don't output setNoGravity to parsed disguise 2020-05-17 22:19:50 +12:00
libraryaddict 6897e00c6f Fix build failure, fix squids velocity 2020-05-17 18:25:05 +12:00