YOU MUST DELETE YOUR CONFIG WHEN UPDATING TO 1.1-BETA
Added support for group-based authentication
Different passwords for different permission groups
LuckPerms soft dependency (doesnt need to be added)
Added permission control for the /auth command
Commands:
/auth - Opens authentication keypad for operators and group members
/opreload - Reloads the plugin configuration
Permissions:
operatorauth.auth - Allows using the /auth command
operatorauth.reload - Allows reloading the plugin
Code (Text):
# OperatorAuth Configuration
# Legacy password for operators (still used if groups are not configured)
password: "123456789"
# Group-based authentication
groups:
# Group name to password mappings
owner: "234546532"
manager: "987654321"
admin: "456789123"
moderator: "321654987"
# Whether to use group-based authentication
use-groups: false
# Message shown to users when they join
join-message: "&cYou must authenticate to use your privileges. Type /auth to access the authentication keypad."
# Message shown when authentication is successful
success-message: "&aAuthentication successful. Your privileges have been restored."