Commit Graph

489 Commits

Author SHA1 Message Date
libraryaddict
0b69fc4797 Fix players getting kicked when items are picked up 2024-09-25 13:04:54 +12:00
libraryaddict
9da938de30 Actually bump PE version 2024-09-24 15:53:49 +12:00
libraryaddict
d636c0d1ca Change self disguise packets to explicitly send self disguise ID, fix self disguising kicking players out of glide 2024-09-23 22:49:33 +12:00
libraryaddict
e0eba67f74 Don't allow vanilla nametag setting to ruin player disguise names 2024-09-23 22:26:28 +12:00
libraryaddict
0034aa07db Bump packetevents version 2024-09-23 17:20:50 +12:00
libraryaddict
a385b029dd Not sure why its a limit of 64 when 1.12 is 256 2024-09-19 23:07:23 +12:00
libraryaddict
448febbc75 Reconstruct the equipment packet if its snoozed 2024-09-19 00:03:19 +12:00
libraryaddict
e0cf730d96 Fix "magic" tag in components actually being "obfuscated" for my terrible chatcolor workaround 2024-09-18 23:34:10 +12:00
libraryaddict
e2f019ad33 Fix components formatting not converting properly from bukkit -> kyori 2024-09-17 23:15:06 +12:00
libraryaddict
43d1263d06 A note on getCustomDisguise and clone 2024-09-12 16:04:41 +12:00
libraryaddict
b08c4c1e6e Don't show parser constructors 2024-09-10 17:07:06 +12:00
libraryaddict
55683dd93f Filter javadoc classes to show only relevant 2024-09-10 16:57:56 +12:00
libraryaddict
a086a87294 Apply plugin elsewhere 2024-09-10 16:43:24 +12:00
libraryaddict
02d31aa966 Only use plugin if we're publishing 2024-09-10 16:22:32 +12:00
libraryaddict
10e3a79aa6 Initial javadoc support 2024-09-10 15:53:32 +12:00
libraryaddict
3e24b5381a Reintroduce setCarpet on llama by acting as a middleman for body armor 2024-09-09 08:19:59 +12:00
libraryaddict
7455d6e002 Remove setCarpet in Llama for 1.20.6+ 2024-09-09 08:10:13 +12:00
libraryaddict
e03135a1ba Fix Lunar's problems with a quick collections shallow copy 2024-09-08 17:11:12 +12:00
libraryaddict
01af19b5aa Fix error for disguise parser and string 2024-09-05 10:50:27 +12:00
libraryaddict
3162f3b35e Convert <underline> to <underlined> 2024-09-02 01:36:21 +12:00
libraryaddict
7756225388 Use method return type instead of object class 2024-09-01 02:15:37 +12:00
libraryaddict
2a75327d87 Provide more helpful information when parsing unknown object to param 2024-09-01 01:45:32 +12:00
libraryaddict
746e1ddb62 Randomize Axolotl variant 2024-08-27 13:29:31 +12:00
libraryaddict
da4da54d3a Don't clone WrappedBlockState when we just want to know what the data says 2024-08-25 22:31:50 +12:00
libraryaddict
5fa4e0ae48 Don't actually store the wrappedblockdata, may fix a mem issue? 2024-08-25 21:23:56 +12:00
libraryaddict
5021fb22e8 Fix some bugs, revert renaming PlayerNameType, remove temp workaround 2024-08-25 10:52:07 +12:00
libraryaddict
30a7a848fe Handle when PE plugin is missing 2024-08-22 19:09:39 +12:00
libraryaddict
31fdb53f01 Fix last build, rename scoreboard type enum 2024-08-21 21:51:10 +12:00
libraryaddict
e28e1f164a Handle special access 2024-08-19 21:29:24 +12:00
libraryaddict
39565991f1 Smarter packetevents updating, and lets not be so urgent about updating 2024-08-19 15:35:46 +12:00
libraryaddict
8027652ea1 Dont warn about uuid if they're already on 3 2024-08-19 00:04:45 +12:00
libraryaddict
1b6ba9fd18 Fix custom model not applied properly to custom_model_<id> 2024-08-14 20:31:09 +12:00
libraryaddict
fd055be501 Bump required PE version to avoid an issue most players are having with datapacks 2024-08-13 20:41:52 +12:00
libraryaddict
32dd420126 Release papi freedom 2024-08-13 02:24:23 +12:00
libraryaddict
9fa2456526 Allow null player 2024-08-13 00:33:20 +12:00
libraryaddict
e641b658ee Introduce PlaceholderAPI support, still need to document it 2024-08-12 23:37:56 +12:00
libraryaddict
36c2aea26f Improve packetevents updating command 2024-08-11 20:37:36 +12:00
libraryaddict
566048a3d3 Add 1.21.1 support
Fixes #770
2024-08-11 17:14:05 +12:00
libraryaddict
81c0386911 Fix armorstands being visible with multiline names 2024-08-11 02:36:05 +12:00
libraryaddict
da05197d0a Fix typo 2024-08-09 23:50:43 +12:00
libraryaddict
cb84352e0f Allow packet events update command to update via snapshots or releases as wanted 2024-08-09 23:37:18 +12:00
libraryaddict
bdac2ba9fb Start publishing to "me.libraryaddict.disguises:libsdisguises" instead of "LibsDisguises:LibsDisguises" 2024-08-07 12:06:56 +12:00
Shane Freeder
0a3b147e5d
Do not require publish to build
This will allow the project to build without a publish. The relocation
creates some issues because the relocated jar will not exist until after
we run a first build, but, at least the build process is no longer
dependent upon the publish task running.
2024-08-06 20:49:02 +01:00
libraryaddict
1891024bf1 Fix entity trackers on 1.14 to 1.17 2024-08-06 21:46:37 +12:00
libraryaddict
50472bbb2d Allow more permission to DisabledMethods if someone has a global "hasPermission" 2024-08-06 19:19:55 +12:00
libraryaddict
35c28e0141 Minor code cleanup 2024-08-06 02:13:24 +12:00
libraryaddict
bfd6910ee4 Else if for repo to use 2024-08-06 02:10:46 +12:00
libraryaddict
b614d2a3ea Add plugin for maven creds 2024-08-06 02:08:12 +12:00
libraryaddict
fb876d7344 . 2024-08-06 02:05:02 +12:00
libraryaddict
eecff2295d Commit maven repos 2024-08-06 02:02:25 +12:00
libraryaddict
50ff38e40e Add fastutil and netty 2024-08-05 23:30:33 +12:00
libraryaddict
b961cd7d8d Add authlib old/new 2024-08-05 23:23:31 +12:00
libraryaddict
0c369a4cc3 Initial gradle configuration 2024-08-05 23:12:51 +12:00
libraryaddict
069ae4be5b Fix wrong height scale set 2024-07-28 19:28:28 +12:00
libraryaddict
c84468ea9d Scale down tall further 2024-07-28 12:33:35 +12:00
libraryaddict
39a06fc269 Fix a typo 2024-07-26 15:46:36 +12:00
libraryaddict
798a069517 Amend the malware message to be more verbose and clear 2024-07-26 11:59:44 +12:00
libraryaddict
b7be4fca2d Attempt #2 to fix mapped entity null 2024-07-25 12:51:29 +12:00
libraryaddict
e93243f662 Just incase 2024-07-25 11:34:05 +12:00
libraryaddict
ab63cdbbd9 Refuse to handle null sounds 2024-07-23 10:21:19 +12:00
libraryaddict
29673b7dd3 Add camel.setSitting() 2024-07-22 15:53:44 +12:00
libraryaddict
359dfcaf65 Fix tracking/untracking of entity trackers not being called correctly, thus breaking some of paper's API. Thanks TonytheMacaroni! 2024-07-21 20:15:10 +12:00
libraryaddict
862ef03345 Try add custom model support 2024-07-21 18:39:46 +12:00
libraryaddict
defb62b804 Correct a potentially premature change 2024-07-21 16:23:18 +12:00
libraryaddict
cafbc40426 Add a way to try debug stuff 2024-07-21 11:40:28 +12:00
libraryaddict
19623fadb1 Remake the map 2024-07-19 07:07:17 +12:00
libraryaddict
5b00fdae20 Deploy plugin too 2024-07-18 21:41:51 +12:00
libraryaddict
2c59e89be9 Don't copy modules to maven repo 2024-07-18 21:36:10 +12:00
libraryaddict
297a04dac5 Stop distributing unwanted classes in API 2024-07-18 15:53:32 +12:00
libraryaddict
f26dec5adc Start writing descs to file 2024-07-18 14:41:28 +12:00
libraryaddict
0f08ae35ad Clean up some code 2024-07-18 14:12:03 +12:00
libraryaddict
a9152f7689 Add uuid change for possible compatibility with voice chat 2024-07-14 09:39:26 +12:00
libraryaddict
7bae78f2dd Fix wolf variants 2024-07-14 02:22:37 +12:00
libraryaddict
549827f0d3 Correct wolf/cat collar colors 2024-07-14 02:22:20 +12:00
libraryaddict
a48def08d7 Add note 2024-07-14 00:08:28 +12:00
libraryaddict
4c8337cefa Add compatbility with 1.21 enums change 2024-07-14 00:02:04 +12:00
libraryaddict
134f8931c8 Huh 2024-07-13 12:35:36 +12:00
libraryaddict
d2c7797ab7 Change check to match values 2024-07-13 12:33:39 +12:00
libraryaddict
fcf965ecad Check for nullsy 2024-07-13 12:30:35 +12:00
libraryaddict
c2d7bf96b3 Unfortunately can't compile locally atm 2024-07-13 12:27:36 +12:00
libraryaddict
0c0129a116 Test to make sure random nonsense isn't at fault 2024-07-13 12:20:14 +12:00
libraryaddict
beb8e5478c Whoops 2024-07-13 12:07:45 +12:00
libraryaddict
eeecbbb48f Add wolf variant 2024-07-13 11:39:06 +12:00
libraryaddict
8d9b6c61b3 Minor optimizations 2024-07-13 06:49:09 +12:00
libraryaddict
3912ff6f92 Bump uses from 5 to 10 2024-07-13 06:45:18 +12:00
libraryaddict
be33519def Add opt-out info 2024-07-13 06:45:18 +12:00
libraryaddict
34b2fb09bb Promote MineSkin 2024-07-13 06:45:18 +12:00
libraryaddict
cc1d1fd97a Add a warning for 1.21 users 2024-07-13 06:45:18 +12:00
libraryaddict
ed45c1a9a9 Fix errors caused by message update 2024-07-13 06:45:17 +12:00
libraryaddict
cbdb12fc61 Fix mineskin api with incorrect formdata boundary 2024-07-13 06:45:17 +12:00
libraryaddict
732031388d Clarify a message 2024-07-13 06:45:16 +12:00
libraryaddict
59b2a437b8 Remove DisguiseUtilities.getLogger(), fix packetevents updater 2024-07-13 06:45:16 +12:00
libraryaddict
ed99f5eba4 Plugin check 2024-07-13 06:45:16 +12:00
libraryaddict
ea321739a9 Don't call DisguiseUtilities in ConfigLoader 2024-07-13 06:45:16 +12:00
libraryaddict
c08a4ff6a3 Be kinder about update messages 2024-07-13 06:45:15 +12:00
libraryaddict
cdcd21c5b1 Update PE automatically on load 2024-07-13 06:45:15 +12:00
libraryaddict
421702797a Re-setup the packet handlers 2024-07-13 06:45:15 +12:00
libraryaddict
ccd1c147d2 Correct equipment packets not disabling if disabled 2024-07-13 06:45:14 +12:00
libraryaddict
1bf115cb1a Try avoid cache 2024-07-13 06:45:14 +12:00
libraryaddict
38a81f213c Handle comps as well, remove invalids if in inventory 2024-07-13 06:45:14 +12:00