Kit plugin not workingNot An Issue
https://imgyukle.com/i/RRW0vq

/kit add "testing" "testing the plugin" -cooldown 60 -permissionnone -inventory

hello, when I wrote the above command in the game, I got this error.
I have installed the plugin in the correct folder. But when I try to create a kit, it gives the error in the picture. And it does not work in my giveall command. I added myself as an admin.

This message is not an error, it is stating that you do not have permission to use the command; meaning your configuration isn't configured with the proper groups.

how can i give myself the necessary permissions

Merged post

My permissions settings are like this

# guest {
# nameFormat = \'%name%\'
# chatFormat = \'[0083FF]%name% : [FFFFFF]%message%\'
# guildFormat = \'[00CC00][%guild%] %chatFormat%[-]\'
# }
groups {
default {
default = 'True'
permissions {
- 'rok.chat.me'
- 'rok.chat.guild'
- 'rok.health.suicide'
- 'rok.help.list'
- 'codehatch.reporting.players'
- 'rok.fairplay'
}
inherits = ''
nameFormat = '%name%'
chatFormat = '%name% : %message%'
guildFormat = '[21C447][%guild%] %name% : %message%[-]'
localChatFormat = '[Local] %name% : %message%'
whisperSendFormat = '[C4257A]%name% >> %message%[-]'
whisperReceiveFormat = '[D12681]%name% << %message%[-]'
}
admin {
nameFormat = '%name%'
chatFormat = '[00FFDD](ADMIN) %name% : [FFFFFF]%message%'
guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
permissions {
- 'rok.chat.me'
- 'rok.chat.say'
- 'rok.chat.guild'
- 'rok.health.suicide'
- 'rok.health.heal'
- 'rok.health.heal.others'
- 'rok.health.nourish'
- 'rok.health.hydrate'
- 'rok.health.stophunger'
- 'rok.health.stopthirst'
- 'rok.admin.godmode'
- 'rok.help.list'
- 'rok.items.give'
- 'rok.items.giveall'
- 'rok.items.give'
- 'rok.items.clear'
- 'rok.teleport'
- 'rok.teleport.coord'
- 'rok.teleport.user'
- 'rok.teleport.origin'
- 'rok.environment.time'
- 'rok.environment.weather'
- 'rok.objects.killall'
- 'rok.objects.butcher'
- 'rok.ui.switchlayout'
- 'rok.ui.popup'
- 'rok.ui.question'
- 'rok.admin.fly'
- 'codehatch.server.notice'
- 'codehatch.admin.kick'
- 'codehatch.reporting.players'
- 'rok.command.items.give'
- 'rok.command.items.give'
- 'codehatch.command.admin.config'
- 'codehatch.command.debug'
- 'codehatch.command.debug'
- 'rok.command.items.give'
- 'rok.command.items.giveall'
- 'codehatch.command.admin.permissions'

}
inherits = ''
}
owner {
nameFormat = '%name%'
chatFormat = '[FF0000](FOUNDER) %name% : [FFFFFF]%message%'
guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
permissions {
- '*'
}
inherits = ''
}
}
users {
ByDeWLi {
groups {
- 'owner'
}
permissions {
}
}
}
macros {
}

Merged post

How can I give myself the necessary powers?

Merged post

How can I give myself the necessary powers?
?

Did you look at the configuration for this plugin under oxide/config?

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
}
}

You can either grant yourself the "admin" permission with RoK, or enable "UseOxidePermissions" by setting it to true and using those instead.

How can I do ["UseOxidePermissions" by setting it to true ] and in which file? Can you help me

Actually, looks like you just need to grant the "admin" permission in RoK or whatever you have "AdminPermission" set to in the config, then you should be able to use those.

Locked automatically