aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hype/bbsentials/communication
AgeCommit message (Collapse)Author
2023-09-18added the code responsible to actually use the config of the mining and ↵hackthetime
which one you want to get pinged for or not.
2023-09-17added mod menu config entry together with cloth config.HacktheTime
2023-09-17bug fixes and minor changesHacktheTime
fixed trapper yes via chat prompt action not working. changed the get getter of the string from messageOriginal in Chat.java to now use just messageOriginal.getString(). previosly removed everything in [] brackets.
2023-09-16bug fixesHacktheTime
fixed trapper yes via chat prompt action not working. changed the get getter of the string from messageOriginal in Chat.java to now use just messageOriginal.getString(). previosly removed everything in [] brackets.
2023-09-15started working on Mod Menu Config Screen.hackthetime
Missing Configuration still atm. if its not running unset the entry point mod menue in the fabric.mod.json
2023-09-05bug fixesHacktheTime
2023-09-05Added encryption.HacktheTime
2023-09-05Added encryption.HacktheTime
2023-09-05changed the item highlighter for the hub. did some other small changes as wellHacktheTime
2023-09-05GeneralHacktheTime
2023-09-05changed the item highlighter for the hub. did some other small changes as wellHacktheTime
2023-09-03added packet communication to work now at least as base. not all features ↵HacktheTime
changed and therefore supported yet. first version working at least partially with the new server. fixed trapper yes via chat prompt action not working. changed the get getter of the string from messageOriginal in Chat.java to now use just messageOriginal.getString(). previosly removed everything in [] brackets.
2023-08-09Initial commitHacktheTime