Give the players a wand when starting to create a jail or cell.
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
system:
|
||||
configVersion: 3
|
||||
debug: false
|
||||
updateNotifications: true
|
||||
storage:
|
||||
type: 'flatfile' #can be flatfile, sqlite, or mysql
|
||||
mysql:
|
||||
host: 'localhost'
|
||||
port: 3306
|
||||
username: 'root'
|
||||
system:
|
||||
configVersion: 3
|
||||
debug: false
|
||||
language: 'en'
|
||||
updateNotifications: true
|
||||
storage:
|
||||
type: 'flatfile' #can be flatfile, sqlite, or mysql
|
||||
mysql:
|
||||
host: 'localhost'
|
||||
port: 3306
|
||||
username: 'root'
|
||||
password: 'password'
|
Reference in New Issue
Block a user