LogMaster is a versatile logging plugin for Paper/Spigot servers that allows server administrators to log various player activities, such as chat, commands, and session events.
LogMaster is a versatile logging plugin for Paper/Spigot servers that allows server administrators to log various
player activities, such as chat, commands, and session events. The plugin supports configurable logging modes,
customizable log formats, and permission-based access control. It is compatible with both Paper and Spigot servers
running Minecraft 1.21+.
{timestamp}, {player}, and{message}./logmaster reloadReloads the LogMaster configuration from the config.yml file.
Permission: logmaster.admin
Usage: /logmaster reload
logmaster.admin: Allows the player to use LogMaster administrative commands (e.g., reload the configuration).logmaster.ignore: Exempts the player from all logging types.logmaster.ignore.commands: Exempts the player from command logging.logmaster.ignore.chat: Exempts the player from chat logging.logmaster.ignore.sessions: Exempts the player from session logging.config.ymllog: # Options: "combined", "player", "both", "off"
chat: "combined"
commands: "combined"
sessions: "combined"
files:
chat: "{date}_chat.log"
commands: "{date}_commands.log"
sessions: "{date}_sessions.log"
format:
chat: "{timestamp} - {player} » {message}"
commands: "{timestamp} - {player} » {command}"
sessions: "{timestamp} - {player} » {message}"