main/Configuration

Configuration

#Should the plugin check for updates?
checkforupdates: true
#List of worlds with options
worlds:
  #Name of the world, case sensitive
  world:
    #If true, it prevents any building in this world
    no-build: false
    #Blocks that are blocked when they are placed
    block-place:
    - '7'
    - '19'
    #Blocks that are blocked when they are broken
    block-destroy:
    - '7'
    - '19'
    #Items that cannot be picked up
    pickup:
    - '7'
    - '19'
    #Drops that cannot be dropped
    item-drop:
    - '7'
    - '19'
    #If true, when a player attempts to empty his bucket, it will be denied
    lava-bucket-place: false
    #If true, when a player attempts to empty his bucket, it will be denied
    water-bucket-place: false
    #If true, when a player attempts to fill his bucket, it will be denied
    lava-bucket-fill: false
    #If true, when a player attempts to fill his bucket, it will be denied
    water-bucket-fill: false
    #If true, when a player tries to pickup a disabled pickup, the item tile will be removed
    delete-disabled-pickup: false
    #If true, when a player drops a disabled item, it gets deleted
    delete-disabled-drop: false
    #If true, when a player attempts to place a disabled block, it gets deleted in his hand
    delete-disabled-place: false
    #If true, the ender egg cannot teleport
    enderegg-teleport-disable: false
    #Messages to be shown, self explanatory
    place-message: '&cYou have insufficient permission to place that block.'
    destroy-message: '&cYou have insufficient permission to destroy that block.'

Comments

Posts Quoted:
Reply
Clear All Quotes