]> git.lizzy.rs Git - cheatdb.git/blob - app/flatpages/help/content_flags.md
Improve documentation
[cheatdb.git] / app / flatpages / help / content_flags.md
1 title: Content Flags
2
3 Content flags allow you to hide content based on your preferences.
4 The filtering is done server-side, which means that you don't need to update
5 your client to use new flags.
6
7 ## Flags
8
9 Minetest allows you to specify a comma-separated list of flags to hide in the
10 client:
11
12 ```
13 contentdb_flag_blacklist = nonfree, bad_language, drugs
14 ```
15
16 A flag can be:
17
18 * `nonfree` - can be used to hide packages which do not qualify as
19         'free software', as defined by the Free Software Foundation.
20 * A content warning, given below.
21 * `android_default` - meta-flag that filters out any content with a content warning.
22 * `desktop_default` - meta-flag that doesn't filter anything out for now.
23
24 ## Content Warnings
25
26 Packages with mature content will be tagged with a content warning based
27 on the content type.
28
29 * `bad_language` - swearing.
30 * `drugs` - drugs or alcohol.
31 * `gambling`
32 * `gore` - blood, etc.
33 * `horror` - shocking and scary content.
34 * `violence` - non-cartoon violence.