Skip to content

Typical Formats

Cervinakuy edited this page Nov 10, 2020 · 7 revisions

This is under construction

Sound

A typical sound section format in KitPvP configuration files.

  • Sound - the specific sound itself, full list available here
  • Pitch - the sound pitch, allowed values ranging from -1 (deepest pitch) to 2 (highest pitch)
  • Enabled - whether the sound is enabled
Example
Sound:
  Sound: AMBIENCE_THUNDER
  Pitch: 1
  Enabled: true

Commands

A typical command section format in KitPvP configuration files.

All commands used in configuration files support PlaceholderAPI placeholders (assuming PlaceholderAPI and its respective expansions are installed).

To disable commands in a given section, simply set the commands to an empty list:

Commands: []

COMPLETE THIS S E C T I On

Example
Commands:
- 'console: say Hello, this command is run from the console!'
- 'console: eco give %player%'
- 'player: spawn'