CommandSecurity
This mod provides an additional security layer for Minecraft servers by locking operator commands behind password authentication. This system implements two-step verification for op commands, preventing unauthorized privilege use in case of account compromise.
Configuration and Setup
The mod creates a configuration file config/commandsecurity.txt containing two main parameters:
- modio — defines identification method:
uuid(recommended for most servers) ornombre(designed for offline mode servers) - idioma — allows setting language code for system messages (Spanish is default)
Password Registration
For password registration, a file contrasenas_de_commandsecurity.txt is created, where entries are added in the format:
- For username:
username:password - For UUID:
unique_identifier:password
User UUID can be obtained through NameMC service or by executing commandsecurity command with password when uuid mode is active.
Important Note
The mod is exclusively designed for server-side and does not work on client.