#monitor network traffic & replicate it

17 messages · Page 1 of 1 (latest)

hollow musk
#

ive done alot of java+js+python coding in the past and i want to get into making minecraft mods, im used to modifying source code myself, but i have no expirience in using mod loaders.

what i need help with is understanding how to monitor web requests sent from the client to the server. i want this so i can obtain data like auction house data & other information from the minecraft server without needing to open and read the data from the opened menus on the client side.

bold wasp
#

You'ld want to start off by learning the fabric modding basics, and what mixins are.
Then you can mix into the client play networking handler and intercept all packets

hollow musk
#

i dont rlly care about stuff like custom items, mobs, or well anything that doesnt involve client side. do you have any recomentation of where i can start?

bold wasp
#

Read this: #mod-dev-mixin message

#

And that should be the basics

hollow musk
#

Thx

upper radish
bold wasp
#

Huh? The mcdev template generator is outdated, right?

upper radish
#

No?

#

Last time I used it (few weeks ago) it worked fine

#

How would it be outdated?

bold wasp
#

I've seen it called outdated in responses to people having issues with it

upper radish
#

/shrug works fine for me