Permissions list from plugin.yml

    playerwarn.op:
        description: Gives access to all PlayerWarn commands
        children:
            playerwarn.warnings: true
            playerwarn.warnings.others: true
            playerwarn.log: true
            playerwarn.warn: true
            playerwarn.save: true
            playerwarn.reload: true
            playerwarn.setdebug: true
    playerwarn.admin:
        description: Gives access to all typical commands
        children:
            playerwarn.warn: true
            playerwarn.warnings: true
            playerwarn.warnings.others: true
            playerwarn.save: true
            playerwarn.infraction.list: true
            playerwarn.infraction.add: true
            playerwarn.infraction.delete: true
            playerwarn.reload: true
    playerwarn.common:
        description: Gives typical access permissions to players
        children:
            playerwarn.warnings: true
    playerwarn.immunity:
        description: Causes player to be unable to receive warnings or punishments
        default: false
    playerwarn.warnings:
        description: show warnings of self
        default: op
    playerwarn.warnings.others:
        description: show warnings of others
        default: op
    playerwarn.infraction.list:
        description: list current infractions in configuration
        default: op
    playerwarn.infraction.add:
        description: add infractions to configuration
        default: op
    playerwarn.infraction.delete:
        description: delete infractions from configuration
        default: op
    playerwarn.log:
        description: show complete log of other players' warnings
        default: op
    playerwarn.warnings.others:
        description: show warnings of other players
        default: op
    playerwarn.warn:
        description: Allows you to warn and punish a player
        default: op
    playerwarn.save:
        description: Allows you to save the config
        default: op
    playerwarn.reload:
        description: Allows you to reload the config
        default: op
    playerwarn.setdebug:
        description: Allows you to turn debugging on or off
        default: op

Comments

Posts Quoted:
Reply
Clear All Quotes