libraryaddict
10fcc8535d
Fix entity sound packet, fixes #714
2023-06-07 07:11:54 +12:00
libraryaddict
82c10793a3
Snapshot
2023-06-04 12:47:27 +12:00
libraryaddict
20df0c9a90
Release 10.0.35
2023-06-04 12:41:53 +12:00
libraryaddict
2aaeeca677
Fix some color codes not being applied, and some bad sanitization
2023-06-04 06:21:19 +12:00
libraryaddict
d01e55e5d7
Fix /grabskin saving :skin as part of the skin name
2023-06-01 21:42:49 +12:00
libraryaddict
6dd2fe51a1
Fix translation issue for saved disguises
2023-05-28 00:38:10 +12:00
libraryaddict
15f7ffb0b9
Remove a ref to FieldAccessException
2023-05-25 04:05:29 +12:00
libraryaddict
b14d4d6a0f
Remove debug
2023-05-22 21:31:23 +12:00
libraryaddict
a1dde894f7
Fix villager level not working, added villager biome & level randomization
2023-05-20 16:58:06 +12:00
libraryaddict
32d1b7a972
Change from ex to throwable
2023-05-17 00:58:10 +12:00
libraryaddict
ba1abe92ff
Use 'info' instead of 'warning' for non-premium message, fixes #712
2023-05-16 23:21:42 +12:00
libraryaddict
a2d5c883a2
Snapshot
2023-05-16 18:27:31 +12:00
libraryaddict
1fe57ba21b
Release 10.0.34
2023-05-16 18:24:27 +12:00
libraryaddict
9f82765d4b
Elaborate on the transform descs
2023-05-16 18:20:16 +12:00
libraryaddict
b220d8987f
Add a note
2023-05-16 18:16:14 +12:00
libraryaddict
ea6f5e5d50
.
2023-05-13 19:07:29 +12:00
libraryaddict
db6aacacca
Update PL link
2023-05-13 19:01:56 +12:00
libraryaddict
7088c3b690
Fix PL older than?
2023-05-13 17:03:07 +12:00
libraryaddict
5e3b4f9430
Fix a missing invalid meta check
2023-05-12 03:27:08 +12:00
libraryaddict
31c4542b2f
Fix protocollib
2023-05-11 17:49:38 +12:00
libraryaddict
cf39fe15c6
Fix exception for text alignment in param info types
2023-05-06 22:59:35 +12:00
libraryaddict
75c15ed358
Fix a older version of spigot error
2023-05-06 13:32:17 +12:00
libraryaddict
758a46c95d
Don't check if score is set, just set
2023-05-04 22:15:25 +12:00
libraryaddict
e66fb552db
Update ProtocolLib jar link
2023-04-27 11:21:23 +12:00
libraryaddict
7b760fd7a1
Change ProtocolLib update message to send for "libsdisguises.update" as requested by <@310973818099466242>
2023-04-27 10:54:57 +12:00
libraryaddict
fbf6ee0845
Snapshot builds
2023-04-25 17:13:30 +12:00
libraryaddict
8e71bbd53e
Release 10.0.33
2023-04-25 17:11:11 +12:00
libraryaddict
c20b735c47
Say to download manually instead of discord
2023-04-25 16:56:48 +12:00
libraryaddict
afa0d5de88
Clarify nms and MC version comments
2023-04-24 23:55:35 +12:00
libraryaddict
6ea0c665d9
Some enchantments should remain in self disguise armor/held items. Fixes #673
2023-04-24 23:42:27 +12:00
libraryaddict
ae0db7292b
Attempt to fix #695
2023-04-24 02:12:55 +12:00
libraryaddict
d35c68a0ab
Refactor how parameters work to be cleaner. This should effect command/parse from string disguises only. And shouldn't break existing uses.
...
- All disguises can now be constructed without an argument
- Certain disguises now accept the arguments where they didn't before, such as item frames.
- The new disguise disguises now have default values to make them more usable. Such as text_display now being "center" not "fixed"
- The defaults of the display disguises now have stone & "text display" to prevent invisibility. But this does not stop anyone from abusing the display disguises, they should be limited to trusted members.
2023-04-24 00:02:46 +12:00
libraryaddict
ee5e0d22cc
Fix for Faceguy
2023-04-15 15:26:14 +12:00
libraryaddict
a55375c130
Let Libs Disguises continue to load if a disguise type errors, hopefully fixes any possible issues of the api breakage by the typo
2023-04-14 16:15:10 +12:00
libraryaddict
53edef5621
Minor formatrting
2023-04-14 15:21:46 +12:00
libraryaddict
9b83a5a2df
Fix TextAlignment typo, holding off on pushing until paper has pulled upstream. Added untested setTablistName support
2023-04-13 20:38:52 +12:00
libraryaddict
3f2f3c4551
Don't include UNSUPPORTED
in "we support"
2023-04-11 15:18:08 +12:00
libraryaddict
888b25d6ed
Bump recc build of PL for 1.19.1+ to 630
2023-04-10 14:14:57 +12:00
libraryaddict
52b994e5b8
Reverted as its fixed in latest spigot
2023-04-09 11:54:21 +12:00
libraryaddict
a50e31b448
Super temp fix for tnt minecart, need to make a better temp fix than disabling on all versions
2023-04-09 06:19:01 +12:00
libraryaddict
fa90946089
Fix Fox disguise type not saving the color properly as reported by rosa on discord
2023-04-08 10:25:55 +12:00
libraryaddict
fe0628753f
Change required version of PL to be more foolproof
2023-04-08 10:13:41 +12:00
libraryaddict
a21671e6a7
Implement saved disguise support using persistant data, fix saved disguises not working in newer versions of MC. Fixes #701
2023-04-07 01:07:26 +12:00
libraryaddict
f6a54eea4a
Fix 1.12
2023-04-01 16:36:26 +13:00
libraryaddict
a8a9006dd1
Skip null indexes
2023-04-01 03:07:16 +13:00
libraryaddict
f7b285577d
Hmm
2023-04-01 01:06:10 +13:00
libraryaddict
bca67669d7
Fix config
2023-03-31 19:41:34 +13:00
libraryaddict
85da8c09a8
Initial 1.19.4 support
2023-03-31 16:24:17 +13:00
libraryaddict
7cff37eebc
Fix rainbow wool on sheep self disguises not working
2023-03-20 07:13:28 +13:00
libraryaddict
16c294ae6f
Temp remove
2023-03-20 05:41:37 +13:00
libraryaddict
b29d63c8ba
Make the PL update command less weird text
2023-03-19 12:09:12 +13:00
libraryaddict
2cf09d7aa5
Fix villager not auto complete and seeing holeabld
2023-03-19 12:08:41 +13:00
libraryaddict
24efcea9ac
Attempt to fix issue in 1.12
2023-03-13 04:58:25 +13:00
libraryaddict
921b5f81f9
Add metadata to the player when sending invisible slime to prevent a feedback loop
2023-03-06 12:58:11 +13:00
libraryaddict
85584cd734
Allow any horse to be disguised as any horse without being unrideable
2023-02-15 13:51:13 +13:00
libraryaddict
cdcab10a23
Fix slime
2023-02-15 13:26:48 +13:00
libraryaddict
57c913555f
Add note for 1.19.0
2023-02-07 16:33:46 +13:00
libraryaddict
3e25014f99
Snapshot builds
2023-02-04 12:14:13 +13:00
libraryaddict
41ef01d9ee
Release 10.0.32
2023-02-04 12:08:14 +13:00
libraryaddict
ecfc2c0314
Fix sounds and volume
2023-01-29 21:34:09 +13:00
libraryaddict
8395d19e17
Fix all sounds not working
2023-01-29 20:33:30 +13:00
libraryaddict
04fbe0dc39
Fix dropped items not working as a disguise
2023-01-29 20:33:09 +13:00
libraryaddict
af4bf5cff5
Fix
2023-01-25 02:46:31 +13:00
libraryaddict
f5cc86f8d5
Add setUnsafeSize to Slime disguises
2023-01-25 02:16:21 +13:00
libraryaddict
bce4e96f55
Update how packet p[layer info is handled
2023-01-03 08:01:40 +13:00
libraryaddict
b098e2028d
Disable fancy hidden tabs if ViaBackwards is in the server
2022-12-31 01:21:46 +13:00
libraryaddict
ccce16da69
Disable tablist packet handling
2022-12-29 13:45:04 +13:00
libraryaddict
bb7adc46a4
Fix an issue with custom player info packets
2022-12-28 17:36:50 +13:00
libraryaddict
d26b450ad3
Dont update PL if no need
2022-12-22 23:23:44 +13:00
libraryaddict
0f0766be97
.
2022-12-22 13:27:22 +13:00
libraryaddict
ca763ed4c2
Construct player data
2022-12-22 13:15:22 +13:00
libraryaddict
2e95a8bd11
Use handle not wrapped
2022-12-22 12:30:35 +13:00
libraryaddict
92e824fc3d
Remove 1.19.0 support which never existed
2022-12-21 09:48:14 +13:00
libraryaddict
55ff0cc2a9
Fix LD error
2022-12-21 09:18:37 +13:00
libraryaddict
03cd5ead66
Note what nms version we're using
2022-12-20 12:35:37 +13:00
libraryaddict
6d9c9c1cf3
Add codec
2022-12-20 08:47:45 +13:00
libraryaddict
16c52820ce
Fix compiles again
2022-12-20 07:49:47 +13:00
libraryaddict
a291d86f37
.
2022-12-20 07:43:02 +13:00
libraryaddict
136b3b4334
Update for 1.19.3
2022-12-20 06:38:18 +13:00
libraryaddict
e94067b9f0
Hide purpur's modded server decision
2022-11-29 20:03:25 +13:00
libraryaddict
1eafa0f357
Cache some reflection
2022-11-29 19:58:34 +13:00
libraryaddict
55eb451765
Fix piglin angry sound
2022-11-29 19:40:11 +13:00
libraryaddict
55257e7669
If ProtocolLib is a snapshot but has no build number, don't update it. Fixes #676
2022-11-15 03:38:54 +13:00
libraryaddict
dec93056f8
Deprecate setItemInMainHand(material)
2022-11-14 01:44:53 +13:00
libraryaddict
63e47a0cb9
Fix builds
2022-10-13 03:20:04 +13:00
libraryaddict
a05bf1ed94
Try not to specify the plugins/ folder
2022-10-04 12:48:08 +13:00
libraryaddict
a2d90ac03c
Use utf-8 for translations not default charset
2022-09-26 00:17:38 +13:00
libraryaddict
7d1a9ca8ba
Fix non-op getting message on disguise
2022-09-24 01:31:12 +12:00
libraryaddict
904719cf53
Fix translations and saved disguises
2022-09-22 17:00:36 +12:00
libraryaddict
92aa3cdef0
Bump PL version
2022-09-21 17:03:27 +12:00
libraryaddict
a7b72a6e76
Fix cast
2022-09-17 15:34:27 +12:00
libraryaddict
07e8336c1f
Merge remote-tracking branch 'origin/master'
2022-09-17 13:12:35 +12:00
libraryaddict
6473820c9f
Don't set custom name to empty if the watcher is upside down or rainbow wool
2022-09-17 13:12:26 +12:00
okx-code
54b04875db
Add mappings cache
2022-08-18 02:44:08 +01:00
libraryaddict
3165a6f776
Fix an error for item frames
2022-08-15 22:52:50 +12:00
libraryaddict
c31f144c54
Dont rely on isAsync()
2022-08-12 06:41:40 +12:00
libraryaddict
af254489dc
Handle client interact async explicitly
2022-08-11 06:16:01 +12:00
libraryaddict
bc26ba6621
Add snapshot build
2022-08-09 18:43:19 +12:00
libraryaddict
5d230091dc
Release 10.0.31
2022-08-09 18:40:28 +12:00
libraryaddict
2ead6cd3cd
Fix for 1.19.2
2022-08-06 22:45:57 +12:00