Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published last month
AdminGuard
AdminGuard is a lightweight and secure Minecraft Paper/Spigot plugin designed to protect servers from unauthorized OP abuse, creative mode exploits, and permission escalation.
The plugin uses a token-based admin authentication system that allows only trusted players to temporarily gain OP and Creative access. Unauthorized OP or Creative mode is automatically removed to help keep your server secure.
Features
- Secure admin authentication using
/oplogin <token> - Temporary OP + Creative access for authorized players
- Automatic deop and Survival mode on logout
- Protection against unauthorized OP exploits
- Creative mode enforcement for non-authenticated players
- Dangerous command blocking system
- Lightweight and optimized for performance
- Fully configurable through
config.yml
Commands
/oplogin <token>
Authenticate as an admin and temporarily receive OP + Creative access.
/aguard reload
Reload the plugin configuration.
Configuration Example
token: "your_secret_token"
authorizedPlayers:
- YourName
settings:
auto-deop-on-leave: true
auto-survival-on-leave: true
anti-op-bypass: true
anti-creative-bypass: true
silent-mode: true
Security Notes
- Use a strong token
- Never share your token publicly
- Only trusted players should be added to
authorizedPlayers - Players must re-authenticate after reconnecting
AdminGuard is designed to provide a simple and effective extra layer of security for Minecraft servers.


