Added support for logging player commands.
Logs are saved to the specified file (configuration in config.yml).
Customizable recording format with placeholders: %date%, %player%, %command%.
Log size limitation and automatic rotation when exceeded (max-size-mb, rotate).
New settings in config.yml:
logging.enabled: Enable/disable logging.
logging.path: The path to the logs file.
logging.format: The format for recording logs.
logging.max-size-mb: The maximum file size in megabytes.
logging.rotate: Enabling log rotation.