Give the players a wand when starting to create a jail or cell.

This commit is contained in:
graywolf336
2013-12-06 15:56:46 -06:00
parent 647a4f9d17
commit e07c657a40
4 changed files with 319 additions and 278 deletions

View File

@ -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'