Secure Access Plugin This plugin provides an
extra security layer for accounts has permission * on your server. Only authorized users can run commands after logging in with a password.
⚙️ Features
Account-based access: Define usernames and passwords in the config.
Command whitelist: Some commands (like login/register) can be used before authentication.
Discord webhook notifications: Notify your server or Discord channel whenever someone logs in.
Lightweight and easy to use: Minimal setup, works on any Spigot server.
Configuration Example
accounts: The list of authorized usernames and their passwords.
whitelist: Commands that can be used before logging in.
webhook: Discord webhook URL for login notifications.
Usage
Add your accounts and passwords in the config.json.
Restart the server or reload the plugin.
Players with accounts must authenticate using: /access <password>
After successful login, players can use all permitted commands.
️ Use Case Perfect for servers with multiple staff members or shared accounts. Ensures only
authenticated users can run powerful or sensitive commands.