mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 17:43:46 +01:00
26 lines
811 B
Markdown
26 lines
811 B
Markdown
title: Content Flags
|
|
|
|
Content flags allow you to hide content based on your preferences.
|
|
The filtering is done server-side, which means that you don't need to update
|
|
your client to use new flags.
|
|
|
|
## Flags
|
|
|
|
* `nonfree` - can be used to hide packages which do not qualify as
|
|
'free software', as defined by the Free Software Foundation.
|
|
* A content warning, given below.
|
|
* `android_default` - meta-flag that filters out any content with a content warning.
|
|
* `desktop_default` - meta-flag that doesn't filter anything out for now.
|
|
|
|
## Warnings
|
|
|
|
Packages with mature content will be tagged with a content warning based
|
|
on the content type.
|
|
|
|
* `bad_language` - swearing.
|
|
* `drugs` - drugs or alcohol.
|
|
* `gambling`
|
|
* `gore` - blood, etc.
|
|
* `horror` - shocking and scary content.
|
|
* `violence` - non-cartoon violence.
|