У нас вы можете посмотреть бесплатно How to Connect Fabric Mods and Spigot Plugins [Tutorial] или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
⟡ Hello! ⟡ In this tutorial, I cover how to send data from a Fabric Mod to a Spigot Plugin, and vice versa. This is useful for adding client side functionality to server side plugins. I hope you enjoy! ♡ ─── ⋆⋅☆⋅⋆ ── I am sorry if the explanations were a little confusing. The idea itself is relatively simple, so I suggest taking a look at the source code if you need to. If you would like to see a solution to this problem that wouldn't get you fired from a programming job, check our AriKeys. That mod/plugin combo implements custom packets, and you could maybe learn from that. If you want a hacky solution, then this one is great :) ─── ⋆⋅☆⋅⋆ ── Sidenote: For the developers out there, never rely on the client for information. You should only send data, not receive. If you do need to receive (keybinds, gui, etc) then make sure you check it for legitimacy. ✧˖°. Plugin source: https://github.com/RooXChicken/fabric... Mod source: https://github.com/RooXChicken/fabric... ✧˖°.