· 9 years ago · Nov 08, 2016, 09:56 PM
1[22:52:56 INFO]: GriefPrevention: Grief Prevention boot start.
2[22:52:56 INFO]: GriefPrevention: Finished loading configuration.
3[22:52:56 INFO]: GriefPrevention: 0 total claims loaded.
4[22:52:57 INFO]: GriefPrevention: Customizable messages loaded.
5[22:52:57 INFO]: GriefPrevention: Successfully hooked into WorldGuard.
6[22:52:57 INFO]: GriefPrevention: Finished loading data (Database Mode).
7[22:52:57 INFO]: GriefPrevention: Boot finished.
8[22:52:57 ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
9[22:52:57 INFO]: creating table 'items'
10[22:52:57 INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
11[22:52:57 ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
12[22:52:57 INFO]: creating table 'accounts'
13[22:52:57 INFO]: creating index 'accounts_shortName_idx' for table 'accounts
14[22:52:57 INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
15[22:52:57 INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )