Spark/Configuration
Configuration
# SPARK CONFIGURATION
# by sky4cloud
# -------------------------
# bar - Use Boss Bar
# barTitle - The Boss Bar Main Title
# barColor - The Boss Bar Progress Color | Can Be: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
# barTitleTime - The Boss Bar Main Title Time (Seconds) | Set to 0 for infinite
# barBroadcasts - The Boss Bar Broadcasts
# barBroadcastTime - The Boss Bar Broadcasts Time (Seconds)
# -------------------------
# chat - Use Chat Messages
# chatMessages - The Chat Messages
# chatTime - The Chat Message Time Interval (Minutes)
# -------------------------
# antiSpam - Use Anti Spam
# antiEdit - Use Anti Edit
# antiEditWorlds - Worlds To Use Anti Edit In (DON'T EDIT!)
# antiEditChunks - Chunks To Use Anti Edit In (DON'T EDIT!)
# -------------------------
# censor - Censor Vulgar Language
# censorMessage - Message To Send When Censoring
# badwords - Words To Censor
# -------------------------
bar: true
barTitle: '&6Welcome to my Server!'
barColor: PURPLE
barTitleTime: 3
barBroadcasts:
- 'This is a test broadcast!'
- 'This is also a test! :)'
barBroadcastTime: 2
chat: true
chatMessages:
- 'This is a test chat message!'
- 'This is also a chat message!'
chatTime: 1
antiSpam: true
antiEdit: true
antiEditWorlds:
- 'ExampleWorld'
antiEditChunks:
ExampleWorld:
- '-15,15'
censor: true
censorMessage: '&6Please do not curse on this server! Thank you!'
badwords:
- 'BADWORD1'
- 'BADWORD2'
Comments