BanManagement / BanManager

A plugin for Minecraft to manage punishments and moderate more effectively
https://banmanagement.com/
Other
116 stars 90 forks source link

Not working on 1.19.2 Paper Spigot -> ERROR #979

Closed swedax94 closed 1 year ago

swedax94 commented 1 year ago

Issue report

Console Output:

[13:04:54 INFO]: [BanManager] Enabling BanManager v7.9.0
[13:04:55 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.hikari.HikariDataSource - bm-local - Starting...
> [13:04:55 WARN]: Nag author(s): '[confuser]' of 'BanManager' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
> [13:04:56 INFO]: [DiscordSRV] DiscordSRV is up-to-date. (819b02508abe8879cfc2a513fc6cea383b70b5c5)
[13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.hikari.HikariDataSource - bm-local - Start completed.
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_players'
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_players_ip_idx' for table 'bm_players
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_players_name_idx' for table 'bm_players
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_players` (`id` BINARY(16) NOT NULL , `name` VARCHAR(16) NOT NULL , `ip` VARBINARY(16) NOT NULL , `lastSeen` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:56 INFO]: [DiscordSRV] [JDA] Login Successful!
[13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_players_ip_idx` ON `bm_players` ( `ip` )
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_players_name_idx` ON `bm_players` ( `name` )
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_bans'
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_bans_created_idx' for table 'bm_player_bans
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_bans_expires_idx' for table 'bm_player_bans
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_bans_updated_idx' for table 'bm_player_bans
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_bans_player_idx' for table 'bm_player_bans
> [13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_bans` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:56 INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[13:04:56 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_bans_created_idx` ON `bm_player_bans` ( `created` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_bans_expires_idx` ON `bm_player_bans` ( `expires` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_bans_updated_idx` ON `bm_player_bans` ( `updated` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE UNIQUE INDEX `bm_player_bans_player_idx` ON `bm_player_bans` ( `player_id` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_ban_records'
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_ban_records_created_idx' for table 'bm_player_ban_records
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_ban_records` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `expired` BIGINT UNSIGNED NOT NULL , `actor_id` BINARY(16) NOT NULL , `pastActor_id` BINARY(16) NOT NULL , `pastCreated` BIGINT UNSIGNED NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `createdReason` VARCHAR(255) NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_ban_records_created_idx` ON `bm_player_ban_records` ( `created` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_mutes'
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_mutes_expires_idx' for table 'bm_player_mutes
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_mutes_soft_idx' for table 'bm_player_mutes
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_mutes_updated_idx' for table 'bm_player_mutes
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_mutes_created_idx' for table 'bm_player_mutes
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_mutes_player_idx' for table 'bm_player_mutes
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_mutes` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , `soft` TINYINT(1) , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_mutes_expires_idx` ON `bm_player_mutes` ( `expires` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_mutes_soft_idx` ON `bm_player_mutes` ( `soft` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_mutes_updated_idx` ON `bm_player_mutes` ( `updated` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_mutes_created_idx` ON `bm_player_mutes` ( `created` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE UNIQUE INDEX `bm_player_mutes_player_idx` ON `bm_player_mutes` ( `player_id` )
> [13:04:57 INFO]: [BanManager] Loaded 0 mutes into memory
[13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_mute_records'
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_mute_records_soft_idx' for table 'bm_player_mute_records
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_mute_records_created_idx' for table 'bm_player_mute_records
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_mute_records` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `expired` BIGINT UNSIGNED NOT NULL , `actor_id` BINARY(16) NOT NULL , `pastActor_id` BINARY(16) NOT NULL , `pastCreated` BIGINT UNSIGNED NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `createdReason` VARCHAR(255) NOT NULL , `soft` TINYINT(1) , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_mute_records_soft_idx` ON `bm_player_mute_records` ( `soft` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_mute_records_created_idx` ON `bm_player_mute_records` ( `created` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_warnings'
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_warnings_expires_idx' for table 'bm_player_warnings
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_warnings_read_idx' for table 'bm_player_warnings
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_warnings_points_idx' for table 'bm_player_warnings
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_warnings_created_idx' for table 'bm_player_warnings
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_warnings_player_idx' for table 'bm_player_warnings
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_warnings` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , `read` TINYINT(1) , `points` DOUBLE PRECISION , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_warnings_expires_idx` ON `bm_player_warnings` ( `expires` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_warnings_read_idx` ON `bm_player_warnings` ( `read` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_warnings_points_idx` ON `bm_player_warnings` ( `points` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_warnings_created_idx` ON `bm_player_warnings` ( `created` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_warnings_player_idx` ON `bm_player_warnings` ( `player_id` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_kicks'
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_kicks_created_idx' for table 'bm_player_kicks
> [13:04:57 INFO]: [DiscordSRV] [JDA] Finished Loading!
[13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_kicks` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_kicks_created_idx` ON `bm_player_kicks` ( `created` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_notes'
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_notes_created_idx' for table 'bm_player_notes
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_notes_actor_idx' for table 'bm_player_notes
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_notes_player_idx' for table 'bm_player_notes
[13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_notes` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `message` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:57 INFO]: [DiscordSRV] - TC:?-kontakt-zu-admins(1034796833999953970)
[13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_notes_created_idx` ON `bm_player_notes` ( `created` )
> [13:04:57 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_notes_actor_idx` ON `bm_player_notes` ( `actor_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_notes_player_idx` ON `bm_player_notes` ( `player_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_history'
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_history_ip_idx' for table 'bm_player_history
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_history_leave_idx' for table 'bm_player_history
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_history_join_idx' for table 'bm_player_history
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_history` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `ip` VARBINARY(16) NOT NULL , `join` BIGINT UNSIGNED NOT NULL , `leave` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_history_ip_idx` ON `bm_player_history` ( `ip` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_history_leave_idx` ON `bm_player_history` ( `leave` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_history_join_idx` ON `bm_player_history` ( `join` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_report_states'
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_report_states` (`id` INTEGER AUTO_INCREMENT , `name` VARCHAR(255) NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_report_commands'
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_commands_actor_idx' for table 'bm_player_report_commands
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_commands_updated_idx' for table 'bm_player_report_commands
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_commands_command_idx' for table 'bm_player_report_commands
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_commands_report_idx' for table 'bm_player_report_commands
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_commands_created_idx' for table 'bm_player_report_commands
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_report_commands` (`id` INTEGER AUTO_INCREMENT , `report_id` INTEGER NOT NULL , `actor_id` BINARY(16) NOT NULL , `command` VARCHAR(255) NOT NULL , `args` VARCHAR(255) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_commands_actor_idx` ON `bm_player_report_commands` ( `actor_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_commands_updated_idx` ON `bm_player_report_commands` ( `updated` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_commands_command_idx` ON `bm_player_report_commands` ( `command` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_commands_report_idx` ON `bm_player_report_commands` ( `report_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_commands_created_idx` ON `bm_player_report_commands` ( `created` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_report_comments'
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_comments_updated_idx' for table 'bm_player_report_comments
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_comments_report_idx' for table 'bm_player_report_comments
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_comments_actor_idx' for table 'bm_player_report_comments
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_comments_created_idx' for table 'bm_player_report_comments
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_report_comments` (`id` INTEGER AUTO_INCREMENT , `report_id` INTEGER NOT NULL , `actor_id` BINARY(16) NOT NULL , `comment` VARCHAR(255) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_comments_updated_idx` ON `bm_player_report_comments` ( `updated` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_comments_report_idx` ON `bm_player_report_comments` ( `report_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_comments_actor_idx` ON `bm_player_report_comments` ( `actor_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_comments_created_idx` ON `bm_player_report_comments` ( `created` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_reports'
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_reports_player_idx' for table 'bm_player_reports
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_reports_actor_idx' for table 'bm_player_reports
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_reports_state_idx' for table 'bm_player_reports
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_reports_assignee_idx' for table 'bm_player_reports
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_reports_created_idx' for table 'bm_player_reports
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_reports_updated_idx' for table 'bm_player_reports
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_reports` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `state_id` INTEGER DEFAULT 1 NOT NULL , `assignee_id` BINARY(16) , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_reports_player_idx` ON `bm_player_reports` ( `player_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_reports_actor_idx` ON `bm_player_reports` ( `actor_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_reports_state_idx` ON `bm_player_reports` ( `state_id` )
> [13:04:58 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_reports_assignee_idx` ON `bm_player_reports` ( `assignee_id` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_reports_created_idx` ON `bm_player_reports` ( `created` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_reports_updated_idx` ON `bm_player_reports` ( `updated` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_player_report_locations'
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_locations_player_idx' for table 'bm_player_report_locations
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_locations_world_idx' for table 'bm_player_report_locations
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_player_report_locations_report_idx' for table 'bm_player_report_locations
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_player_report_locations` (`id` INTEGER AUTO_INCREMENT , `report_id` INTEGER NOT NULL , `player_id` BINARY(16) NOT NULL , `world` VARCHAR(255) NOT NULL , `x` DOUBLE PRECISION NOT NULL , `y` DOUBLE PRECISION NOT NULL , `z` DOUBLE PRECISION NOT NULL , `pitch` FLOAT NOT NULL , `yaw` FLOAT NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_locations_player_idx` ON `bm_player_report_locations` ( `player_id` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_locations_world_idx` ON `bm_player_report_locations` ( `world` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_player_report_locations_report_idx` ON `bm_player_report_locations` ( `report_id` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_ip_bans'
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_bans_created_idx' for table 'bm_ip_bans
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_bans_expires_idx' for table 'bm_ip_bans
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_bans_updated_idx' for table 'bm_ip_bans
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_ip_bans` (`id` INTEGER AUTO_INCREMENT , `ip` VARBINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_bans_created_idx` ON `bm_ip_bans` ( `created` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_bans_expires_idx` ON `bm_ip_bans` ( `expires` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_bans_updated_idx` ON `bm_ip_bans` ( `updated` )
> [13:04:59 INFO]: [BanManager] Loaded 0 ip bans into memory
[13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_ip_ban_records'
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_ban_records_created_idx' for table 'bm_ip_ban_records
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_ip_ban_records` (`id` INTEGER AUTO_INCREMENT , `ip` VARBINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `expired` BIGINT UNSIGNED NOT NULL , `actor_id` BINARY(16) NOT NULL , `pastActor_id` BINARY(16) NOT NULL , `pastCreated` BIGINT UNSIGNED NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `createdReason` VARCHAR(255) NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_ban_records_created_idx` ON `bm_ip_ban_records` ( `created` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_ip_mutes'
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_mutes_updated_idx' for table 'bm_ip_mutes
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_mutes_soft_idx' for table 'bm_ip_mutes
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_mutes_created_idx' for table 'bm_ip_mutes
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_mutes_expires_idx' for table 'bm_ip_mutes
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_ip_mutes` (`id` INTEGER AUTO_INCREMENT , `ip` VARBINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , `soft` TINYINT(1) , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_mutes_updated_idx` ON `bm_ip_mutes` ( `updated` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_mutes_soft_idx` ON `bm_ip_mutes` ( `soft` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_mutes_created_idx` ON `bm_ip_mutes` ( `created` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_mutes_expires_idx` ON `bm_ip_mutes` ( `expires` )
> [13:04:59 INFO]: [BanManager] Loaded 0 ip mutes into memory
[13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_ip_mute_records'
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_mute_records_created_idx' for table 'bm_ip_mute_records
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_mute_records_soft_idx' for table 'bm_ip_mute_records
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_ip_mute_records` (`id` INTEGER AUTO_INCREMENT , `ip` VARBINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `expired` BIGINT UNSIGNED NOT NULL , `actor_id` BINARY(16) NOT NULL , `pastActor_id` BINARY(16) NOT NULL , `pastCreated` BIGINT UNSIGNED NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `createdReason` VARCHAR(255) NOT NULL , `soft` TINYINT(1) , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_mute_records_created_idx` ON `bm_ip_mute_records` ( `created` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_mute_records_soft_idx` ON `bm_ip_mute_records` ( `soft` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_ip_range_bans'
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_range_bans_expires_idx' for table 'bm_ip_range_bans
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_range_bans_created_idx' for table 'bm_ip_range_bans
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_range_bans_updated_idx' for table 'bm_ip_range_bans
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_ip_range_bans` (`id` INTEGER AUTO_INCREMENT , `fromIp` VARBINARY(16) NOT NULL , `toIp` VARBINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_range_bans_expires_idx` ON `bm_ip_range_bans` ( `expires` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_range_bans_created_idx` ON `bm_ip_range_bans` ( `created` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_range_bans_updated_idx` ON `bm_ip_range_bans` ( `updated` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_ip_range_ban_records'
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_range_ban_records_created_idx' for table 'bm_ip_range_ban_records
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_range_ban_records_toIp_idx' for table 'bm_ip_range_ban_records
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_ip_range_ban_records_fromIp_idx' for table 'bm_ip_range_ban_records
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_ip_range_ban_records` (`id` INTEGER AUTO_INCREMENT , `fromIp` VARBINARY(16) NOT NULL , `toIp` VARBINARY(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `expired` BIGINT UNSIGNED NOT NULL , `actor_id` BINARY(16) NOT NULL , `pastActor_id` BINARY(16) NOT NULL , `pastCreated` BIGINT UNSIGNED NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `createdReason` VARCHAR(255) NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_range_ban_records_created_idx` ON `bm_ip_range_ban_records` ( `created` )
> [13:04:59 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_range_ban_records_toIp_idx` ON `bm_ip_range_ban_records` ( `toIp` )
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_ip_range_ban_records_fromIp_idx` ON `bm_ip_range_ban_records` ( `fromIp` )
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_rollbacks'
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_rollbacks_created_idx' for table 'bm_rollbacks
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_rollbacks_expires_idx' for table 'bm_rollbacks
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_rollbacks` (`id` INTEGER AUTO_INCREMENT , `player_id` BINARY(16) NOT NULL , `actor_id` BINARY(16) NOT NULL , `type` VARCHAR(255) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_rollbacks_created_idx` ON `bm_rollbacks` ( `created` )
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_rollbacks_expires_idx` ON `bm_rollbacks` ( `expires` )
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_name_bans'
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_name_bans_updated_idx' for table 'bm_name_bans
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_name_bans_created_idx' for table 'bm_name_bans
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_name_bans_expires_idx' for table 'bm_name_bans
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_name_bans` (`id` INTEGER AUTO_INCREMENT , `name` VARCHAR(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `actor_id` BINARY(16) NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `updated` BIGINT UNSIGNED NOT NULL , `expires` BIGINT UNSIGNED NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_name_bans_updated_idx` ON `bm_name_bans` ( `updated` )
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_name_bans_created_idx` ON `bm_name_bans` ( `created` )
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_name_bans_expires_idx` ON `bm_name_bans` ( `expires` )
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating table 'bm_name_ban_records'
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - creating index 'bm_name_ban_records_created_idx' for table 'bm_name_ban_records
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE `bm_name_ban_records` (`id` INTEGER AUTO_INCREMENT , `name` VARCHAR(16) NOT NULL , `reason` VARCHAR(255) NOT NULL , `expired` BIGINT UNSIGNED NOT NULL , `actor_id` BINARY(16) NOT NULL , `pastActor_id` BINARY(16) NOT NULL , `pastCreated` BIGINT UNSIGNED NOT NULL , `created` BIGINT UNSIGNED NOT NULL , `createdReason` VARCHAR(255) NOT NULL , `silent` TINYINT(1) , PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
> [13:05:00 ERROR]: [BanManager] [STDERR] [Server thread] INFO me.confuser.banmanager.common.ormlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX `bm_name_ban_records_created_idx` ON `bm_name_ban_records` ( `created` )

How to replicate:

Every Server restart

confuser commented 1 year ago

Sorry what is the issue? Looks like the plugin is working correctly, the logs you've shared are debug logs showing the tables have been created successfully.