Added:
We have added this feature immediately upon request. To set an owner, simply add their identifier to the AdminList
in the Config. You can assign an owner using /setowner id
. Currently, this is limited to a single owner, but you can grant various permissions like co-owner and admin. We will be rapidly adding more features and requests to the menu soon.
-- Example usage in Config.lua
-- AdminList for setting owners
Config.AdminList = {
"...", -- Add identifiers here
-- Add more as needed
}