i got burnt out of workin on this project sorry thanks for all tha support from yahiamice & yall, but i dont really find it enjoyable working on this project no more since it was simply just an experiment ❤️🔥
❓ if you have any issues, open an issue here if you have a github account, or dm me at @dsinkerii
on discord (but make sure you ping me on discord or smth if you cant use both methods) (BUT PLEASE DO NOT PING YAHIA. HE'S NOT A DEVELOPER OF THE MOD SO HE WONT BE ABLE TO HELP)
❗ pehkui mod is now required!! download it at: https://www.curseforge.com/minecraft/mc-mods/pehkui/files/4821741
❗ also, the mod is now a 1.20.x fabric mod
⭐ if you like this mod please hit that funny star button, i really appreciate that
Here's the latest version of the mod if you dont know how to use github (i refuse to upload on modrinth and curseforge since.... lazzyyy)
🔴 IF you are the one who is going to edit the settings, make sure to follow these steps:
- install dotnet (if u havent already)
- download & extract the zipfile attached to the release (for example, if you use windows, download
host.1.3.win-x64.zip
) - find the executable file to launch it (again, for windows users its
host.exe
, osx and linux =host
) - paste in your password and change your nickname if you want to, and enjoy!
🔴 IF you are the one running the mod, allowing to change your settings, follow these steps:
- make sure you have 1.20.1/1.20 fabric installed.
- After launching the mod, you can now copy the password (in the main menu) needed for your friends that will be editing your settings!
Every time you reboot your game, your padsword changes, so im case it got leaked or something, you can just alt+f4 to reset your password.
If you have any issues with this mod or following any of the steps, feel free to open an issue. (in case its an emergency (something like a security exploit) feel free to DM me in discord: @dsinkerii (dm's always open))
(very awesome drawing i made in krita at 3am)
In short, we have the host "victim" that will receive all messages from all clients "actors"
We use MQTT, due to the fact that using p2p may be not cool due to the fact your ip will be public for all "actors"
Also, here we use some basic encryption with encrypting all messsages using a simple password
(note, i know NOTHING about cryptology, feel free to open a pull request in case you know how to make it better)