MicLieg

Results 33 comments of MicLieg

Apparently more users are experiencing this bug: https://discord.com/channels/127498813903601664/219535041468956673/1204753801899413524

Can you verify If you or your host hast some sort of firewall enabled? The last case was solved by disabling some firewall rules.

This is happening because as of the letest Minecraft patch Java 21 is required. I've already requestesd to update the java version used by LinuxGSM: https://github.com/GameServerManagers/LinuxGSM/pull/4562 In the meantime, run...

It might be a good idea to also add [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) to the list of recommended vscode extensions to easily catch spelling mistakes. Creating a custom project-specific dictionary is...

Using this also allows LinuxGSM to use a [GitHub Action](https://github.com/streetsidesoftware/cspell-action) to spell check all the code when pushing to a branch.

Unfortunately, that's correct. However, I think it would be even better to coordinate the two, so that Prettier can do the quick **formatting** for developers, and markdownlint can **check for...