Config.CommandName = 'luman-dragon' -- Command name
Config.CommandAdminOnly = true -- Admin only
Permissions
By default command for dragon spawn is available only to main administrators. To allow other players use the command you can add access for them via server.cfg:
# example #1
add_ace group.dragon-access command.luman-dragon allow
add_principal identifier.license:rjridjs38382 group.dragon-access
# example #2
add_ace group.donator-group command.luman-dragon allow
add_principal identifier.license:rjridjs38382 group.donator-group
More details about how it works in guide.
You also can totally enable the command to all players on the server in config.lua by setting Config.CommandAdminOnly = false.
Permissions by Player Identifiers
You can restrict access per specific dragons. For this add player identifiers into allowedOnlyToPlayersWithIdentifiers. From now only players with these identifiers will have access to the dragon. Example: