Configuration

Default configuration as of Notify v1.3.1:

#Sound files must be .wav, .au, or .mid for the plugin to work.
#Convert the sound file you would like to use to one of the above file formats.

#Choose which events Notify should play a sound on.
events:
  player-chat: true
  player-join: true
  player-quit: true

#Specify the path to the sound file. Include the filename and extension.
#Surround with '%' to start from ./plugins/Notify/Sounds.
sound-files:
  default: '%leftright.wav%'
  chat: '%chat.wav%'
  join: '%join.wav%'
  quit: '%quit.wav%'
  special-chat: ''
  special-join: ''
  special-quit: ''

#Play a unique sound when these words are detected in chat.
#Separate the values using commas: [this, is, an, example]
special-chat: []

#Play a unique sound when the following players join or leave the server.
special-join: []
special-quit: []

#Set the volume. Accepts any integer from 0 to 100.
volume: 100

#Notify will play the default sound when it has successfully been enabled.
#If set to true and no sound is played, make sure no errors have occurred.
play-sound-on-startup: true

#Should Notify check for updates?
check-for-updates: true

----------------------------------------------------------------------------
Main | Changelog | Configuration