Skip to content

Project Cloudspotter

Rarisma edited this page Sep 9, 2021 · 2 revisions

What is this page?

If you have been sent to this page by a log file then the user is using a version of RSM which supports cloudspotter (usually enabled by default) If you've just stumbled here by pure curiosity then stick around and this page will explain what it is.

So what exactly is project cloudspotter

For most things RSM doesn't interfere with logs however in an older version of RSM displaying very long lines caused issues, using word wrap was ugly so I set out to reduce the size of logs by removing stuff that probably wouldn't matter to an end user who just wanted to see whats going on with their server, in this case Cloudspotter is helpful however this page is here to serve as a warning that some of the logs might be interfered with, in this case you may wish to direct the user to their logs to upload the log minecraft makes as RSM does not modify that, however the modifications shouldnt be too significant.

If you aren't debugging minecraft java then you can safely ignore this warning as RSM doesn't mess with logs for those server however this warning will show regardless to notify the user that RSM is actively modifying the logs.

It is worth noting that RSM not only removes stuff from the log but will also reformat certain things to make it easier to understand, such as DIM-1 being changed to say "The Nether" instead.

if you wish to find the full list of things RSM filters, please download the source code and the list can be found in /RSMUltra/ServerUtils.cs

Clone this wiki locally