Quests/build/classes/config.yml
136S-Clarke 42c348c9f6 NPC Kill objective finished
Need to edit .gitignore to leave out build files
2013-04-12 14:05:48 -07:00

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*"