Para La descripción en español Haga clic en la pestaña "Source" de CurseForge
This mod adds allows op server commands to be locked behind a password allowing for 2 pass authentication for op commands so if an account is compromised it cannot abuse op commands.
There is a config file in config/commandsecurity.txt with 2 fields. modio and idioma.
For idioma, put the 2 letter language code for the language you want messages to be in. Default is es.
For modio either put uuid or nombre.nombre is for username based and uuid is based on uuid. uuid is suggested and default for most servers, nombre is default and recommended for offline mode servers.
To register a password, there is a file called contrasenas_de_commandsecurity.txt in the file put the uuid/username:password. example for username
myusername:mypassword
example for uuid
f9d88ebe-bb91-4a2a-8c32-f4aef6415ed4:password
You can get UUID from NameMC or from running the commandsecurity command with a password when commandsecurity is in uuid mode.
Only for servers not clients.