How to Stop the /list Command Spamming Your Console
Multicraft runs the /list command automatically to track player counts, which causes repeated messages in your server console. On Bukkit-based servers (Spigot, Paper, PurPur, and similar), you can suppress these messages with the Console Spam Fix plugin.
Before you start: This solution requires a Bukkit-based server JAR. It does not work on vanilla Minecraft servers.
Install Console Spam Fix
- Stop your server.
- Download the Console Spam Fix plugin from
https://www.spigotmc.org/resources/console-spam-fix.18410/. - In the Minecraft panel, click Files, then FTP File Access, and log in.
- Open the
pluginsfolder. If it does not exist, create it (all lowercase). - Upload the plugin JAR file to the
pluginsfolder. - Start the server to generate the plugin's config files.
Configure the plugin to hide /list output
- Stop the server.
- Click Files, then FTP File Access, and log in.
- Open the
pluginsfolder, then open theConsoleSpamFixfolder. - Open
Config.ymlfor editing. - Under the
Messages-To-Hide-Filter:section, add the following line:- 'There are' - Click Save.
- Start the server.
The /list output (which starts with "There are") is now filtered from the console.