Table of Contents

config.yml

This file contains all the general settings of the plugin and its modules.

It contains the following values:


storage

Settings for how to store the plugin's data. Type and access settings cannot be dynamically reloaded!


upkeep

Settings for the settlement, empire and land upkeep/tax scheduler


cache

Time in seconds which a resident's data stays in the cache even if it is not needed elsewhere to avoid loads.


settlement

Settings for settlement behaviour

claiming

Settings for claims

outpost

Settlement outpost settings

upkeep

Settlement upkeep settings


empire

Settings for empire behaviour

world

Settings for the automatically generated empire worlds

upkeep

Empire upkeep settings


plot

Settings for claimed plots


modes

Mode settings of different types. Possible modes include fire spreading (firespread), any kind of explosions (explosion), pvp, hostile monster (mobspawning) and passive animal (passivespawnming) spawning.

Types:

Default settings:

  # Modes in unclaimed land
  unclaimed:
    firespread: false
    explosion: false
    pvp: true
    mobspawning: true
    passivespawning: true
  # Settings for worlds that have claiming disabled
  unclaimable:
    firespread: false
    explosion: false
    pvp: true
    mobspawning: true
    passivespawning: true
  # Override modes in specific worlds
  worlds:
    Resource:
      explosions: true
    world_nether:
      explosions: false
  # Modes in abandoned settlements/empires
  abandoned:
    # Village-level Settlements
    village:
      firespread: false
      explosion: false
      pvp: true
      mobspawning: true
      passivespawning: true
    # Kingdom-level Settlements
    kingdom:
      firespread: false
      explosion: false
      pvp: true
      mobspawning: true
      passivespawning: true
    # Abandoned Empire worlds
    empire:
      firespread: false
      explosion: false
      pvp: true
      mobspawning: true
      passivespawning: true

lock

Settings for the inbuilt chest/block locking functionality

  blocks:
  - chest
  - trapped_chest
  - dispenser
  - dropper
  - furnace
  - '*shulker_box'
  - '*_door'
  - '*_trapdoor'
  - '*_fence_gate'
  - '*_button'
  - lever
  - note_block
  - jukebox

portal

Settings for the inbuilt nether portal teleportation functionality


teleport

Settings for teleportation


chat

Settings for the inbuilt chat handling

  channel-colors:
    general: white
    event: green
    local: yellow
    admin: dark_purple
    staff: gold
    help: white
    settlement: yellow
    trade: light_purple
    ally: aqua
    empireally: aqua
    empire: aqua
    private-sent: aqua
    private-received: aqua
  channel-prefix-colors:
    general: black
    event: green
    local: yellow
    admin: red
    staff: blue
    help: red
    settlement: aqua
    trade: light_purple
    ally: gold
    empireally: gold
    empire: aqua
    private-sent: dark_gray
    private-received: dark_gray
  selectable-colors:
  - blue
  - dark_blue
  - dark_green
  - dark_aqua
  - dark_red
  - dark_purple
  - gold
  - gray
  - dark_gray
  - green
  - aqua
  - red
  - light_purple
  - yellow
  - white

Settings for the inbuilt scoreboard sidebar


titles

Settings for player-specified titles


chestshop

Settings for the ChestShop integration


brewery

Settings for the Brewery integration

  block-channels:
    local: 9001
    trade: 1
    event: 1
    general: 1
    settlement: 9001
    empire: 1
    ally: 1
    empireally: 1
    admin: 9001
    staff: 9001