· 6 years ago · Jun 14, 2019, 11:26 AM
1[23:09:15] [main/INFO]: Loaded 0 recipes
2[23:09:16] [Server thread/INFO]: Starting minecraft server version 1.13.2
3[23:09:16] [Server thread/INFO]: Loading properties
4[23:09:16] [Server thread/INFO]: Default game type: SURVIVAL
5[23:09:16] [Server thread/INFO]: This server is running Paper version git-Paper-631 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
6[23:09:16] [Server thread/INFO]: Debug logging is disabled
7[23:09:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
8[23:09:16] [Server thread/INFO]: Using 4 threads for Netty based IO
9[23:09:16] [Server thread/INFO]: Generating keypair
10[23:09:16] [Server thread/INFO]: Starting Minecraft server on *:25605
11[23:09:16] [Server thread/INFO]: Using default channel type
12[23:09:17] [Server thread/ERROR]: Ambiguous plugin name `Vault' for files `plugins\Vault.jar' and `plugins\Vault (1).jar' in `plugins'
13[23:09:21] [Server thread/INFO]: [WorldEdit] Please restart the server if you have any plugins which depend on FAWE.
14[23:09:21] [Server thread/INFO]: (FAWE) Vault is used for persistent `/wea` toggles.
15[23:09:21] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@46e41dd8]
16[23:09:21] [Server thread/INFO]: Using com.boydti.fawe.bukkit.adapter.v1_13_1.Spigot_v1_13_R2 as the Bukkit adapter
17[23:09:21] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
18[23:09:22] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
19[23:09:22] [Server thread/INFO]: (FAWE) Replacing commands is currently undefined behavior: { height,heightmap }
20[23:09:22] [Server thread/INFO]: (FAWE) Replacing commands is currently undefined behavior: { image,color }
21[23:09:22] [Server thread/ERROR]: Could not load 'plugins\DummyFawe.jar' in folder 'plugins'
22org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
23 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-631]
24 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-631]
25 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-631]
26 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-631]
27 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-631]
28 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-631]
29 at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
30Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
31 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:172) ~[patched_1.13.2.jar:git-Paper-631]
32 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:54) ~[patched_1.13.2.jar:git-Paper-631]
33 at com.boydti.fawe.Blank.<init>(Blank.java:5) ~[?:?]
34 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_201]
35 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
36 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
37 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_201]
38 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_201]
39 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[patched_1.13.2.jar:git-Paper-631]
40 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-631]
41 ... 6 more
42Caused by: java.lang.IllegalStateException: Initial initialization
43 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:175) ~[patched_1.13.2.jar:git-Paper-631]
44 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:54) ~[patched_1.13.2.jar:git-Paper-631]
45 at com.boydti.fawe.Blank.<init>(Blank.java:5) ~[?:?]
46 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_201]
47 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
48 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
49 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_201]
50 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_201]
51 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[patched_1.13.2.jar:git-Paper-631]
52 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-631]
53 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-631]
54 at com.sk89q.worldedit.bukkit.WorldEditPlugin.rename(WorldEditPlugin.java:328) ~[?:?]
55 at com.sk89q.worldedit.bukkit.WorldEditPlugin.init(WorldEditPlugin.java:155) ~[?:?]
56 at com.sk89q.worldedit.bukkit.WorldEditPlugin.<init>(WorldEditPlugin.java:141) ~[?:?]
57 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_201]
58 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
59 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
60 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_201]
61 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_201]
62 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[patched_1.13.2.jar:git-Paper-631]
63 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-631]
64 ... 6 more
65[23:09:23] [Server thread/INFO]: [Warp] Loading Warp v1.4.0
66[23:09:23] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.26
67[23:09:23] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.13.112
68[23:09:23] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51
69[23:09:23] [Server thread/INFO]: [OpenInv] Loading OpenInv v3.3.7
70[23:09:23] [Server thread/INFO]: [FastAsyncVoxelSniper] Loading FastAsyncVoxelSniper v1.13.112
71[23:09:23] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.13.2-SNAPSHOT (build #61)
72[23:09:23] [Server thread/INFO]: [ParrotAnnouncer] Loading ParrotAnnouncer v3.0
73[23:09:23] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.2-SNAPSHOT
74[23:09:23] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
75[23:09:23] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
76[23:09:23] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
77[23:09:23] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
78[23:09:23] [Server thread/INFO]: [GlowAPI] Loading GlowAPI v1.4.8-SNAPSHOT
79[23:09:23] [Server thread/INFO]: [Glower] Loading Glower v1.3.1
80[23:09:23] [Server thread/INFO]: [OnePlayerSleep] Loading OnePlayerSleep v1.2
81[23:09:23] [Server thread/INFO]: [BanManager] Loading BanManager v5.15.0
82[23:09:23] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v2.0
83[23:09:23] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
84[23:09:23] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
85[23:09:24] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-beta-03;e51a220
86[23:09:24] [Server thread/INFO]: [MaSuiteCore] Loading MaSuiteCore v1.5.5-SNAPSHOT
87[23:09:24] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.6.9
88[23:09:24] [Server thread/INFO]: [MaSuiteHomes] Loading MaSuiteHomes v1.2.9.3
89[23:09:24] [Server thread/INFO]: [LagMeter] Loading LagMeter v1.17.0
90[23:09:24] [Server thread/INFO]: [ServerRestorer] Loading ServerRestorer v1.0.16
91[23:09:24] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
92[23:09:24] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.11.5
93[23:09:24] [Server thread/INFO]: [MyHelpPages] Loading MyHelpPages v1.4.1
94[23:09:24] [Server thread/INFO]: [BetterAlias] Loading BetterAlias v1.4.2
95[23:09:24] [Server thread/INFO]: [MultiChatSpigot] Loading MultiChatSpigot v1.7
96[23:09:24] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.0
97[23:09:24] [Server thread/INFO]: [MaSuiteWarps] Loading MaSuiteWarps v1.4.7.3
98[23:09:24] [Server thread/INFO]: [MaSuiteTeleports] Loading MaSuiteTeleports v1.3.5
99[23:09:24] [Server thread/INFO]: [SimpleChestLock] Loading SimpleChestLock v1.2.2
100[23:09:24] [Server thread/INFO]: [LimitedWorldEdit] Loading LimitedWorldEdit v2.0.0
101[23:09:24] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
102[23:09:24] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.16.9
103[23:09:24] [Server thread/INFO]: [BentoBox] Loading BentoBox v1.5.1
104[23:09:24] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.16.1.0
105[23:09:24] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.1
106[23:09:24] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v2.8.9
107[23:09:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
108[23:09:24] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.26
109[23:09:24] [Server thread/INFO]: __
110[23:09:24] [Server thread/INFO]: | |__) LuckPerms v4.4.26
111[23:09:24] [Server thread/INFO]: |___ | Running on Bukkit - Paper
112[23:09:24] [Server thread/INFO]:
113[23:09:24] [Server thread/INFO]: [LuckPerms] Loading configuration...
114[23:09:24] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
115[23:09:24] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
116[23:09:24] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
117[23:09:24] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
118[23:09:24] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
119[23:09:24] [Server thread/INFO]: [LuckPerms] Performing initial data load...
120[23:09:25] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1062ms)
121[23:09:25] [Server thread/INFO]: [FastAsyncVoxelSniper] Enabling FastAsyncVoxelSniper v1.13.112
122[23:09:25] [Server thread/INFO]: [FastAsyncVoxelSniper] Registered 77 Sniper Brushes with 154 handles.
123[23:09:25] [Server thread/INFO]: [FastAsyncVoxelSniper] Registered Sniper Listener.
124[23:09:25] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0*
125[23:09:25] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
126[23:09:25] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91*
127[23:09:25] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
128[23:09:25] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
129[23:09:25] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
130[23:09:25] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
131[23:09:25] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
132[23:09:25] [Server thread/INFO]: [BentoBox] Enabling BentoBox v1.5.1
133[23:09:25] [Server thread/INFO]: [BentoBox] Loading Settings from config.yml...
134[23:09:25] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.bentobox.database.objects.Players Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
135[23:09:25] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.bentobox.database.objects.Names Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
136[23:09:25] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.bentobox.database.objects.Island Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
137[23:09:26] [Server thread/INFO]: [BentoBox] Hooking with Vault...
138[23:09:26] [Server thread/INFO]: [BentoBox] Loading addons...
139[23:09:26] [Server thread/INFO]: [BentoBox] Loaded 6 addons.
140[23:09:26] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
141[23:09:26] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
142[23:09:26] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
143[23:09:26] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
144[23:09:26] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
145[23:09:26] [Server thread/INFO]: Preparing level "bskyblock_world"
146[23:09:26] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
147[23:09:26] [Server thread/INFO]: Loaded 524 recipes
148[23:09:27] [Server thread/INFO]: -------- World Settings For [bskyblock_world] --------
149[23:09:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
150[23:09:27] [Server thread/INFO]: View Distance: 10
151[23:09:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
152[23:09:27] [Server thread/INFO]: Item Merge Radius: 2.5
153[23:09:27] [Server thread/INFO]: Item Despawn Rate: 6000
154[23:09:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
155[23:09:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
156[23:09:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
157[23:09:27] [Server thread/INFO]: Cane Growth Modifier: 100%
158[23:09:27] [Server thread/INFO]: Melon Growth Modifier: 100%
159[23:09:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
160[23:09:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
161[23:09:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
162[23:09:27] [Server thread/INFO]: Beetroot Growth Modifier: 100%
163[23:09:27] [Server thread/INFO]: Carrot Growth Modifier: 100%
164[23:09:27] [Server thread/INFO]: Potato Growth Modifier: 100%
165[23:09:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
166[23:09:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
167[23:09:27] [Server thread/INFO]: Vine Growth Modifier: 100%
168[23:09:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
169[23:09:27] [Server thread/INFO]: Mob Spawn Range: 8
170[23:09:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
171[23:09:27] [Server thread/INFO]: Experience Merge Radius: 3.0
172[23:09:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
173[23:09:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
174[23:09:27] [Server thread/INFO]: Random Lighting Updates: false
175[23:09:27] [Server thread/INFO]: Max TNT Explosions: 100
176[23:09:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
177[23:09:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
178[23:09:27] [Server thread/INFO]: -------- World Settings For [bskyblock_world_nether] --------
179[23:09:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
180[23:09:27] [Server thread/INFO]: View Distance: 10
181[23:09:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
182[23:09:27] [Server thread/INFO]: Item Merge Radius: 2.5
183[23:09:27] [Server thread/INFO]: Item Despawn Rate: 6000
184[23:09:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
185[23:09:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
186[23:09:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
187[23:09:27] [Server thread/INFO]: Cane Growth Modifier: 100%
188[23:09:27] [Server thread/INFO]: Melon Growth Modifier: 100%
189[23:09:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
190[23:09:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
191[23:09:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
192[23:09:27] [Server thread/INFO]: Beetroot Growth Modifier: 100%
193[23:09:27] [Server thread/INFO]: Carrot Growth Modifier: 100%
194[23:09:27] [Server thread/INFO]: Potato Growth Modifier: 100%
195[23:09:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
196[23:09:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
197[23:09:27] [Server thread/INFO]: Vine Growth Modifier: 100%
198[23:09:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
199[23:09:27] [Server thread/INFO]: Mob Spawn Range: 8
200[23:09:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
201[23:09:27] [Server thread/INFO]: Experience Merge Radius: 3.0
202[23:09:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
203[23:09:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
204[23:09:27] [Server thread/INFO]: Random Lighting Updates: false
205[23:09:27] [Server thread/INFO]: Max TNT Explosions: 100
206[23:09:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
207[23:09:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
208[23:09:27] [Server thread/INFO]: -------- World Settings For [bskyblock_world_the_end] --------
209[23:09:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
210[23:09:27] [Server thread/INFO]: View Distance: 10
211[23:09:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
212[23:09:27] [Server thread/INFO]: Item Merge Radius: 2.5
213[23:09:27] [Server thread/INFO]: Item Despawn Rate: 6000
214[23:09:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
215[23:09:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
216[23:09:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
217[23:09:27] [Server thread/INFO]: Cane Growth Modifier: 100%
218[23:09:27] [Server thread/INFO]: Melon Growth Modifier: 100%
219[23:09:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
220[23:09:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
221[23:09:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
222[23:09:27] [Server thread/INFO]: Beetroot Growth Modifier: 100%
223[23:09:27] [Server thread/INFO]: Carrot Growth Modifier: 100%
224[23:09:27] [Server thread/INFO]: Potato Growth Modifier: 100%
225[23:09:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
226[23:09:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
227[23:09:27] [Server thread/INFO]: Vine Growth Modifier: 100%
228[23:09:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
229[23:09:27] [Server thread/INFO]: Mob Spawn Range: 8
230[23:09:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
231[23:09:27] [Server thread/INFO]: Experience Merge Radius: 3.0
232[23:09:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
233[23:09:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
234[23:09:27] [Server thread/INFO]: Random Lighting Updates: false
235[23:09:27] [Server thread/INFO]: Max TNT Explosions: 100
236[23:09:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
237[23:09:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
238[23:09:27] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: -9070306553906495307)
239[23:09:27] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: -9070306553906495307)
240[23:09:27] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: -9070306553906495307)
241[23:09:27] [Server thread/INFO]: Time elapsed: 28 ms
242[23:09:27] [Server thread/INFO]: [Warp] Enabling Warp v1.4.0*
243[23:09:27] [Server thread/INFO]: Warp version 1.4.0 is enabled
244[23:09:27] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.0*
245[23:09:27] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51
246[23:09:27] [Server thread/INFO]: [OpenInv] Enabling OpenInv v3.3.7*
247[23:09:27] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.13.2-SNAPSHOT (build #61)
248[23:09:27] [Server thread/INFO]: [LogBlock] Connecting to root@jdbc:mysql://127.0.0.1:3306/minecraft...
249[23:09:27] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Starting...
250[23:09:27] [Server thread/WARN]: Fri Jun 14 23:09:27 NZST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
251[23:09:27] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Start completed.
252[23:09:28] [LogBlock-Connection-Pool connection adder/WARN]: Fri Jun 14 23:09:28 NZST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
253[23:09:28] [LogBlock-Connection-Pool connection adder/WARN]: Fri Jun 14 23:09:28 NZST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
254[23:09:28] [Server thread/INFO]: [LogBlock] Entity logging enabled!
255[23:09:28] [Server thread/INFO]: [ParrotAnnouncer] Enabling ParrotAnnouncer v3.0
256[23:09:28] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
257[23:09:28] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
258[23:09:28] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
259[23:09:28] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.2-SNAPSHOT*
260[23:09:28] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
261[23:09:28] [Server thread/INFO]: [GlowAPI] Enabling GlowAPI v1.4.8-SNAPSHOT*
262[23:09:28] [Server thread/INFO]: [Glower] Enabling Glower v1.3.1*
263[23:09:28] [Server thread/INFO]: Glower from TheTealViper powered ON!
264[23:09:28] [Server thread/INFO]: [OnePlayerSleep] Enabling OnePlayerSleep v1.2*
265[23:09:28] [Server thread/INFO]: [BanManager] Enabling BanManager v5.15.0*
266[23:09:28] [Server thread/WARN]: 26 [Server thread] INFO me.confuser.banmanager.internal.hikari.HikariDataSource - bm-local - Started.
267[23:09:29] [Server thread/INFO]: [BanManager] Loaded 6 bans into memory
268[23:09:29] [Server thread/INFO]: [BanManager] Loaded 0 mutes into memory
269[23:09:29] [Server thread/INFO]: [BanManager] Loaded 0 ip bans into memory
270[23:09:29] [Server thread/INFO]: [BanManager] Loaded 0 ip mutes into memory
271[23:09:29] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
272[23:09:29] [Server thread/INFO]: [BanManager] Loaded 2 name bans into memory
273[23:09:29] [Server thread/WARN]: 409 [Server thread] INFO me.confuser.banmanager.internal.hikari.HikariDataSource - bm-global - Started.
274[23:09:29] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v2.0*
275[23:09:29] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0-beta-03;e51a220
276[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world) TNT ignition is PERMITTED.
277[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lighters are PERMITTED.
278[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lava fire is blocked.
279[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world) All fire spread is disabled.
280[23:09:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world'
281[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) TNT ignition is PERMITTED.
282[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lighters are PERMITTED.
283[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lava fire is blocked.
284[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) All fire spread is disabled.
285[23:09:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_nether'
286[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) TNT ignition is PERMITTED.
287[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lighters are PERMITTED.
288[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lava fire is blocked.
289[23:09:29] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) All fire spread is disabled.
290[23:09:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_the_end'
291[23:09:29] [Server thread/INFO]: [WorldGuard] Loading region data...
292[23:09:29] [Server thread/INFO]: [MaSuiteCore] Enabling MaSuiteCore v1.5.5-SNAPSHOT*
293[23:09:29] [Server thread/INFO]: [MaSuite] Bungeecord detected!
294[23:09:29] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.6.9*
295[23:09:29] [Server thread/WARN]: Fri Jun 14 23:09:29 NZST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
296[23:09:30] [Server thread/INFO]: [MaSuiteHomes] Enabling MaSuiteHomes v1.2.9.3*
297[23:09:30] [Server thread/INFO]: [LagMeter] Enabling LagMeter v1.17.0*
298[23:09:30] [Server thread/INFO]: [LagMeter] Enabled! Polling every 40 server ticks.
299[23:09:30] [Server thread/INFO]: [LagMeter] Chunks loaded:
300[23:09:30] [Server thread/INFO]: [LagMeter] World "bskyblock_world": 0.
301[23:09:30] [Server thread/INFO]: [LagMeter] World "bskyblock_world_nether": 0.
302[23:09:30] [Server thread/INFO]: [LagMeter] World "bskyblock_world_the_end": 0.
303[23:09:30] [Server thread/INFO]: [LagMeter] Total chunks loaded: 0
304[23:09:30] [Server thread/INFO]: [LagMeter] Entities:
305[23:09:30] [Server thread/INFO]: [LagMeter] World "bskyblock_world": 0.
306[23:09:30] [Server thread/INFO]: [LagMeter] World "bskyblock_world_nether": 0.
307[23:09:30] [Server thread/INFO]: [LagMeter] World "bskyblock_world_the_end": 0.
308[23:09:30] [Server thread/INFO]: [LagMeter] Total entities: 0
309[23:09:30] [Server thread/INFO]: [ServerRestorer] Enabling ServerRestorer v1.0.16
310[23:09:30] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.11.5
311[23:09:30] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: LONG_GRASS.
312[23:09:30] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: THIN_GLASS.
313[23:09:30] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: WOOD.
314[23:09:30] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: WOOL.
315[23:09:30] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
316[23:09:30] [Server thread/INFO]: [GriefPrevention] 0 total claims loaded.
317[23:09:31] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
318[23:09:31] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
319[23:09:31] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
320[23:09:31] [Server thread/INFO]: [GriefPrevention] Boot finished.
321[23:09:31] [Server thread/INFO]: [MyHelpPages] Enabling MyHelpPages v1.4.1*
322[23:09:31] [Server thread/INFO]: [BetterAlias] Enabling BetterAlias v1.4.2*
323[23:09:32] [Server thread/INFO]: [MultiChatSpigot] Enabling MultiChatSpigot v1.7
324[23:09:32] [Server thread/INFO]: Loading spigotconfig.yml...
325[23:09:32] [Server thread/INFO]: [MultiChatSpigot] Attempting startup load for Nicknames
326[23:09:32] [Server thread/INFO]: The nicknames file was successfully loaded!
327[23:09:32] [Server thread/INFO]: [MultiChatSpigot] Load completed!
328[23:09:32] [Server thread/INFO]: [MultiChatSpigot] Successfully connected to Vault!
329[23:09:32] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.0
330[23:09:32] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
331[23:09:32] [Server thread/INFO]: [Essentials] No kits found to migrate.
332[23:09:32] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
333[23:09:32] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
334[23:09:32] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
335[23:09:32] [Server thread/INFO]: [Essentials] Loaded 17746 items from items.json.
336[23:09:32] [Server thread/INFO]: [Essentials] Using locale en_US
337[23:09:32] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
338[23:09:32] [Server thread/INFO]: [Essentials] Metrics disabled per bStats config.
339[23:09:32] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
340[23:09:32] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
341[23:09:32] [Server thread/INFO]: [MaSuiteWarps] Enabling MaSuiteWarps v1.4.7.3
342[23:09:32] [Server thread/INFO]: [MaSuiteTeleports] Enabling MaSuiteTeleports v1.3.5*
343[23:09:32] [Server thread/INFO]: [SimpleChestLock] Enabling SimpleChestLock v1.2.2*
344[23:09:32] [Server thread/ERROR]: [SimpleChestLock v1.2.2] Sorry, material named 'DROOPPER' does not exist, and can't be locked!
345[23:09:32] [ForkJoinPool.commonPool-worker-25/INFO]: === Super Trails ===SuperTrails 9.6.9 for MC 1.13 enabledThank you for using !===================== [MaSuite] An update for MaSuiteCore is available! Download it now at https://www.spigotmc.org/resources/60037
346[23:09:32] [Server thread/ERROR]: [SimpleChestLock v1.2.2] Sorry, material named 'WOODEN_DOOR' can't be pair locked. Is it lockable at all?
347[23:09:32] [Server thread/ERROR]: [SimpleChestLock v1.2.2] Sorry, 'DROPPER' can't have a protective aura. Is it lockable at all?
348[23:09:32] [Server thread/ERROR]: [SimpleChestLock v1.2.2] Sorry, 'WOODEN_DOOR' can't be vertically lockable. Is it lockable at all?
349[23:09:32] [Server thread/INFO]: [LimitedWorldEdit] Enabling LimitedWorldEdit v2.0.0*
350[23:09:32] [Server thread/INFO]: LimitedWorldEdit:Version 2.0.0 enabled
351[23:09:32] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
352[23:09:32] [Server thread/INFO]: [BuycraftX] Validating your server key...
353[23:09:33] [ForkJoinPool.commonPool-worker-4/INFO]: [MaSuite] An update for MaSuiteTeleports is available! Download it now at https://www.spigotmc.org/resources/60125
354[23:09:34] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
355[23:09:35] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.16.9
356[23:09:35] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.16.1.0
357[23:09:35] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.1
358[23:09:35] [Server thread/INFO]: [SuperVanish] Hooked into SuperTrails
359[23:09:35] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
360[23:09:35] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v2.8.9*
361[23:09:36] [Server thread/INFO]: Done (10.067s)! For help, type "help"
362[23:09:36] [Server thread/INFO]: Timings Reset
363[23:09:36] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
364[23:09:36] [Server thread/INFO]: (FAWE) Plugin 'GriefPrevention' found. Using it now.
365[23:09:36] [Server thread/INFO]: [BentoBox] Enabling addons...
366[23:09:36] [Server thread/INFO]: [BentoBox] Loaded Blueprint Bundle 'default' for BSkyBlock
367[23:09:36] [Server thread/INFO]: [BentoBox] Loaded Blueprint Bundle 'double_island' for BSkyBlock
368[23:09:36] [Server thread/INFO]: [BentoBox] Loaded Blueprint Bundle 'harder_island' for BSkyBlock
369[23:09:36] [Server thread/INFO]: [BentoBox] Loaded blueprint 'double' for BSkyBlock
370[23:09:36] [Server thread/INFO]: [BentoBox] Loaded blueprint 'end-island' for BSkyBlock
371[23:09:36] [Server thread/INFO]: [BentoBox] Loaded blueprint 'harder' for BSkyBlock
372[23:09:36] [Server thread/INFO]: [BentoBox] Loaded blueprint 'island' for BSkyBlock
373[23:09:36] [Server thread/INFO]: [BentoBox] Loaded blueprint 'nether-island' for BSkyBlock
374[23:09:36] [Server thread/INFO]: [BentoBox] Enabling BSkyBlock...
375[23:09:36] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.biomes.database.objects.BiomesObject Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
376[23:09:36] [Server thread/INFO]: [BentoBox] Loading biomes...
377[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.biomes.database.objects.biomesobject' doesn't exist
378[23:09:36] [Server thread/INFO]: [BentoBox] Enabling Biomes...
379[23:09:36] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.challenges.database.object.Challenge Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
380[23:09:36] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.challenges.database.object.ChallengeLevel Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
381[23:09:36] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.challenges.database.object.ChallengesPlayerData Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
382[23:09:36] [Server thread/INFO]: [BentoBox] Loading challenges...
383[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.challenges.database.object.challenge' doesn't exist
384[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.challenges.database.object.challengelevel' doesn't exist
385[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.challenges.database.object.challenge' doesn't exist
386[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.challenges.database.object.challengelevel' doesn't exist
387[23:09:36] [Server thread/INFO]: [BentoBox] Enabling Challenges...
388[23:09:36] [Server thread/ERROR]: [BentoBox] Level Addon: No such world : AcidIsland_world
389[23:09:36] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.level.objects.LevelsData Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
390[23:09:36] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.level.objects.TopTenData Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
391[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.level.objects.toptendata' doesn't exist
392[23:09:36] [Server thread/INFO]: [BentoBox] [Level] Level hooking into BSkyBlock
393[23:09:36] [Server thread/INFO]: [BentoBox] Enabling Level...
394[23:09:36] [Server thread/INFO]: [BentoBox] Enabling MagicCobblestoneGenerator...
395[23:09:36] [Server thread/ERROR]: [BentoBox] [VoidPortals] VoidPortals could not hook into any GameMode so will not do anything!
396[23:09:36] [Server thread/INFO]: [BentoBox] Enabling VoidPortals...
397[23:09:36] [Server thread/INFO]: [BentoBox] Addons successfully enabled.
398[23:09:36] [Server thread/ERROR]: [BentoBox] Problem trying to create schema for data object world.bentobox.bentobox.database.objects.IslandDeletion Table storage engine 'MyISAM' does not support the create option 'Index on virtual generated column'
399[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
400[23:09:36] [Server thread/INFO]:
401 ____ _ ____
402 | _ \ | | | _ \ by tastybento and Poslovitch
403 | |_) | ___ _ __ | |_ ___ | |_) | _____ __ 2017 - 2019
404 | _ < / _ \ '_ \| __/ _ \| _ < / _ \ \/ /
405 | |_) | __/ | | | || (_) | |_) | (_) > < v1.5.1
406 |____/ \___|_| |_|\__\___/|____/ \___/_/\_\ Loaded in 1405ms.
407
408[23:09:36] [Server thread/ERROR]: [BentoBox] Could not load objects Table 'bentobox.world.bentobox.bentobox.database.objects.islanddeletion' doesn't exist
409[23:09:36] [Server thread/INFO]: [BanManager] The following commands are blocked whilst muted:
410[23:09:36] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper
411[23:09:36] [Server thread/INFO]: [BanManager] pms
412[23:09:36] [Server thread/INFO]: [BanManager] The following commands are blocked whilst soft muted:
413[23:09:36] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper
414[23:09:36] [Server thread/INFO]: [BentoBox] Added world BSkyBlock (NORMAL)
415[23:09:37] [Server thread/INFO]: [SuperVanish] Your current version of SuperVanish is outdated - New version: '6.1.2'; Currently: '6.1.1'
416[23:09:37] [Craft Scheduler Thread - 21/INFO]: [Vault] Checking for Updates ...
417[23:09:37] [Craft Scheduler Thread - 15/INFO]: [BuycraftX] Fetching all due players...
418[23:09:37] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Downloading data from GitHub...
419[23:09:37] [Craft Scheduler Thread - 15/INFO]: [BuycraftX] Fetched due players (0 found).
420[23:09:37] [Craft Scheduler Thread - 17/INFO]: [PacketListenerApi] There is a new version available: https://r.spiget.org/2930
421[23:09:38] [Craft Scheduler Thread - 21/WARN]: [Vault] Stable Version: 1.7.2 is out! You are still running version: 1.7.1
422[23:09:38] [Craft Scheduler Thread - 21/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
423[23:09:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (06b77741bbc622d715d3ee44158b0e2516453dac)
424[23:09:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Language initialized as English
425[23:09:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
426[23:09:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Need a server host? Try PebbleHost! Plans starting at $1/GB!
427[23:09:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
428[23:09:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
429[23:09:42] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
430[23:09:43] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
431[23:09:44] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
432[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:NZNetwork(231608777915367434)
433[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:whats-new-nznetwork(555323715592650754)
434[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-ip-address(555960624832577538)
435[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:nznetwork-live(556384749917306880)
436[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestion-box(564738297352552449)
437[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:events(567977591089135627)
438[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(554975832138055690)
439[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:questions-and-answers(554975874160656404)
440[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rank-information(554975940636049418)
441[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:level-info-lv2-etc(554975989877178378)
442[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-commands(554976199261028382)
443[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(231608777915367434)
444[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft(231678567014989827)
445[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bug-reports(556300882271010818)
446[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help(231681101045694464)
447[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:off-topic(231679063196958720)
448[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:terraria(439351070393761802)
449[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:pets(533192734471749642)
450[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcomes(552778352516136966)
451[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:apply-for-a-level-here(555271632260825088)
452[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:level-apps(555261394165956620)
453[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:closed-apps(555262436878450689)
454[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:application-commands-admin-only(555275402847977483)
455[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-mods(555271862016409633)
456[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-admins(231680159600607232)
457[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ban-log(556749865191866369)
458[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderator-rules(556741355372675094)
459[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mod-guidelines(556751575050223638)
460[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mod-command-list(557093886892310539)
461[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:testing-area(578520949142585344)
462[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 000000000000000000
463[23:09:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
464[23:10:05] [User Authenticator #1/INFO]: [BanManager] Requesting name for 97c4d846-1018-358f-b721-d30a2cfaa0a9
465[23:10:06] [User Authenticator #1/WARN]: [BanManager] Duplicates found for usb_hub, was unable to contact Mojang for updated names
466[23:10:06] [User Authenticator #1/INFO]: UUID of player usb_hub is 9b8b0cc0-bc9b-4c36-b9b1-237edda2bd9c
467[23:10:06] [Server thread/INFO]: [+] usb_hub has joined this server.
468[23:10:07] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.glow.reflection.minecraft
469[23:10:07] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
470[23:10:07] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! 9b8b0cc0-bc9b-4c36-b9b1-237edda2bd9c Table 'bentobox.world.bentobox.level.objects.levelsdata' doesn't exist
471[23:10:07] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! 9b8b0cc0-bc9b-4c36-b9b1-237edda2bd9c Table 'bentobox.world.bentobox.bentobox.database.objects.players' doesn't exist
472[23:10:07] [Craft Scheduler Thread - 4/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Names Table 'bentobox.world.bentobox.bentobox.database.objects.names' doesn't exist
473[23:10:07] [Craft Scheduler Thread - 0/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Players Table 'bentobox.world.bentobox.bentobox.database.objects.players' doesn't exist
474[23:10:07] [Server thread/INFO]: usb_hub[/192.168.1.6:51509] logged in with entity id 21 at ([bskyblock_world]0.5, 125.0, 2.5)
475[23:10:14] [Server thread/INFO]: usb_hub issued server command: /island
476[23:10:15] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! BSkyBlock3c7576d9-6762-4b5b-893d-efb7107e21bc Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
477[23:10:16] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! BSkyBlock328e9124-61e2-482d-bb38-1127e42e16ff Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
478[23:10:16] [Craft Scheduler Thread - 0/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Players Table 'bentobox.world.bentobox.bentobox.database.objects.players' doesn't exist
479[23:10:16] [Craft Scheduler Thread - 5/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Island Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
480[23:10:17] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! 9b8b0cc0-bc9b-4c36-b9b1-237edda2bd9c Table 'bentobox.world.bentobox.challenges.database.object.challengesplayerdata' doesn't exist
481[23:10:17] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! 9b8b0cc0-bc9b-4c36-b9b1-237edda2bd9c Table 'bentobox.world.bentobox.level.objects.levelsdata' doesn't exist
482[23:10:17] [Craft Scheduler Thread - 3/ERROR]: [BentoBox] Could not save object world.bentobox.challenges.database.object.ChallengesPlayerData Table 'bentobox.world.bentobox.challenges.database.object.challengesplayerdata' doesn't exist
483[23:10:17] [Craft Scheduler Thread - 20/ERROR]: [BentoBox] Could not save object world.bentobox.level.objects.LevelsData Table 'bentobox.world.bentobox.level.objects.levelsdata' doesn't exist
484[23:10:17] [Craft Scheduler Thread - 3/ERROR]: [BentoBox] Could not save object world.bentobox.challenges.database.object.ChallengesPlayerData Table 'bentobox.world.bentobox.challenges.database.object.challengesplayerdata' doesn't exist
485[23:10:17] [Server thread/WARN]: usb_hub moved too quickly! -0.5388388088676352,0.0,800.2624999880791
486[23:10:17] [Craft Scheduler Thread - 20/ERROR]: [BentoBox] Could not save object world.bentobox.level.objects.LevelsData Table 'bentobox.world.bentobox.level.objects.levelsdata' doesn't exist
487[23:10:20] [Async Chat Thread - #0/INFO]: [Skyblock] NZN ? usb_hub: test
488[23:10:49] [Server thread/INFO]: usb_hub issued server command: /spawn
489[23:10:51] [Server thread/INFO]: usb_hub issued server command: /!
490[23:12:50] [Server thread/INFO]: usb_hub issued server command: /bsbadmin setspawn
491[23:12:51] [Server thread/INFO]: usb_hub issued server command: /bsbadmin setspawn
492[23:12:54] [Server thread/INFO]: usb_hub issued server command: /island
493[23:13:00] [Server thread/INFO]: usb_hub issued server command: /bsbspawn
494[23:13:01] [Server thread/INFO]: usb_hub issued server command: /spawn
495[23:13:02] [Server thread/INFO]: usb_hub issued server command: /!
496[23:13:06] [Server thread/INFO]: usb_hub issued server command: /gmc
497[23:13:10] [Server thread/INFO]: usb_hub issued server command: /island
498[23:13:15] [Server thread/INFO]: usb_hub issued server command: /spaw
499[23:13:16] [Server thread/INFO]: usb_hub issued server command: /spawn
500[23:13:30] [Server thread/INFO]: usb_hub issued server command: /island create
501[23:13:35] [Server thread/INFO]: usb_hub issued server command: /bsbadmin
502[23:13:46] [Server thread/INFO]: usb_hub issued server command: /bsbadmin delete usb_hub
503[23:13:46] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! usb_hub Table 'bentobox.world.bentobox.bentobox.database.objects.names' doesn't exist
504[23:13:46] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! usb_hub Table 'bentobox.world.bentobox.bentobox.database.objects.names' doesn't exist
505[23:13:47] [Server thread/INFO]: usb_hub issued server command: /bsbadmin delete usb_hub
506[23:13:47] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! usb_hub Table 'bentobox.world.bentobox.bentobox.database.objects.names' doesn't exist
507[23:13:47] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! usb_hub Table 'bentobox.world.bentobox.bentobox.database.objects.names' doesn't exist
508[23:13:47] [Craft Scheduler Thread - 5/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Island Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
509[23:13:47] [Craft Scheduler Thread - 5/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Island Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
510[23:13:47] [Craft Scheduler Thread - 16/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.IslandDeletion Table 'bentobox.world.bentobox.bentobox.database.objects.islanddeletion' doesn't exist
511[23:13:47] [Craft Scheduler Thread - 5/ERROR]: [BentoBox] Could not delete object world.bentobox.bentobox.database.objects.Island BSkyBlock328e9124-61e2-482d-bb38-1127e42e16ff Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
512[23:13:54] [Server thread/INFO]: usb_hub issued server command: /spawn
513[23:13:56] [Craft Scheduler Thread - 16/ERROR]: [BentoBox] Could not delete object world.bentobox.bentobox.database.objects.IslandDeletion 457ef712-a337-428b-9733-b9b00fff3729 Table 'bentobox.world.bentobox.bentobox.database.objects.islanddeletion' doesn't exist
514[23:13:58] [Server thread/INFO]: usb_hub issued server command: /island
515[23:14:01] [Server thread/ERROR]: [BentoBox] Could not check if key exists in database! BSkyBlocked3e53a6-4f78-4b45-a57b-2a24a9e40caf Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
516[23:14:01] [Craft Scheduler Thread - 5/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Island Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
517[23:14:01] [Craft Scheduler Thread - 0/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Players Table 'bentobox.world.bentobox.bentobox.database.objects.players' doesn't exist
518[23:14:02] [Craft Scheduler Thread - 20/ERROR]: [BentoBox] Could not save object world.bentobox.level.objects.LevelsData Table 'bentobox.world.bentobox.level.objects.levelsdata' doesn't exist
519[23:14:02] [Craft Scheduler Thread - 3/ERROR]: [BentoBox] Could not save object world.bentobox.challenges.database.object.ChallengesPlayerData Table 'bentobox.world.bentobox.challenges.database.object.challengesplayerdata' doesn't exist
520[23:14:02] [Server thread/WARN]: usb_hub moved too quickly! -3.154149727803155,0.0,802.1323394943049
521[23:14:02] [Craft Scheduler Thread - 20/ERROR]: [BentoBox] Could not save object world.bentobox.level.objects.LevelsData Table 'bentobox.world.bentobox.level.objects.levelsdata' doesn't exist
522[23:14:36] [Craft Scheduler Thread - 0/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Players Table 'bentobox.world.bentobox.bentobox.database.objects.players' doesn't exist
523[23:14:36] [Craft Scheduler Thread - 5/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Island Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
524[23:14:36] [Craft Scheduler Thread - 5/ERROR]: [BentoBox] Could not save object world.bentobox.bentobox.database.objects.Island Table 'bentobox.world.bentobox.bentobox.database.objects.island' doesn't exist
525[23:18:50] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/ERROR]: [DiscordSRV] [JDA] One of the EventListeners had an uncaught exception