Using RCON as a server manager to handle whitelists
The whitelist functionality on Nitrado is not great. I want to have a trigger to kick people that are not on a list of EOS IDs (crossplay). Any experience or advice on that?
6 Replies
Simple way via BM Trigger.
but it would require some setup to start with as you would need players to join, but once the list is established it's easier to maintain.
Trigger: player join
Conditions player does not have flag: whitelist
Action kick
Now if you havnt been running battlemetrics RCON you won't have any of the current players profiles.
So they would need to join once so you can manually add the flag to their profile.
Other way is manually adding each of the IDs into the conditions & every time you have a new one would be to edit the trigger.
As this is a server cluster, would I need them to join each server? Or is the profile flag work transferrable across servers?
Trigger can cover all servers in the ORG
Perfect! so the flag is not server specific. Thanks!
No, majority of things are org based
Thanks, closing.