Configuration Example

Here is an example of the default configuration for CubeLegacy!

# Do not touch
version: 

# You can edit below this line

Debug: false

# Hard-Limit is the max amount of Protection Stones of all types added together
# Soft-Limit is the max amount of Protection Stones of each time individually

Limits:
  Hard-Limit: 0
  Soft-Limit: 0

Blacklisted-Worlds: 
  - Big_World

Log:
  Placement: true
  Break: true

Stones:
  Basic Protection:
    Material: COAL_ORE
    Radius: 11
    Prevent-Use: true
    Prevent-Break: true
    Prevent-Place: true
    Prevent-Flow: true
    Prevent-Explosions: true
    Prevent-Explosion-Block-Damage: true
    Prevent-Enderman-Grief: true
    Prevent-Vehicle-Damage: true
    Prevent-Vehicle-Riding: true
    Prevent-Monster-Spawn: true
    Prevent-Animal-Spawn: false
    Prevent-PVP: false
    Prevent-Animal-PVE: false
    Prevent-Drowning: false
  Extended Protection:
    Material: LAPIS_ORE
    Radius: 21
    Prevent-Use: true
    Prevent-Break: true
    Prevent-Place: true
    Prevent-Flow: true
    Prevent-Vehicle-Damage: true
    Prevent-Vehicle-Riding: true
    Prevent-Enderman-Grief: true
    Prevent-Vehicle-Damage: true
    Prevent-Vehicle-Riding: true
    Prevent-Monster-Spawn: true
    Prevent-Animal-Spawn: false
    Prevent-PVP: false
    Prevent-Animal-PVE: false
    Prevent-Drowning: false
  Advanced Protection:
    Material: EMERALD_ORE
    Radius: 31
    Prevent-Use: true
    Prevent-Break: true
    Prevent-Place: true
    Prevent-Flow: true
    Prevent-Vehicle-Damage: true
    Prevent-Vehicle-Riding: true
    Prevent-Enderman-Grief: true
    Prevent-Vehicle-Damage: true
    Prevent-Vehicle-Riding: true
    Prevent-Monster-Spawn: true
    Prevent-Animal-Spawn: false
    Prevent-PVP: false
    Prevent-Animal-PVE: false
    Prevent-Drowning: false
  Ultimate Protection:
    Material: DIAMOND_ORE
    Radius: 41
    Prevent-Use: true
    Prevent-Break: true
    Prevent-Place: true
    Prevent-Flow: true
    Prevent-Vehicle-Damage: true
    Prevent-Vehicle-Riding: true
    Prevent-Enderman-Grief: true
    Prevent-Vehicle-Damage: true
    Prevent-Vehicle-Riding: true
    Prevent-Monster-Spawn: true
    Prevent-Animal-Spawn: false
    Prevent-PVP: false
    Prevent-Animal-PVE: false
    Prevent-Drowning: false

Comments

Posts Quoted:
Reply
Clear All Quotes