Current configurations.
This commit is contained in:
27
plugins/ServerTutorialPlus/config.yml
Normal file
27
plugins/ServerTutorialPlus/config.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
no permission command: '&cYou do not have permission to execute this command.'
|
||||
no permission tutorial: '&cYou do not have enough permissions to play this tutorial.'
|
||||
enable first join tutorial: true
|
||||
first join tutorial id: intro
|
||||
language: English
|
||||
npc:
|
||||
# Whether the NPC should be removed if it is not found when starting the plugin.
|
||||
# Best to disable this when using Citizens plugin.
|
||||
remove-invalid: true
|
||||
# The time between the first attempt to scan for NPCs and the second time. (seconds)
|
||||
retry-time: 5
|
||||
command-whitelist:
|
||||
- w
|
||||
- msg
|
||||
- help
|
||||
- list
|
||||
- me
|
||||
- kittycannon
|
||||
datasource:
|
||||
mysql:
|
||||
# Should we use MySql to store data?
|
||||
# If not: FlatFile option enabled.
|
||||
enabled: false
|
||||
username: root
|
||||
password: root
|
||||
host: localhost
|
||||
database: minecraft
|
||||
Reference in New Issue
Block a user