· 8 years ago · Aug 10, 2018, 04:04 AM
109.08 23:43:45 [Server] INFO [ChestShop] Enabling ChestShop v3.9.3-SNAPSHOT (build 89)
209.08 23:43:45 [Server] WARN 79 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
309.08 23:43:45 [Server] WARN 88 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
409.08 23:43:46 [Server] WARN 93 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
509.08 23:43:46 [Server] WARN 94 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_uuid_idx' for table 'accounts
609.08 23:43:46 [Server] WARN 94 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
709.08 23:43:46 [Server] WARN 94 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_name_idx' for table 'accounts
809.08 23:43:46 [Server] WARN 95 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , `lastSeen` BIGINT DEFAULT 0 NOT NULL , PRIMARY KEY (`shortName`) , UNIQUE (`name`,`uuid`) )
909.08 23:43:46 [Server] WARN 96 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_uuid_idx` ON `accounts` ( `uuid` )
1009.08 23:43:46 [Server] WARN 96 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
1109.08 23:43:46 [Server] WARN 97 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_name_idx` ON `accounts` ( `name` )
1209.08 23:43:46 [Server] INFO [ChestShop] LWC version 2.0.8 loaded.
1309.08 23:43:46 [Server] INFO [ChestShop] Heroes version 1.8.16-SNAPSHOT-1b9c681 loaded.
1409.08 23:43:46 [Server] INFO [ChestShop] Vault loaded! Found an economy plugin!