rdebath
rdebath
I use a symlink to mirror the /texpacks/default.zip file into /classicube/texpacks/default.zip with care not to overwrite the user's choice to upload a new default.zip file. The embedded preload file is...
If a command fails with the `Command Failed` message ... https://github.com/UnknownShadow200/MCGalaxy/blob/7bd2ad38ea3269c36f9e00d648cb2ef4476cde91/MCGalaxy/Player/Player.Handlers.cs#L528 And this command went through the `ExecuteSerialCommands` function ... https://github.com/UnknownShadow200/MCGalaxy/blob/7bd2ad38ea3269c36f9e00d648cb2ef4476cde91/MCGalaxy/Player/Player.Handlers.cs#L701 The command will not get `Dequeue`'d ... https://github.com/UnknownShadow200/MCGalaxy/blob/7bd2ad38ea3269c36f9e00d648cb2ef4476cde91/MCGalaxy/Player/Player.Handlers.cs#L715 Because...
Turn on tree growing and fill a flat level with saplings at grass+1. All the saplings would eventually become trees, assuming that you don't get a physics overload. It appears...
Forgot to post this... If the system runs out of disk space or it crashes during a save the saved level will currently be damaged or even lost. This change...
It would be nice to have a quick check to see if the executable directory is probably usable before jumping there. For example like below. Also can we delay calling...
Multiple instances of explosions and fire can cause cells to ignore physics operations so (for example) a fire block placed in that cell doesn't burn surrounding cells or disappear. This...
The flag `ChangedSinceBackup` is ignored because it is set when a block is placed and never cleared. The `AutoSave` server task will do a backup with a 1 in 15...
If a map of 1x2x1 is sent to the client it crashes. If a map with dimensions that are not a multiple of 16 is sent the client leaves the...
`/blockprops level tnt opblock` The TNT still explodes, but doesn't get deleted. Add a green-door loop and it's a repeating explosion. Physics = Instant or Hardcore
[This Commit](https://github.com/UnknownShadow200/MCGalaxy/commit/fa773cd42969ad772d2397d627060a3e6633aad0#diff-c068cd3a1be181eba3b51a0edcffa6c2a244e94c6669c468de6acb45e2754985L506 ) contains a couple of changes to the anti-spam and an initial implementation of a "Serial commands" batch queue. I have a couple of small issues with it....