Adonis Private Server Admins

Hey fellow robloxians!

So I’ve looked far and wide for a solution to my problem, which is making a plugin for Adonis admin system for private server admins.
So essentially I want it to each private server to have a different admin datastore, so that admins from either the public server or private servers don’t cross over into other servers in that game.
For example:
John is an admin in Private Server 1 and decides to mod Tony in that private server. When Tony joins Private Server 2 or a public server, he doesn’t have that moderator level admin in Private Server 2. Administers in public servers also won’t have admin in private servers as well.

Is there anyway to make that plugin where each private server has their own datastore?

1 Like

Can you show us what you have tried so far so we can help you further.

You should be able to use PrivateServerId in the DataStore name to allow it to only apply there. Using PrivateServerOwnerId you can automatically give the owner of the Private Server admin.

I have no experience with Adonis, so I cannot help with specifics in the code.

4 Likes