main/Configuration

Example configuration file:

# iBlock Configuration #
iBlock:
  prefix: "[iBlock] "
  autoUpdating: false

# Bucket Configuration #
Bucket:
  Water:
    kick: false
    message: You are not allowed to place water here.
  Lava:
    kick: false
    message: You are not allowed to place lava here.

# Block Configuration #
Place:
  kick: false
  message: You are not allowed to place this block.
  bannedBlocks:
   - 7
   - 9
   - 11
   - 19
   - 30
   - 52
   - 78
   - 79
   - 97
   - 120
Break:
   kick: false
   message: You are not allowed to break this block.
   blockTNT: true
   bannedBlocks:
   - 7
# End of Configuration #

Go to the permissions page ->
Go to the commands page ->
<- Back to the main page

Comments

Posts Quoted:
Reply
Clear All Quotes