-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Joshua edited this page Jan 10, 2021
·
7 revisions
Hello there, welcome to the MCSF wiki!
This plugin aims to help protect your server against foul language in this Wiki, we will be going over the configuration file!
settings:
language: en_us
#Acceptable languages: en_us, de_de, es_es, fr_fr
To edit the variables/messages for your language go to (E.G: en_us.yml) MCSF/locales/en_us.yml and edit the values there
We currently support French, Spanish, German, and English
If you would like some additional information (English only, sadly) enable this option in the config:
settings:
debug: true
# Use the above for messages that help debug and show some nice information
If you would like to be notified for updates or disable notifications, I suggest modifying these options in the config:
settings:
updating:
check for updates: true
# Whether or not to check for updates
update notification ingame: true
# Whether or not to notify admins about updates upon joining
If you would like the filter to be on by default, modify this to true. Otherwise, leave it as false:
settings:
filtering:
default: false
settings:
filtering:
global blacklist:
enabled: true
# Should any messages in the "/data/global.yml" file be blocked?
settings:
filtering:
save messages:
enabled: true
# Should messages that are flagged be saved to a file? > Only messages in the global field will be logged
settings:
filtering:
force: false
# Should the player have the filter forcefully enabled?