VIP Server Commands

So I’m making a minigames server and I want to implement V.I.P server. I want to add to them VIP server owner commands. You know that when you buy a VIP server, the owners have control commands.
My question is:
How do I do it?
How do I detect if it’s a private server?

This returns 0 if the server is not a private server, and the owner’s id if it is. Therefore you can cover both of your bases by only giving access to these commands if the owner is within their private server.

4 Likes