1. Hi
    after installing oxide stopped working permissions.

    if you give permission for someone to throw it to the server and can not join
    if the player is in default group is not working basic commands, eg. / list

    after throwing oxide and plug everything works
     
  2. Hey kamil make sure you have the commands enabled in your default group like so:
    Code:
    groups {
        default {
            default = 'True'
            inherits = 'guest'
            nameFormat = '%name%'
            chatFormat = '%name% : %message%'
            guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
            permissions {
                - 'rok.fairplay'
                - 'rok.command.help.list'
                - 'rok.health.suicide'
            }
        }