HoratioGamer
HoratioGamer
**Is your feature request related to a problem? Please describe.** AutoReconnect could be a lot smarter... so that one could avoid using an AutoReconnect time of 35 seconds, and get...
**Is your feature request related to a problem? Please describe.** In 2b2t, server restarts come at unpredictable times. Whenever Anti-AFK is turned on, and the player walks away from the...
**Is your feature request related to a problem? Please describe.** The AutoLog module has a Crystal feature, where, when a crystal is detected in the vicinity of the player, the...
**Is your feature request related to a problem? Please describe.** The problem is, 1.16 is coming, and with it, NewChunks will not work any more. Tracing 1.12.2 chunks in 1.16...
**Is your feature request related to a problem? Please describe.** The problem is, data related to the state of a player account is inside Minecraft, and if one wants to...
There are reports of some fast travel exploits that first entered unloaded chunks, and then travel at high speed either to map the state of chunks without generating new ones...
**Is your feature request related to a problem? Please describe.** When one engages Autowalk+AntiAFK(swing only) or HighwayTools+AntiAFK (swing only) as a way to get somewhere AFK, one has to watch...
In the HighwayTools module, it would be convenient if Lambda would detect road-level obsidian to the left and right of the schematic it is about to apply, and instead of...
Ok, so Starscript can easily contain malicious scripts that are counter to the user's interest: /whisper exploiter My Coords are {player.pos.x + "," + player.pos.z} Such a script may appear...
[starscript](https://github.com/MeteorDevelopment/starscript/tree/master)/[src](https://github.com/MeteorDevelopment/starscript/tree/master/src)/[main](https://github.com/MeteorDevelopment/starscript/tree/master/src/main)/[java](https://github.com/MeteorDevelopment/starscript/tree/master/src/main/java)/[org](https://github.com/MeteorDevelopment/starscript/tree/master/src/main/java/org)/[meteordev](https://github.com/MeteorDevelopment/starscript/tree/master/src/main/java/org/meteordev)/[starscript](https://github.com/MeteorDevelopment/starscript/tree/master/src/main/java/org/meteordev/starscript) /Script.java lines 44-60 ``` public void writeConstant(Value constant) { int constantI = -1; for (int i = 0; i < constants.size(); i++) { if (constants.get(i).equals(constant)) { constantI = i;...