Dexter Studio
HomeDexHomesConfiguration
DexHomes · Configuration

Configuration

One config.yml covers slots, warmups, combat tagging and the GUI.

Home slots

homes:
  default-limit: 1          # players with no tier permission
  limits:                   # dexhomes.limit.<key>
    vip: 3
    mvp: 5
    elite: 8

Teleport warmup

teleport:
  warmup-seconds: 5
  cancel-on-move: true
  cancel-on-damage: true
  safe-teleport: true       # block lava/void/suffocation landings

Combat tagging

combat:
  enabled: true
  tag-seconds: 15           # block /home for this long after PvP
  tag-on-attack: true
  tag-on-damaged: true
  blocked-message: "<red>You can't go home during combat! (<yellow>%time%s</yellow>)"

GUI

gui:
  title: "<gradient:#DCBB77:#A87F3C>ʏᴏᴜʀ ʜᴏᴍᴇꜱ</gradient>"
  rows: 4
  home-item: RED_BED
  empty-slot-item: GRAY_STAINED_GLASS_PANE
  show-coordinates: true