9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-28 11:29:21 +00:00
Commit Graph

119 Commits

Author SHA1 Message Date
Logan
3c107b51ca fix: make mount packet sending sync to prevent problems with the backpack staying on the player 2025-09-08 14:34:05 -05:00
Logan
90f6a2a3f2 feat: add generic invisible entity bundled packet 2025-09-07 21:34:53 -05:00
Logan
a9b28dd6e5 feat: move all packet sending to be async 2025-09-06 23:13:02 -05:00
Logan
06204eb7d9 feat: attribute modifiers now included in scale 2025-08-27 10:52:13 -05:00
LoJoSho
038c230282 feat: allow ItemBuilder to just consume the ItemStack 2025-07-23 15:51:23 -05:00
LoJoSho
24a4ae3d23 feat: give warning on update fail 2025-07-23 15:45:29 -05:00
LoJoSho
f671a017b3 feat: add support 1.21.8 2025-07-18 12:43:12 -05:00
LoJoSho
5055520b69 feat: add tooltip-style to ItemSerializer 2025-07-17 17:32:41 -05:00
LoJoSho
b8b6fad783 fix: setCustomModelId in ItemBuilder using method not found in older versions 2025-07-12 10:30:46 -05:00
Logan
6c4e262c28 Merge pull request #19 from OakLoaf/feat/scale
Added support for scale packet
2025-07-05 16:10:03 -05:00
LoJoSho
972af91adb chore: turn off debug 2025-07-05 16:06:50 -05:00
OakLoaf
a16c0510bd Added entity id to PlayerScaleWrapper 2025-07-05 18:51:16 +01:00
OakLoaf
9f824031c5 Added scale change listener 2025-07-05 18:43:33 +01:00
OakLoaf
2b113ee336 Added scale packets 2025-07-04 18:10:12 +01:00
LoJoSho
2d377e5bac fix: doi not show deprecated version message when package supported is true 2025-07-04 11:56:15 -05:00
LoJoSho
ea02298e4e feat: add ability for commons to run on versions not explicitly supported 2025-07-04 11:15:53 -05:00
LoJoSho
7dad432c89 feat: add ItemBuilder util 2025-06-28 19:44:06 -05:00
LoJoSho
9ced7fd85e feat: latest packet wrappers 2025-06-28 15:23:41 -05:00
LoJoSho
b4a4019f39 chore: bump to 1.20.6 as oldest version 2025-06-26 15:28:44 -05:00
LoJoSho
f93d73ee79 fix: interact packet not on correct packet 2025-06-26 15:10:54 -05:00
LoJoSho
ee96da9abd feat: latest changes and wrappers 2025-06-26 14:43:04 -05:00
LoJoSho
7865b8b372 feat: start moving to wrappers to help with read/write with packets 2025-06-26 12:48:21 -05:00
LoJoSho
9f6f0f19bf feat: move towards easily overrideable methods in sub plugins rather than each plugin needing their own channel 2025-06-26 11:52:05 -05:00
LoJoSho
7abb884d30 Merge branch 'master' into fork/Boy0000/nms-packets 2025-06-26 10:10:28 -05:00
LoJoSho
4e7dbf5ed9 feat: add 1.21.6 support 2025-06-19 14:15:04 -05:00
LoJoSho
e4618e4a42 fix: getDefaultAttributes resulting in class not found on 1.20.4 2025-06-10 09:33:58 -05:00
Boy0000
026c5b8ce6 feat: expose helper method to create mount-packets 2025-05-22 21:34:24 +02:00
LoJoSho
9f960776dd feat: add ability to check if all hooks are active 2025-05-22 13:17:51 -05:00
Boy
32402bd44b refactor: move even more packets from hmcc to nms 2025-05-18 20:19:09 +02:00
Boy
eaa1228708 refactor: drop protocollib, swap remaining packets to nms 2025-05-18 20:19:07 +02:00
Boy0000
7ef40c1f0f feat: add nms-methods for getting color of item 2025-05-09 15:12:08 +02:00
lojosho
111d323b70 chore: use CraftEngineReloadEvent 2025-05-06 11:48:34 -05:00
lojosho
d97e5686cb chore: javadocs for HookCraftEngine 2025-05-02 10:26:15 -05:00
Logan
58f5fa6342 Merge pull request #14 from HibiscusMC/improve-vanish
Use Vanish Metadata rather than individual APIs
2025-05-02 10:23:14 -05:00
lojosho
6e8db7d666 fix: Craft Engine hook (Thanks Bimbo!) 2025-05-01 22:09:58 -05:00
lojosho
08dbf79d77 fix: check if vanished is empty before getting boolean 2025-05-01 18:02:18 -05:00
lojosho
2c4894c35c squash! feat: use vanished metadata rather than apis for each plugin 2025-04-29 22:43:40 -05:00
lojosho
6434132bf3 feat: use vanished metadata rather than apis for each plugin 2025-04-29 22:37:52 -05:00
lojosho
c617bae0c4 feat: add CraftEngine hook 2025-04-21 17:27:28 -05:00
LoJoSho
739362fc37 fix: quickfix suggested by paper for Item Flags not properly working on lower versions 2025-04-19 18:24:44 -05:00
lojosho
b115b45985 Merge remote-tracking branch 'origin/master' 2025-04-14 16:47:50 -05:00
lojosho
c2c22dcbf8 feat: add 1.21.5 support 2025-04-14 16:46:25 -05:00
LoJoSho
7d25b8c470 fix: paper and folia check not actually checking classes 2025-03-25 13:40:50 -05:00
LoJoSho
c9ed39b525 chore: use new paper registry on recent versions for enchantments 2025-03-24 15:45:39 -05:00
LoJoSho
75c3d4b19a feat: add item model id for item serializer 2025-03-24 15:40:45 -05:00
LoJoSho
a50faee7fc feat: add ability for a HibiscusCommonsPlugin to see if it's on Folia 2025-03-24 13:05:28 -05:00
lojosho
d21ebed81d feat: add better support for comparing Minecraft versions 2025-03-18 20:29:30 -05:00
LoJoSho
e29bbc8de6 fix: check if player is online for SuperVanish and PremiumVanish hooks to prevent db lookups 2025-03-01 20:14:39 -06:00
LoJoSho
14630bfe48 fix: GSit integration not working on 2.0.0 2025-02-01 10:00:28 -06:00
LoJoSho
c2ea3121bb Merge remote-tracking branch 'origin/master'
# Conflicts:
#	common/src/main/java/me/lojosho/hibiscuscommons/hooks/misc/HookCustomFishing.java
2025-02-01 09:56:28 -06:00