libraryaddict
|
ea0ab6ae73
|
Fix viable not being used for player spawn location in older versions of MC
|
2025-01-06 01:58:38 +13:00 |
|
libraryaddict
|
3a26a5b487
|
Fix variable not being used
|
2025-01-06 01:05:24 +13:00 |
|
libraryaddict
|
fc589b5497
|
Remove references to a paper only api when the natural exists.
|
2025-01-06 00:54:06 +13:00 |
|
libraryaddict
|
6cc2fb7d39
|
Fix scaling attribute not working for everyone on 1.20.6
|
2025-01-06 00:41:44 +13:00 |
|
libraryaddict
|
29e028f028
|
Colorize a help message, fix config saying 1.21 instead of 1.20.6
|
2025-01-06 00:28:41 +13:00 |
|
libraryaddict
|
f6487381e5
|
Ugh just remove the whole premium aspect to that scaling, its confusing to both end user and me. Who does it benefit? It might benefit sales, but it mostly drives every party into confusion.
|
2025-01-06 00:12:37 +13:00 |
|
libraryaddict
|
2c940a00f9
|
Reverted the scaling config change, lets just keep as it was before with a partial fix. I'm not sure on the logic I used for this handling and frankly I feel confused about life as it is. Probably some confused initial work.
|
2025-01-06 00:11:07 +13:00 |
|
libraryaddict
|
61539b5280
|
Stop requiring the config to have self disguise scaling enabled, for disguises to scale
|
2025-01-05 23:55:35 +13:00 |
|
libraryaddict
|
428c96398a
|
Fix spawn packets not sending the modified pitch/yaw from the start
|
2024-12-31 19:47:32 +13:00 |
|
libraryaddict
|
6bd3141704
|
Readd support for DamageEvent, but conditional
|
2024-12-17 12:18:26 +13:00 |
|
libraryaddict
|
c4ea9b4bdb
|
Disable damage event packets for now
|
2024-12-16 21:36:27 +13:00 |
|
libraryaddict
|
9bba58fd2a
|
Add 1.21.4 support
|
2024-12-11 13:51:34 +13:00 |
|
libraryaddict
|
3c99810f38
|
Fix bed interactions kicking players, fixes #787
|
2024-12-10 13:00:49 +13:00 |
|
libraryaddict
|
b692fa52cf
|
whoops
|
2024-12-01 21:59:41 +13:00 |
|
libraryaddict
|
733ed6333b
|
Fixes #786, make future disguises async safe
|
2024-12-01 20:08:07 +13:00 |
|
libraryaddict
|
675bba5ecc
|
Fix hurt sound for self disguises
|
2024-12-01 16:38:00 +13:00 |
|
libraryaddict
|
1fbda44bb1
|
Fix no setting to control if tall self disguises are scaled per disguise
|
2024-11-30 15:24:48 +13:00 |
|
libraryaddict
|
ebf66ce1b0
|
Fix apparently a long standing issue where getNewEntityId wasn't working in 1.14+ as per #786
|
2024-11-30 11:00:35 +13:00 |
|
libraryaddict
|
6278d3a993
|
Explain why updates will not work when user has set a specific update branch. Fixes #785
|
2024-11-29 16:43:45 +13:00 |
|
libraryaddict
|
9d50ad21bb
|
Fully move sounds over to using ResourceLocations instead of the weird bukkit -> string system
|
2024-11-28 21:48:29 +13:00 |
|
libraryaddict
|
b983695531
|
First sound fix attempt
|
2024-11-28 19:42:41 +13:00 |
|
Jakub Zacek
|
40c4aca7b2
|
fix removing potion effects
|
2024-11-25 20:04:03 +01:00 |
|
libraryaddict
|
8b08434750
|
Bump min PE version, which fixes issues in older versions
|
2024-11-25 01:24:04 +13:00 |
|
libraryaddict
|
1051821175
|
Change SavedDisguises to run before a normal event priority, so EventPriority.LOW. Hopefully fixes skbee
|
2024-11-24 19:25:32 +13:00 |
|
libraryaddict
|
fedde0d3f4
|
Fix bounding boxes having incorrect Y (or am I now breaking it)
|
2024-11-24 19:19:28 +13:00 |
|
libraryaddict
|
1739ef51c0
|
Fix entities desyncing in 1.21.3
|
2024-11-19 22:28:37 +13:00 |
|
libraryaddict
|
852ce71dbc
|
Don't handle null players, fixes #780
|
2024-11-19 16:12:42 +13:00 |
|
libraryaddict
|
9815a74e55
|
Return null if enum found no matches
|
2024-11-18 01:10:32 +13:00 |
|
libraryaddict
|
f8594e7acb
|
We only use this in 1.21.3+ because it was added in 1.21.1 and its not worth the bug reports if it breaks from class missing
|
2024-11-17 03:52:08 +13:00 |
|
libraryaddict
|
c7f5201e00
|
Clear cache if plugin doesn't load correctly
|
2024-11-14 23:54:15 +13:00 |
|
libraryaddict
|
5abc9b8fc1
|
Fix gradle builds
|
2024-11-12 19:37:25 +13:00 |
|
libraryaddict
|
cc086da1cc
|
Remove a meaningless change
|
2024-11-11 13:44:17 +13:00 |
|
libraryaddict
|
dee5ea0c8d
|
Use lowercase "saved_disguises" as key
|
2024-11-11 13:40:21 +13:00 |
|
libraryaddict
|
292ce911c2
|
Handle 1.21.3 update
|
2024-11-10 21:58:12 +13:00 |
|
libraryaddict
|
2d9e16ae67
|
Clarify the registry key from "SavedDisguises" to "LibsDisguises_SavedDisguises"
|
2024-11-10 20:54:57 +13:00 |
|
libraryaddict
|
9a89435bfd
|
Bump PE version
|
2024-11-07 14:41:00 +13:00 |
|
libraryaddict
|
0950910b39
|
Add ability to hide death messages for disguised players in config
|
2024-10-29 17:26:07 +13:00 |
|
libraryaddict
|
762368cef5
|
Fix a junit test error, thanks andrewkm
|
2024-10-29 17:22:20 +13:00 |
|
libraryaddict
|
4b8c293c43
|
Add some vehicle support for armorstand names
|
2024-10-29 16:20:13 +13:00 |
|
libraryaddict
|
54c9bfc968
|
Not sure what changed, but fixed slime height being wrong and throwing off name height. Or does this now break the calculated bounding box :D
|
2024-10-28 19:01:36 +13:00 |
|
libraryaddict
|
61ff16f21d
|
Bump required PE version which fixes a bug in food nbt deserialization
|
2024-10-27 14:59:19 +13:00 |
|
libraryaddict
|
f67c6dff54
|
Fix wolf and cats having the wrong collar colors
|
2024-10-27 13:23:06 +13:00 |
|
libraryaddict
|
82cdaedd28
|
Hopefully the last I see of scaling
|
2024-10-17 21:29:32 +13:00 |
|
libraryaddict
|
c48a20eb01
|
Do bounding box to scale too (not tested)
|
2024-10-16 15:59:17 +13:00 |
|
libraryaddict
|
aebca5ad40
|
Fix NPE
|
2024-10-06 09:27:08 +13:00 |
|
libraryaddict
|
b54e266c11
|
Clarify some /ld commands
|
2024-10-06 09:08:00 +13:00 |
|
libraryaddict
|
77922f06e4
|
Another quick fix
|
2024-10-06 09:00:22 +13:00 |
|
libraryaddict
|
ba036eae4d
|
Basic fix for <Inherit> on players, need to look at this more
|
2024-10-06 08:56:10 +13:00 |
|
libraryaddict
|
1fccc427a5
|
Fix a kick/error
|
2024-10-05 20:44:52 +13:00 |
|
libraryaddict
|
1375095638
|
Fix people being able to crash with deprecated particle types
|
2024-10-05 18:18:35 +13:00 |
|