There is kits.json folder under oxide/config. Under this folder, the file you gave has default settings. How am I supposed to authorize myself here?
{
"AdminMessages": {
"KitCreated": "You have created the kit '{0}'.",
"KitCreatedInventoryFlag": "{0} items have been added to the kit.",
"KitExists": "A kit with the name '{0}' already exists.",
"KitItemAdded": "Added item {0} ({1}) to the kit {2}.",
"KitItemDoesNotExist": "The item {0} does not exist. Check /itemlist for a list of available items.",
"KitItemNotFound": "Couldn't find the item {0}.",
"KitItemRemoved": "Removed item {0} from the kit {1}.",
"KitRemoved": "You have removed the kit '{0}'.",
"KitReset": "Kits data was reset for {0}",
"KitValueUpdated": "You have set the {0} option on kit {1} to {2}."
},
"Dictionary": {
"AllKits": "all kits",
"Cooldown": "Cooldown:",
"Day": "day",
"Days": "days",
"Hour": "hour",
"Hours": "hours",
"Minute": "minute",
"Minutes": "minutes",
"Permission": "Permission:",
"RemainingCooldown": "Remaining cooldown:",
"RemainingUses": "Remaining uses:",
"Reset": "Reset:",
"Second": "second",
"Seconds": "seconds",
"Uses": "Uses:"
},
"HelpMessages": {
"RedeemKit": "You can redeem a kit by using the command [CCCCCC]/kit <name>[FFFFFF], where <name> is the kit you want to redeem.",
"ShowKits": "You can view all the available kits by using the command [CCCCCC]/kit list"
},
"Messages": {
"InvalidArguments": "Invalid arguments supplied, check /kit help for the available options.",
"KitList": "The following kits are available:",
"KitNoPermission": "You are not allowed to redeem this kit.",
"KitNoRoom": "You can't redeem the kit '{0}' because you don't have enough room in your inventory ({1} slots needed).",
"KitNotFound": "A kit with the name '{0}' does not exist.",
"KitNoUsesLeft": "You have reached your limit for this kit.",
"KitOnCooldown": "This kit is on cooldown. You can't use this kit for another {0}.",
"KitRedeemed": "You have redeemed a kit: {0}.",
"KitUsesReset": "Uses reset after {0}.",
"KitUsesResetRemaining": "{0} until your uses reset.",
"NoKitsAvailable": "There are no kits available right now.",
"NotAllowed": "You are not allowed to use this command!"
},
"Permissions": {
"UseOxidePermissions": false,
"UseRoKPermissions": true
},
"Settings": {
"AdminPermission": "admin",
"ChatPrefix": "Kits",
"ChatPrefixColor": "950415",
"LogToConsole": true
}
}