To avoid that every plugin uses their own variable for ex. admin xuids etc. we should make some fitting default admin variables, so every admin plugin uses them.
My idea:
Anyone else other ideas?
My idea:
Code:
[ADMIN]
admin_xuids=xuid1,xuid2,xuid3 //use this to authenticate admins with their xuid
admin_pass=password //use this for an additional password
..
maybe more?