Skip to the content.

The main configuration file lives at plugins/SSoggyPvP-Manager/config.yml.

Overview

The config controls:

Core Settings

default-pvp-state: false

playtime:
  minutes-per-cycle: 60
  hours-per-cycle: 1
  forced-seconds: 1200
  forced-minutes: 20
  solo-accumulate: true
  solo-forced: false

zone-wand-material: BLAZE_ROD

zone-exit-cooldowns:
  chat: 3
  actionbar: 0

save-interval: 5
debug: false

Default PvP State

default-pvp-state: false

Controls whether new players begin with PvP enabled or disabled.

Messages

All player-facing strings live under messages: and support standard Bukkit color codes.

Example keys:

messages:
  pvp-enabled: "&a&lPvP enabled!"
  pvp-disabled: "&c&lPvP disabled."
  pvp-forced-zone: "&4&lForced PvP zone!"
  pvp-forced-playtime: "&4&lForced PvP active! &f%time% &cremaining."

Useful format codes:

Playtime Settings

playtime:
  minutes-per-cycle: 60
  hours-per-cycle: 1
  forced-seconds: 1200
  forced-minutes: 20
  solo-accumulate: true
  solo-forced: false

See Playtime System for behavior details.

Zone Tooling

zone-wand-material: BLAZE_ROD

Any valid Bukkit material can be used as the zone selector wand.

Zone Exit Cooldowns

zone-exit-cooldowns:
  chat: 3
  actionbar: 0

These values control how often players can receive leave-zone notifications.

Persistence and Debugging

save-interval: 5
debug: false

Applying Changes

Most config changes can be applied with:

/pvpadmin reload