connection leak
eirikh1996 opened this issue · 1 comments
Issue report
Tell us about your environment
Running on a 1.13.2 Spigot server
[21:02:39 INFO]: This server is running CraftBukkit version git-Spigot-f56e2e7-4385562 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
[21:02:39 INFO]: You are 6 version(s) behind
-
Server Software:
Spigot -
Server Version:
1.13.2 -
BanManager Version:
5.15.0 -
Online/Offline mode:
Online mode -
Bungeecoord online/offline mode (if applicable):
BungeeCord not used
BanManager config.yml:
debug: false
databases:
local:
enabled: true
host: (removed)
port: 3306
name: (removed)
user: (removed)
password: (removed)
maxConnections: 10
useSSL: false
verifyServerCertificate: false
leakDetection: 3000
tables:
players: bm_players
playerBans: bm_player_bans
playerBanRecords: bm_player_ban_records
playerMutes: bm_player_mutes
playerMuteRecords: bm_player_mute_records
playerKicks: bm_player_kicks
playerNotes: bm_player_notes
playerHistory: bm_player_history
playerReports: bm_player_reports
playerReportLocations: bm_player_report_locations
playerReportStates: bm_player_report_states
playerReportCommands: bm_player_report_commands
playerReportComments: bm_player_report_comments
playerWarnings: bm_player_warnings
ipBans: bm_ip_bans
ipBanRecords: bm_ip_ban_records
ipMutes: bm_ip_mutes
ipMuteRecords: bm_ip_mute_records
ipRangeBans: bm_ip_range_bans
ipRangeBanRecords: bm_ip_range_ban_records
rollbacks: bm_rollbacks
nameBans: bm_name_bans
nameBanRecords: bm_name_ban_records
global:
enabled: false
host: 127.0.0.1
port: 3306
name: global_bans
user: root
password: ''
maxConnections: 10
useSSL: false
verifyServerCertificate: false
leakDetection: 3000
tables:
playerBans: bm_player_ban_all
playerUnbans: bm_player_unban_all
playerMutes: bm_player_mute_all
playerUnmutes: bm_player_unmute_all
playerNotes: bm_player_note_all
ipBans: bm_ip_ban_all
ipUnbans: bm_ip_unban_all
mutedCommandBlacklist:
- msg
softMutedCommandBlacklist:
- msg
duplicateIpCheck: true
bypassDuplicateChecks:
- 0.0.0.0
- 127.0.0.1
logKicks: false
logIps: true
displayNotifications: true
broadcastOnSync: false
timeLimits: {}
reportCooldown: 10
warningCooldown: 10
warningActions:
enabled: false
warningMute: false
hooks:
enabled: false
checkForUpdates: true
offlineAutoComplete: true
punishAlts: false
denyAlts: false
cleanUp:
kicks: 30
banRecords: 0
ipBanRecords: 0
ipMuteRecords: 0
muteRecords: 0
readWarnings: 0
unreadWarnings: 0
maxOnlinePerIp: 0
maxMultiaccountsRecently: 0
multiaccountsTime: 300
checkOnJoin: false
createNoteReasons: false
onlineMode: true
chatPriority: normal
Describe your issue:
While the server is running, it every 5 seconds spams the console with a "detected connection leak"
'''[20:40:25] [main/INFO]: Loaded 0 recipes
[20:40:25] [Server thread/INFO]: Starting minecraft server version 1.13.2
[20:40:25] [Server thread/INFO]: Loading properties
[20:40:25] [Server thread/INFO]: Default game type: SURVIVAL
[20:40:25] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f56e2e7-4385562 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
[20:40:26] [Server thread/INFO]: Debug logging is disabled
[20:40:26] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:40:26] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:40:26] [Server thread/INFO]: Generating keypair
[20:40:26] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:40:26] [Server thread/INFO]: Using default channel type
[20:40:33] [Server thread/INFO]: Reflections took 1025 ms to scan 14 urls, producing 13 keys and 21 values
[20:40:33] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.server.v1_13_R2.NBTTagCompound.c()
[20:40:33] [Server thread/WARN]: at java.lang.Class.getMethod(Unknown Source)
[20:40:33] [Server thread/WARN]: at regalowl.hyperconomy.bukkit.NBTTools.(NBTTools.java:56)
[20:40:33] [Server thread/WARN]: at regalowl.hyperconomy.bukkit.BukkitConnector.(BukkitConnector.java:84)
[20:40:33] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:40:33] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[20:40:33] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[20:40:33] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[20:40:33] [Server thread/WARN]: at java.lang.Class.newInstance(Unknown Source)
[20:40:33] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:70)
[20:40:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:132)
[20:40:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327)
[20:40:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248)
[20:40:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:323)
[20:40:33] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213)
[20:40:33] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:40:33] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
[20:40:33] [Server thread/INFO]: [AdvancedAntiXray] Loading AdvancedAntiXray v1.5.2
[20:40:33] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-beta-04;17f52cb
[20:40:33] [Server thread/INFO]: [EasyElevator] Loading EasyElevator v2.0
[20:40:33] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.7.2
[20:40:33] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.5
[20:40:33] [Server thread/INFO]: [BanManager] Loading BanManager v5.15.0
[20:40:33] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.6.0-b738
[20:40:33] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
[20:40:34] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
[20:40:34] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-beta01;01dfebe
[20:40:34] [Server thread/INFO]: [iFill] Loading iFill v0.6.0
[20:40:34] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[20:40:34] [Server thread/INFO]: [PAC] Loading PAC v2.0.0-pre5
[20:40:34] [Server thread/INFO]: [NationCraft] Loading NationCraft v1.0
[20:40:34] [Server thread/INFO]: [TestPlugin] Loading TestPlugin v1.0
[20:40:34] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
[20:40:34] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.0.3
[20:40:34] [Server thread/INFO]: [SimpleFreeze] Loading SimpleFreeze v3.2.1
[20:40:34] [Server thread/INFO]: [Movecraft] Loading Movecraft v7.0.0_pre_release_5
[20:40:34] [Server thread/INFO]: [BattleArena] Loading BattleArena v3.9.11.0
[20:40:34] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v11.0.0
[20:40:34] [Server thread/INFO]: [Brewery] Loading Brewery v1.7
[20:40:34] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.16.6
[20:40:34] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.16.0.3
[20:40:34] [Server thread/INFO]: [HyperConomy] Loading HyperConomy v0.975.7
[20:40:34] [Server thread/INFO]: [PluginLibrary] Loading PluginLibrary v1.2.1
[20:40:34] [Server thread/INFO]: [Statz] Loading Statz v1.5.3
[20:40:34] [Server thread/INFO]: [Autorank] Loading Autorank v4.2.6
[20:40:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
[20:40:34] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[20:40:34] [Server thread/INFO]: [PAC] Enabling PAC v2.0.0-pre5
[20:40:34] [Server thread/WARN]: java.lang.NoSuchFieldException: m
[20:40:34] [Server thread/WARN]: at java.lang.Class.getDeclaredField(Unknown Source)
[20:40:34] [Server thread/WARN]: at pac.L.b(L.java:43)
[20:40:34] [Server thread/WARN]: at pac.h.(h.java:16)
[20:40:34] [Server thread/WARN]: at me.themuhammed2188.pac.Main.onEnable(Main.java:13)
[20:40:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:40:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:40:34] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:40:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:40:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:40:34] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:214)
[20:40:34] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:40:34] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
[20:40:35] [Server thread/INFO]: [PAC] Enabled 13 modules
[20:40:35] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
[20:40:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:40:35] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[20:40:35] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:40:35] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[20:40:35] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
[20:40:35] [Server thread/INFO]: Preparing level "world"
[20:40:35] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[20:40:36] [Server thread/INFO]: Loaded 524 recipes
[20:40:37] [Server thread/INFO]: -------- World Settings For [world] --------
[20:40:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:40:37] [Server thread/INFO]: Item Merge Radius: 2.5
[20:40:37] [Server thread/INFO]: Item Despawn Rate: 100000
[20:40:37] [Server thread/INFO]: View Distance: 15
[20:40:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:40:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:40:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:40:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:40:37] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:40:37] [Server thread/INFO]: Mob Spawn Range: 2
[20:40:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:40:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:40:37] [Server thread/INFO]: Random Lighting Updates: false
[20:40:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 100 / Mi 32 / Other 150
[20:40:37] [Server thread/INFO]: Max TNT Explosions: 100
[20:40:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:40:37] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[20:40:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:40:37] [Server thread/INFO]: Item Merge Radius: 2.5
[20:40:37] [Server thread/INFO]: Item Despawn Rate: 100000
[20:40:37] [Server thread/INFO]: View Distance: 15
[20:40:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:40:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:40:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:40:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:40:37] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:40:37] [Server thread/INFO]: Mob Spawn Range: 2
[20:40:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:40:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:40:37] [Server thread/INFO]: Random Lighting Updates: false
[20:40:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 100 / Mi 32 / Other 150
[20:40:37] [Server thread/INFO]: Max TNT Explosions: 100
[20:40:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:40:37] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[20:40:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:40:37] [Server thread/INFO]: Item Merge Radius: 2.5
[20:40:37] [Server thread/INFO]: Item Despawn Rate: 100000
[20:40:37] [Server thread/INFO]: View Distance: 15
[20:40:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:40:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:40:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:40:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:40:37] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:40:37] [Server thread/INFO]: Mob Spawn Range: 2
[20:40:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:40:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:40:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:40:37] [Server thread/INFO]: Random Lighting Updates: false
[20:40:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 100 / Mi 32 / Other 150
[20:40:37] [Server thread/INFO]: Max TNT Explosions: 100
[20:40:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:40:37] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 6603898402693642969)
[20:40:37] [Server thread/INFO]: Preparing spawn area: 4%
[20:40:37] [Server thread/INFO]: Preparing spawn area: 8%
[20:40:37] [Server thread/INFO]: Preparing spawn area: 12%
[20:40:37] [Server thread/INFO]: Preparing spawn area: 16%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 20%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 24%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 28%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 32%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 36%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 40%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 44%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 48%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 52%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 56%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 60%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 64%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 68%
[20:40:38] [Server thread/INFO]: Preparing spawn area: 72%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 76%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 80%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 84%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 88%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 92%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 96%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 100%
[20:40:39] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: 6603898402693642969)
[20:40:39] [Server thread/INFO]: Preparing spawn area: 4%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 8%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 12%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 16%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 20%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 24%
[20:40:39] [Server thread/INFO]: Preparing spawn area: 28%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 32%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 36%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 40%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 44%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 48%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 52%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 56%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 60%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 64%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 68%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 72%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 76%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 80%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 84%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 88%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 92%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 96%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 100%
[20:40:40] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: 6603898402693642969)
[20:40:40] [Server thread/INFO]: Preparing spawn area: 4%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 8%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 12%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 16%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 20%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 24%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 28%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 32%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 36%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 40%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 44%
[20:40:40] [Server thread/INFO]: Preparing spawn area: 48%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 52%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 56%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 60%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 64%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 68%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 72%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 76%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 80%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 84%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 88%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 92%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 96%
[20:40:41] [Server thread/INFO]: Preparing spawn area: 100%
[20:40:41] [Server thread/INFO]: Time elapsed: 3508 ms
[20:40:41] [Server thread/INFO]: [AdvancedAntiXray] Enabling AdvancedAntiXray v1.5.2
[20:40:41] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-beta-04;17f52cb
[20:40:41] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2_2 as the Bukkit adapter
[20:40:41] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[20:40:41] [Server thread/INFO]: [EasyElevator] Enabling EasyElevator v2.0
[20:40:41] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.7.2
[20:40:41] [Server thread/INFO]: �[0;36;22mHooked into�[0;30;1m: �[0;37;1mEssentials�[m
[20:40:41] [Server thread/INFO]: �[0;36;22mHooked into�[0;30;1m: �[0;37;1mMultiverse-Core �[0;37;22m(World Alias)�[m
[20:40:41] [Server thread/INFO]: �[0;36;22mHooked into�[0;30;1m: �[0;37;1mProtocolLib �[0;37;22m(Packet Features)�[m
[20:40:41] [Server thread/INFO]: �[0;36;22mHooked into�[0;30;1m: �[0;37;1mVault�[m
[20:40:42] [Server thread/INFO]: �[0;36;22mStarting �[0;37;1mchecker listener �[0;36;22mwith NORMAL priority�[m
[20:40:42] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.5
[20:40:42] [Server thread/INFO]: [BanManager] Enabling BanManager v5.15.0
[20:40:42] [Server thread/WARN]: 36 [Server thread] INFO me.confuser.banmanager.internal.hikari.HikariDataSource - bm-local - Started.
[20:40:50] [bm-local housekeeper/WARN]: 8413 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:40:50] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:40:50] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:40:50] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.mysql.ConvertMyISAMToInnoDb.(ConvertMyISAMToInnoDb.java:23)
[20:40:50] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:341)
[20:40:50] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:40:50] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:40:50] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:40:50] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:40:50] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:40:50] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:40:50] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:40:50] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:40:50] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:40:50] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:40:50] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:40:50] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:42:55] [bm-local housekeeper/WARN]: 132697 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:42:55] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:42:55] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:42:55] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadOnlyConnection(DataSourceConnectionSource.java:102)
[20:42:55] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.dao.BaseDaoImpl.queryForId(BaseDaoImpl.java:221)
[20:42:55] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerStorage.setupConsole(PlayerStorage.java:62)
[20:42:55] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerStorage.(PlayerStorage.java:45)
[20:42:55] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:343)
[20:42:55] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:42:55] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:42:55] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:42:55] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:42:55] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:42:55] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:42:55] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:42:55] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:42:55] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:42:55] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:42:55] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:42:55] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:42:59] [bm-local housekeeper/WARN]: 137376 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:42:59] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:42:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:42:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadOnlyConnection(DataSourceConnectionSource.java:102)
[20:42:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerBanStorage.loadAll(PlayerBanStorage.java:53)
[20:42:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerBanStorage.(PlayerBanStorage.java:44)
[20:42:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:344)
[20:42:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:42:59] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:42:59] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:42:59] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:42:59] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:42:59] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:42:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:42:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:42:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:42:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:42:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:42:59] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:43:01] [Server thread/INFO]: [BanManager] Loaded 0 bans into memory
[20:43:04] [bm-local housekeeper/WARN]: 141680 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:43:04] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:43:04] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:43:04] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.dao.BaseDaoImpl.executeRawNoArgs(BaseDaoImpl.java:602)
[20:43:04] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerBanRecordStorage.(PlayerBanRecordStorage.java:33)
[20:43:04] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:345)
[20:43:04] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:43:04] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:43:04] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:43:04] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:43:04] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:43:04] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:43:04] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:43:04] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:43:04] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:43:04] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:43:04] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:43:04] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:43:13] [bm-local housekeeper/WARN]: 151444 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:43:13] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:43:13] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:43:13] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadOnlyConnection(DataSourceConnectionSource.java:102)
[20:43:13] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerMuteStorage.loadAll(PlayerMuteStorage.java:61)
[20:43:13] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerMuteStorage.(PlayerMuteStorage.java:52)
[20:43:13] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:346)
[20:43:13] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:43:13] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:43:13] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:43:13] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:43:13] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:43:13] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:43:13] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:43:13] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:43:13] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:43:13] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:43:13] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:43:13] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:43:25] [Server thread/INFO]: [BanManager] Loaded 0 mutes into memory
[20:43:30] [bm-local housekeeper/WARN]: 168014 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:43:30] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:43:30] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:43:30] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.dao.BaseDaoImpl.executeRawNoArgs(BaseDaoImpl.java:602)
[20:43:30] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerWarnStorage.(PlayerWarnStorage.java:48)
[20:43:30] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:348)
[20:43:30] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:43:30] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:43:30] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:43:30] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:43:30] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:43:30] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:43:30] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:43:30] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:43:30] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:43:30] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:43:30] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:43:30] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:43:39] [bm-local housekeeper/WARN]: 177112 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:43:39] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:43:39] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:43:39] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.dao.BaseDaoImpl.executeRawNoArgs(BaseDaoImpl.java:602)
[20:43:39] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerWarnStorage.(PlayerWarnStorage.java:55)
[20:43:39] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:348)
[20:43:39] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:43:39] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:43:39] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:43:39] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:43:39] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:43:39] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:43:39] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:43:39] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:43:39] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:43:39] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:43:39] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:43:39] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:43:47] [bm-local housekeeper/WARN]: 185318 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:43:47] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:43:47] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:43:47] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.dao.BaseDaoImpl.executeRawNoArgs(BaseDaoImpl.java:602)
[20:43:47] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerWarnStorage.(PlayerWarnStorage.java:61)
[20:43:47] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:348)
[20:43:47] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:43:47] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:43:47] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:43:47] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:43:47] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:43:47] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:43:47] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:43:47] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:43:47] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:43:47] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:43:47] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:43:47] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:44:03] [bm-local housekeeper/WARN]: 200790 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:44:03] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:44:03] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:44:03] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.dao.BaseDaoImpl.executeRawNoArgs(BaseDaoImpl.java:602)
[20:44:03] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.PlayerReportStorage.(PlayerReportStorage.java:47)
[20:44:03] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:355)
[20:44:03] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:44:03] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:44:03] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:44:03] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:44:03] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:44:03] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:44:03] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:44:03] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:44:03] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:44:03] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:44:03] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:44:03] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:44:31] [bm-local housekeeper/WARN]: 229085 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:44:31] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:44:31] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:44:31] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadOnlyConnection(DataSourceConnectionSource.java:102)
[20:44:31] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.IpBanStorage.loadAll(IpBanStorage.java:52)
[20:44:31] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.IpBanStorage.(IpBanStorage.java:43)
[20:44:31] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:358)
[20:44:31] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:44:31] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:44:31] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:44:31] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:44:31] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:44:31] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:44:31] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:44:31] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:44:31] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:44:31] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:44:31] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:44:31] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:44:32] [Server thread/INFO]: [BanManager] Loaded 0 ip bans into memory
[20:44:37] [bm-local housekeeper/WARN]: 235410 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:44:37] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:44:37] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:44:37] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadOnlyConnection(DataSourceConnectionSource.java:102)
[20:44:37] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.IpMuteStorage.loadAll(IpMuteStorage.java:52)
[20:44:37] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.IpMuteStorage.(IpMuteStorage.java:43)
[20:44:37] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:360)
[20:44:37] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:44:37] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:44:37] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:44:37] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:44:37] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:44:37] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:44:37] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:44:37] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:44:37] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:44:37] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:44:37] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:44:37] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:44:38] [Server thread/INFO]: [BanManager] Loaded 0 ip mutes into memory
[20:44:42] [bm-local housekeeper/WARN]: 239547 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:44:42] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:44:42] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:44:42] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadOnlyConnection(DataSourceConnectionSource.java:102)
[20:44:42] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.IpRangeBanStorage.loadAll(IpRangeBanStorage.java:55)
[20:44:42] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.IpRangeBanStorage.(IpRangeBanStorage.java:46)
[20:44:42] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:362)
[20:44:42] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:44:42] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:44:42] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:44:42] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:44:42] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:44:42] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:44:42] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:44:42] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:44:42] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:44:42] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:44:42] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:44:42] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:44:46] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
[20:44:49] [bm-local housekeeper/WARN]: 247076 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:44:49] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:44:49] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:44:49] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.dao.BaseDaoImpl.executeRawNoArgs(BaseDaoImpl.java:602)
[20:44:49] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.IpRangeBanRecordStorage.(IpRangeBanRecordStorage.java:30)
[20:44:49] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:363)
[20:44:49] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:44:49] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:44:49] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:44:49] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:44:49] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:44:49] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:44:49] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:44:49] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:44:49] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:44:49] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:44:49] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:44:49] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:44:59] [bm-local housekeeper/WARN]: 257460 [bm-local housekeeper] WARN me.confuser.banmanager.internal.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@50a66870, stack trace follows
[20:44:59] [bm-local housekeeper/WARN]: java.lang.Exception: Apparent connection leak detected
[20:44:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadWriteConnection(DataSourceConnectionSource.java:120)
[20:44:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.internal.ormlite.jdbc.DataSourceConnectionSource.getReadOnlyConnection(DataSourceConnectionSource.java:102)
[20:44:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.NameBanStorage.loadAll(NameBanStorage.java:50)
[20:44:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.storage.NameBanStorage.(NameBanStorage.java:41)
[20:44:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:369)
[20:44:59] [bm-local housekeeper/WARN]: at me.confuser.banmanager.BanManager.onEnable(BanManager.java:136)
[20:44:59] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[20:44:59] [bm-local housekeeper/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[20:44:59] [bm-local housekeeper/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[20:44:59] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
[20:44:59] [bm-local housekeeper/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
[20:44:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[20:44:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[20:44:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[20:44:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[20:44:59] [bm-local housekeeper/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[20:44:59] [bm-local housekeeper/WARN]: at java.lang.Thread.run(Unknown Source)
[20:45:03] [Server thread/INFO]: [BanManager] Loaded 0 name bans into memory
[20:45:03] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.6.0-b738
[20:45:03] [Server thread/INFO]: -------- World Settings For [flatworld] --------
[20:45:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:45:03] [Server thread/INFO]: Item Merge Radius: 2.5
[20:45:03] [Server thread/INFO]: Item Despawn Rate: 100000
[20:45:03] [Server thread/INFO]: View Distance: 15
[20:45:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:45:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:45:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:45:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:45:03] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:45:03] [Server thread/INFO]: Mob Spawn Range: 2
[20:45:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:45:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:45:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:45:03] [Server thread/INFO]: Random Lighting Updates: false
[20:45:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 100 / Mi 32 / Other 150
[20:45:03] [Server thread/INFO]: Max TNT Explosions: 100
[20:45:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:45:03] [Server thread/INFO]: Preparing start region for level 3 (Seed: 6761952533317049448)'''
How to replicate:
Set up ban management as you would usually do on a 1.13 server. Run it
Further information:
What is causing this issue? I would like to get rid of it as the console spam causes much load on the server and impacts the TPS rate