aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de
AgeCommit message (Collapse)Author
2023-10-12preperations to have a common code and different implementations for forge ↵HacktheTime
and fabric to ease up maintaining both versions
2023-10-10added custom social optionsHacktheTime
2023-10-10removed old bugged code which was commented out alreadyhackthetime
2023-10-10finished conditional configshackthetime
2023-10-09experiments with conditions in confighackthetime
2023-10-07bug fixes and performance improvements.HacktheTime
2023-10-05bug fix for the Disconnect Packet not reconnecting.hackthetime
added a custom random delay to the Packet to allow setting a custom delay time server side to reduce load at the reconnect time.
2023-10-05bug fix for the Disconnect Packet not reconnecting.hackthetime
added a custom random delay to the Packet to allow setting a custom delay time server side to reduce load at the reconnect time.
2023-10-05replaced a sound with a more fitting. (anvil break → anvil destroy (break ↵hackthetime
means mining with pickaxe not self destruct through uses which was meant originally))
2023-10-05fixed mining events all events not workinghackthetime
2023-10-04bug fixesHacktheTime
2023-10-04tried fixing the splash update listenerhackthetime
2023-09-29bug fixesHacktheTime
2023-09-29updatet the mod to 1.20.2HacktheTime
2023-09-29changed all Internal Commands over to InternalCommandPacketsHacktheTime
2023-09-26removed DisplayMessagePacket.java due too SystemMessagePacket.java existing ↵HacktheTime
and being more useful reworked the display of messages to have better colors by default. (splitted it up in a lot of different methods)
2023-09-26lots of bug fixes and improved punishment system ba making it as custom packet.HacktheTime
2023-09-26null pointer connection bug fixesHacktheTime
added contributers to mod json
2023-09-22added the System hiding already known full splashes.HacktheTime
bug fixes
2023-09-22added auto splash updates. and updated mod jsonHacktheTime
2023-09-22added more Server Util methods too BBUtils.java.hackthetime
2023-09-22bug fixes, renamings, variable additions,...hackthetime
2023-09-21Merge remote-tracking branch 'origin/master'HacktheTime
2023-09-21aad Islands and island detecter util methodHacktheTime
2023-09-18fixed mining eents ch block not affeting ch eventshackthetime
added chchest items mod menu code to use that config threaded the message execution to put lessload on the main thread. used the execution service for it.
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-17extended the mod menu to mining events and chchestsHacktheTime
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-05Fine-tuning for beta release 1HacktheTime
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-05GeneralHacktheTime
2023-09-05GeneralHacktheTime
2023-09-05changed the item highlighter for the hub. did some other small changes as wellHacktheTime
2023-09-05General Changes again....HacktheTime
2023-09-05Added and modified things related to the BBsentials ServerHacktheTime
2023-09-05Added Client for BBsential ServerHacktheTime
2023-09-05a lot of various thingsHacktheTime
2023-09-05Initial commitHacktheTime
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-10cleaned up codeHacktheTime
2023-08-09Initial commitHacktheTime