aboutsummaryrefslogtreecommitdiffstats
path: root/soundchan.properties.example
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2018-10-16 19:09:12 -0400
committerMatt Kohls <mattkohls13@gmail.com>2018-10-16 19:09:12 -0400
commit5789f36ca27d9082a1266207453d43f4ed87ef6e (patch)
tree3aa15dfbc843c2865e34a29655dc49b66add8d6b /soundchan.properties.example
parent2375afc8d0db70f829288586f5076e7da8684a87 (diff)
downloadSoundChan-5789f36ca27d9082a1266207453d43f4ed87ef6e.tar.gz
SoundChan-5789f36ca27d9082a1266207453d43f4ed87ef6e.tar.bz2
SoundChan-5789f36ca27d9082a1266207453d43f4ed87ef6e.zip
Adding in watcher for changes to user sound file
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r--soundchan.properties.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example
index 8780021..b600032 100644
--- a/soundchan.properties.example
+++ b/soundchan.properties.example
@@ -24,3 +24,7 @@ audioOnUserJoin=FLAG_CONDITION
//The file where users and sound clips are related, see usersound.properties.example for more info
//If this is not set, it will default to usersounds.properties
userAudioFilePath=C:\\PATH\\TO\\USER\\SOUND\\FILE
+
+//Flag for watching the user sound file for changes
+//If audioOnUserJoin is not enabled, then this will do nothing
+watchUserSoundFile=FLAG_CONDITION \ No newline at end of file