Permissions

Permission 3.x and Permissions 2.x are dead! I will not support them!

permissions:
  bcs.*:
    description: Gives all permissions nodes
    children:
      bcs.admin: true
      bcs.bypass.*: true
    default: false
  bcs.admin:
    description: Give access to all Burning Creative Suite admin commands
    default: op
  bcs.bypass.*:
    description: Gives all .bypass permissions nodes
    children:
      bcs.bypass.blockbreak: true
      bcs.bypass.blockplace: true
      bcs.bypass.creativedrop: true
      bcs.bypass.creativepickup: true
      bcs.bypass.inventory: true
      bcs.bypass.bedrock: true
      bcs.bypass.entityattack: true
      bcs.bypass.chestaccess: true
    default: false
  bcs.bypass.blockbreak:
    description: Allows breaking creative blocks as if the were normal
    default: false
  bcs.bypass.blockplace:
    description: Allows placing creative blocks as if the were normal
    default: false
  bcs.bypass.creativedrop:
    description: Allows dropping of items in Creative mode
    default: false
  bcs.bypass.creativepickup:
    description: Allows the picking of items in Creative mode
    default: false
  bcs.bypass.inventory:
    description: Allows sharing inventory between worlds/game modes
    default: false
  bcs.bypass.bedrock:
    description: Allows breaking of bedrock at the bottom of the world
    default: false
  bcs.bypass.entityattack:
    description: Allows attacking (and being targetted by) other entities in creative mode
    default: false
  bcs.bypass.chestaccess:
    description: Allows chest access in creative mode
    default: false
  bcs.commands.toggle:
    description: Allows use of the /bcs toggle command
    default: false

Comments

Posts Quoted:
Reply
Clear All Quotes