BeamMP Whitelist Plugin - Updated Version
A simple, reliable, and optimized whitelist plugin for BeamMP server
Features
Uses modern onPlayerAuthevent for better stability
Simple JSON-based whitelist configuration
Clean and readable code structure
Detailed error logging for easy debugging
Installation
- Download the plugin from GitHub
- Extract to
Resources/Server/whitelist/ - Edit
whitelist.jsonto add your allowed players - Restart your server
Download
GitHub Repository:
https://github.com/Alshemeri/-BeamMP-Server-Whitelist-Script/
Configuration
Simply edit whitelist.json:
[
"PlayerName1",
"PlayerName2",
"AnotherPlayer"
]
Note: Usernames are case-sensitive
Whatβs New?
This is an updated version of the original whitelist script with the following improvements:
- Migrated from
onPlayerConnectingtoonPlayerAuth - Fixed file path handling
- Simplified JSON structure (no nested wrapper)
- Enhanced error handling and validation
- Better logging for troubleshooting
- Optimized whitelist checking algorithm
Credits
Original script by Race-Life
License
Released under the Unlicense - free for everyone to use and modify