· 5 years ago · Apr 29, 2020, 07:24 AM
129.04 07:15:09 [Server] Server thread/WARN Loaded class org.slf4j.LoggerFactory from VotifierPlus v1.0.1 which is not a depend, softdepend or loadbefore of this plugin.
229.04 07:15:10 [Server] Server thread/WARN 145 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
329.04 07:15:10 [Server] Server thread/WARN 146 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_uuid_idx' for table 'accounts
429.04 07:15:10 [Server] Server thread/WARN 146 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
529.04 07:15:10 [Server] Server thread/WARN 146 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_name_idx' for table 'accounts
629.04 07:15:10 [Server] Server thread/WARN 151 [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`) )
729.04 07:15:10 [Server] Server thread/WARN 153 [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` )
829.04 07:15:10 [Server] Server thread/WARN 153 [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` )
929.04 07:15:10 [Server] Server thread/WARN 153 [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` )
1029.04 07:15:10 [Server] Server thread/WARN 187 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
1129.04 07:15:10 [Server] Server thread/WARN 187 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'items_code_idx' for table 'items
1229.04 07:15:10 [Server] Server thread/WARN 187 [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 )
1329.04 07:15:10 [Server] Server thread/WARN 187 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `items_code_idx` ON `items` ( `code` )