mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-01 00:11:00 +01:00
42c348c9f6
Need to edit .gitignore to leave out build files
36 lines
963 B
YAML
36 lines
963 B
YAML
# Quests config
|
|
#
|
|
#
|
|
# allow-command-questing: true/false
|
|
# Should we allow players to take Quests via commands?
|
|
#
|
|
# allow-command-quests-with-npcs: true/false
|
|
# Should we allow players to take Quests via commands, that have NPCs as quest starters?
|
|
#
|
|
# show-requirements: true/false
|
|
# Should players be told the exact requirements of a Quest when they look at its info (via command)?
|
|
#
|
|
# allow-quitting: true/false
|
|
# Should players be allowed to quit a Quest after they've taken it?
|
|
#
|
|
# debug-mode: true/false
|
|
# Should debugging information be printed out to console?
|
|
#
|
|
# kill-time: number
|
|
# How long (in seconds) should a player have to wait before they can kill the same player for a Quest?
|
|
allow-command-questing: true
|
|
allow-command-quests-with-npcs: false
|
|
show-requirements: true
|
|
allow-quitting: true
|
|
debug-mode: false
|
|
kill-delay: 600
|
|
snoop: true
|
|
quester-blacklist:
|
|
- "SomeGuy12345"
|
|
- "somePrefix*"
|
|
- "*someSuffix"
|
|
- "*someRegex*"
|
|
|
|
|
|
|