Initial commit working?
This commit is contained in:
39
src/main/resources/config.yml
Normal file
39
src/main/resources/config.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
# PronounsPlugin Configuration
|
||||
|
||||
blocked-pronouns:
|
||||
- "faggot"
|
||||
- "bitch"
|
||||
- "slut"
|
||||
- "cunt"
|
||||
- "dickhead"
|
||||
- "bastard"
|
||||
- "asshole"
|
||||
- "idiot"
|
||||
- "retard"
|
||||
- "freak"
|
||||
- "whore"
|
||||
- "nigger"
|
||||
- "chink"
|
||||
- "spic"
|
||||
|
||||
pronoun-suggestions:
|
||||
- "she/her"
|
||||
- "he/him"
|
||||
- "they/them"
|
||||
- "xe/xem"
|
||||
- "it/its"
|
||||
|
||||
debug: true
|
||||
|
||||
generate-debug-file: true
|
||||
|
||||
database:
|
||||
use-sqlite: true
|
||||
|
||||
admin-permissions:
|
||||
- "pronouns.admin"
|
||||
- "pronouns.override"
|
||||
|
||||
player-permissions:
|
||||
- "pronouns.set"
|
||||
- "pronouns.view"
|
||||
Reference in New Issue
Block a user