XXLuigiMario

CommandBlock Permissions

Jul 28th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.03 KB | None | 0 0
  1. permissions:
  2.    commandblock.*:
  3.      description: Gives access to all CommandBlock's commands
  4.      default: false
  5.      children:
  6.        commandblock.help: true
  7.        commandblock.toggle: true
  8.        commandblock.consolewarnings: true
  9.        commandblock.prefix: true
  10.        commandblock.message: true
  11.        commandblock.add: true
  12.        commandblock.remove: true
  13.        commandblock.set: true
  14.        commandblock.block: true
  15.        commandblock.info: true
  16.        commandblock.reset: true
  17.        commandblock.clear: true
  18.        commandblock.list: true
  19.        commandblock.about: true
  20.        commandblock.reload: true
  21.        commandblock.bypass: true
  22.    commandblock.admin:
  23.      description: Gives access to CommandBlock's admin commands
  24.      default: false
  25.      children:
  26.        commandblock.help: true
  27.        commandblock.toggle: false
  28.        commandblock.consolewarnings: false
  29.        commandblock.prefix: true
  30.        commandblock.message: true
  31.        commandblock.add: true
  32.        commandblock.remove: true
  33.        commandblock.set: true
  34.        commandblock.block: true
  35.        commandblock.info: true
  36.        commandblock.reset: false
  37.        commandblock.clear: false
  38.        commandblock.list: true
  39.        commandblock.about: true
  40.        commandblock.reload: true
  41.        commandblock.bypass: false
  42.    commandblock.help:
  43.      description: Permission to show the plugin's help screen
  44.      default: true
  45.    commandblock.toggle:
  46.      description: Permission to toggle the plugin
  47.      default: op
  48.    commandblock.consolewarnings:
  49.      description: Permission to toggle if the plugin should send warnings when a command is denied
  50.      default: op
  51.    commandblock.prefix:
  52.      description: Permission to toggle or modify the plugin's prefix
  53.      default: op
  54.    commandblock.message:
  55.      description: Permission to modify the plugin's no permission messages
  56.      default: op
  57.    commandblock.add:
  58.      description: Permission to add commands to the config
  59.      default: op
  60.    commandblock.remove:
  61.      description: Permission to remove commands from the config
  62.      default: op
  63.    commandblock.set:
  64.      description: Permission to modify commands from the config
  65.      default: op
  66.    commandblock.block:
  67.      description: Permission to block or unblock a command from a world
  68.      default: op
  69.    commandblock.info:
  70.      description: Permission to get information of a command from the config
  71.      default: op
  72.    commandblock.reset:
  73.      description: Permission to reset the config
  74.      default: op
  75.    commandblock.clear:
  76.      description: Permission to empty the command list in the config
  77.      default: op
  78.    commandblock.list:
  79.      description: Permission to list the commands from the config
  80.      default: op
  81.    commandblock.about:
  82.      description: Permission to show the plugin's about screen
  83.      default: op
  84.    commandblock.reload:
  85.      description: Permission to reload the plugin's configuration file
  86.      default: op
  87.    commandblock.bypass:
  88.      description: Permission to bypass the plugin
  89.      default: false
Advertisement
Add Comment
Please, Sign In to add comment