· 6 years ago · Mar 08, 2019, 11:02 PM
1[22:56:34] [Server thread/INFO]: Starting minecraft server version 1.12.2
2[22:56:34] [Server thread/INFO]: Loading properties
3[22:56:34] [Server thread/INFO]: Default game type: CREATIVE
4[22:56:34] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-dcd1643-e60fc34 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
5[22:56:34] [Server thread/INFO]: Using 4 threads for Netty based IO
6[22:56:34] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[22:56:34] [Server thread/INFO]: Debug logging is disabled
8[22:56:34] [Server thread/INFO]: Generating keypair
9[22:56:34] [Server thread/INFO]: Starting Minecraft server on *:25584
10[22:56:34] [Server thread/INFO]: Using epoll channel type
11[22:56:34] [Server thread/ERROR]: Ambiguous plugin name `Vehicles' for files `plugins/Vehicles-CRACKED.jar' and `plugins/Vehicles-CRACKED(1).jar' in `plugins'
12[22:56:34] [Server thread/ERROR]: Ambiguous plugin name `ChestShop' for files `plugins/ChestShop.jar' and `plugins/ChestShop(1).jar' in `plugins'
13[22:56:34] [Server thread/INFO]: Set PluginClassLoader as parallel capable
14[22:56:34] [Server thread/ERROR]: Could not load 'plugins/HausaufgabenSystem.jar' in folder 'plugins'
15org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
16 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
17 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
18 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-dcd1643-e60fc34]
19 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot.jar:git-Spigot-dcd1643-e60fc34]
20 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-dcd1643-e60fc34]
21 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-dcd1643-e60fc34]
22 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
23Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
24 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:183) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
25 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:60) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
26 at me.NsuperT.Main.Main.<init>(Main.java:7) ~[?:?]
27 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
28 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_181]
29 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_181]
30 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_181]
31 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_181]
32 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
33 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
34 ... 6 more
35Caused by: java.lang.IllegalStateException: Initial initialization
36 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:186) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
37 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:60) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
38 at me.NsuperT.Main.Main.<init>(Main.java:7) ~[?:?]
39 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
40 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_181]
41 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_181]
42 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_181]
43 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_181]
44 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
45 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
46 ... 6 more
47[22:56:35] [Server thread/ERROR]: Could not load 'plugins/Scoreboardteams.jar' in folder 'plugins'
48org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
49 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
50 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
51 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-dcd1643-e60fc34]
52 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot.jar:git-Spigot-dcd1643-e60fc34]
53 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-dcd1643-e60fc34]
54 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-dcd1643-e60fc34]
55 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
56Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
57 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:183) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
58 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:60) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
59 at me.NsuperT.Main.Main.<init>(Main.java:7) ~[?:?]
60 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
61 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_181]
62 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_181]
63 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_181]
64 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_181]
65 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
66 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
67 ... 6 more
68Caused by: java.lang.IllegalStateException: Initial initialization
69 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:186) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
70 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:60) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
71 at me.NsuperT.Main.Main.<init>(Main.java:7) ~[?:?]
72 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
73 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_181]
74 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_181]
75 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_181]
76 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_181]
77 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
78 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
79 ... 6 more
80[22:56:35] [Server thread/INFO]: [ChatClear] Loading ChatClear v1.0
81[22:56:35] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.3.17
82[22:56:35] [Server thread/INFO]: [RailLoader] Loading RailLoader v1.0
83[22:56:35] [Server thread/INFO]: [Vehicles] Loading Vehicles v9.3.2
84[22:56:35] [Server thread/INFO]: [EasySetSpawn] Loading EasySetSpawn v3.2
85[22:56:35] [Server thread/INFO]: [BotSystemLaden022] Loading BotSystemLaden022 v1.0
86[22:56:35] [Server thread/INFO]: [Core] Loading Core v0.1.2
87[22:56:35] [Server thread/INFO]: [Core] Checking update for Core v0.1.2
88[22:56:35] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.02.28-b39b388-1248-22.0.10
89[22:56:35] [Server thread/INFO]: [Schule] Loading Schule v1.0
90[22:56:35] [Server thread/INFO]: [AntiJoinMessage] Loading AntiJoinMessage v2.1.2
91[22:56:35] [Server thread/INFO]: [ItemSignatur] Loading ItemSignatur v1.2
92[22:56:35] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.6.0
93[22:56:35] [Server thread/INFO]: [ViaVersion] ViaVersion 1.6.0 is now loaded, injecting!
94[22:56:36] [Server thread/INFO]: [ViaVersion] Loading block mapping...
95[22:56:36] [Server thread/INFO]: [ViaVersion] Loading item mapping...
96[22:56:36] [Server thread/INFO]: [ViaVersion] Loading new tags...
97[22:56:36] [Server thread/INFO]: [ViaVersion] Loading enchantments...
98[22:56:36] [Server thread/INFO]: [ViaVersion] Loading sound mapping...
99[22:56:36] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v1.4
100[22:56:36] [Server thread/INFO]: [SpawnSystem] Loading SpawnSystem v1.0
101[22:56:36] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
102[22:56:36] [Server thread/INFO]: [HologramSystem] Loading HologramSystem v19.2
103[22:56:36] [Server thread/INFO]: [RewardCodes] Loading RewardCodes v1.2.0
104[22:56:36] [Server thread/INFO]: [Taser] Loading Taser v1.6.2
105[22:56:36] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
106[22:56:36] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
107[22:56:36] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v18.12.21-03ad8eb-2059
108[22:56:36] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
109[22:56:36] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.2-SNAPSHOT;8eeab68
110[22:56:36] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
111[22:56:36] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v0.9.3
112[22:56:36] [Server thread/INFO]: [CustomTab] Loading CustomTab v1.1
113[22:56:36] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.2 (build 86)
114[22:56:36] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
115[22:56:36] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v1.9.9.8
116[22:56:36] [Server thread/INFO]: [EssentialsMysqlStorage] Loading EssentialsMysqlStorage v1.9.0
117[22:56:36] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v3.3.0.1
118[22:56:36] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading MysqlPlayerDataBridge v3.27.3
119[22:56:36] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.3.17
120[22:56:36] [Server thread/INFO]: [0;36;1m [0;36;22m __ [m
121[22:56:36] [Server thread/INFO]: [0;36;1m | [0;36;22m|__) [0;32;22mLuckPerms [0;36;1mv4.3.17[m
122[22:56:36] [Server thread/INFO]: [0;36;1m |___ [0;36;22m| [0;30;1mRunning on Bukkit - CraftBukkit[m
123[22:56:36] [Server thread/INFO]: [m
124[22:56:36] [Server thread/INFO]: [LuckPerms] Loading configuration...
125[22:56:36] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
126[22:56:36] [Server thread/WARN]: [Server thread] INFO me.lucko.luckperms.lib.hikari.HikariDataSource - luckperms-hikari - Starting...
127[22:56:36] [Server thread/WARN]: [Server thread] INFO me.lucko.luckperms.lib.hikari.HikariDataSource - luckperms-hikari - Start completed.
128[22:56:36] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
129[22:56:36] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
130[22:56:36] [Server thread/INFO]: [LuckPerms] Performing initial data load...
131[22:56:37] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 722ms)
132[22:56:37] [Server thread/INFO]: [Core] Enabling Core v0.1.2
133[22:56:37] [Server thread/INFO]: [Core] [0;32;1mPlugin Core has an update! Old: v0.1.2, New: v0.1.7[m
134[22:56:37] [Server thread/INFO]: [Core] Continuing in 3
135[22:56:38] [Server thread/INFO]: [Core] Continuing in 2
136[22:56:39] [Server thread/INFO]: [Core] Continuing in 1
137[22:56:40] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.02.28-b39b388-1248-22.0.10
138[22:56:40] [Server thread/INFO]: ====== USE PAPER ======[m
139[22:56:40] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/[m
140[22:56:40] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/[m
141[22:56:40] [Server thread/INFO]: - This is only a recommendation[m
142[22:56:40] [Server thread/INFO]: ==============================[m
143[22:56:40] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
144[22:56:40] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
145[22:56:40] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
146[22:56:40] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
147[22:56:40] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
148[22:56:40] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v18.12.21-03ad8eb-2059
149[22:56:40] [Server thread/INFO]: Version is PlotSquared-18.12.21-3ad8eb-2059
150[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;33;22mMetrics enabled.[m
151[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;33;22mPlotSquared is using online UUIDs[m
152[22:56:40] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
153[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mplot-expiry[0;31;1m, Value: [0;33;22mfalse[m
154[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mkill-road-mobs[0;31;1m, Value: [0;33;22mfalse[m
155[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mkill-road-items[0;31;1m, Value: [0;33;22mfalse[m
156[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mworlds[0;31;1m, Value: [0;33;22mfalse[m
157[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mworldedit-restrictions[0;31;1m, Value: [0;33;22mtrue[m
158[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mdatabase-purger[0;31;1m, Value: [0;33;22mfalse[m
159[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22meconomy[0;31;1m, Value: [0;33;22mtrue[m
160[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mblock-cache[0;31;1m, Value: [0;33;22mtrue[m
161[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mkill-road-vehicles[0;31;1m, Value: [0;33;22mfalse[m
162[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mpersistent-meta[0;31;1m, Value: [0;33;22mtrue[m
163[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mban-deleter[0;31;1m, Value: [0;33;22mfalse[m
164[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mupdater[0;31;1m, Value: [0;33;22mtrue[m
165[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mdatabase[0;31;1m, Value: [0;33;22mtrue[m
166[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mplotme-converter[0;31;1m, Value: [0;33;22mtrue[m
167[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mpermission-cache[0;31;1m, Value: [0;33;22mtrue[m
168[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mrating-cache[0;31;1m, Value: [0;33;22mtrue[m
169[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mcomment-notifier[0;31;1m, Value: [0;33;22mfalse[m
170[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mmetrics[0;31;1m, Value: [0;33;22mtrue[m
171[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mchunk-processor[0;31;1m, Value: [0;33;22mfalse[m
172[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22muuid-cache[0;31;1m, Value: [0;33;22mtrue[m
173[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mevents[0;31;1m, Value: [0;33;22mtrue[m
174[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;31;1mKey: [0;33;22mcommands[0;31;1m, Value: [0;33;22mtrue[m
175[22:56:40] [Server thread/INFO]: [0;33;22mPlotSquared wurde aktiviert[m
176[22:56:40] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;33;22mMetrics enabled.[m
177[22:56:40] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
178[22:56:40] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
179[22:56:40] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
180[22:56:40] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
181[22:56:40] [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.
182[22:56:40] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
183[22:56:40] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
184[22:56:40] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
185[22:56:40] [Server thread/INFO]: Preparing level "world"
186[22:56:40] [Server thread/INFO]: -------- World Settings For [world] --------
187[22:56:40] [Server thread/INFO]: Mob Spawn Range: 4
188[22:56:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
189[22:56:40] [Server thread/INFO]: Cane Growth Modifier: 100%
190[22:56:40] [Server thread/INFO]: Melon Growth Modifier: 100%
191[22:56:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
192[22:56:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
193[22:56:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
194[22:56:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
195[22:56:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
196[22:56:40] [Server thread/INFO]: Vine Growth Modifier: 100%
197[22:56:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
198[22:56:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
199[22:56:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
200[22:56:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
201[22:56:40] [Server thread/INFO]: Random Lighting Updates: false
202[22:56:40] [Server thread/INFO]: Structure Info Saving: true
203[22:56:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
204[22:56:40] [Server thread/INFO]: Max TNT Explosions: 100
205[22:56:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
206[22:56:40] [Server thread/INFO]: Item Despawn Rate: 6000
207[22:56:40] [Server thread/INFO]: Item Merge Radius: 2.5
208[22:56:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
209[22:56:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
210[22:56:40] [Server thread/INFO]: View Distance: 10
211[22:56:40] [Server thread/INFO]: Experience Merge Radius: 3.0
212[22:56:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
213[22:56:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
214[22:56:41] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
215[22:56:41] [Server thread/INFO]: -------- World Settings For [world_nether] --------
216[22:56:41] [Server thread/INFO]: Mob Spawn Range: 4
217[22:56:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
218[22:56:41] [Server thread/INFO]: Cane Growth Modifier: 100%
219[22:56:41] [Server thread/INFO]: Melon Growth Modifier: 100%
220[22:56:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
221[22:56:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
222[22:56:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
223[22:56:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
224[22:56:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
225[22:56:41] [Server thread/INFO]: Vine Growth Modifier: 100%
226[22:56:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
227[22:56:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
228[22:56:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
229[22:56:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
230[22:56:41] [Server thread/INFO]: Random Lighting Updates: false
231[22:56:41] [Server thread/INFO]: Structure Info Saving: true
232[22:56:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
233[22:56:41] [Server thread/INFO]: Max TNT Explosions: 100
234[22:56:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
235[22:56:41] [Server thread/INFO]: Item Despawn Rate: 6000
236[22:56:41] [Server thread/INFO]: Item Merge Radius: 2.5
237[22:56:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
238[22:56:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
239[22:56:41] [Server thread/INFO]: View Distance: 10
240[22:56:41] [Server thread/INFO]: Experience Merge Radius: 3.0
241[22:56:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
242[22:56:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
243[22:56:41] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
244[22:56:41] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
245[22:56:41] [Server thread/INFO]: Mob Spawn Range: 4
246[22:56:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
247[22:56:41] [Server thread/INFO]: Cane Growth Modifier: 100%
248[22:56:41] [Server thread/INFO]: Melon Growth Modifier: 100%
249[22:56:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
250[22:56:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
251[22:56:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
252[22:56:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
253[22:56:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
254[22:56:41] [Server thread/INFO]: Vine Growth Modifier: 100%
255[22:56:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
256[22:56:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
257[22:56:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
258[22:56:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
259[22:56:41] [Server thread/INFO]: Random Lighting Updates: false
260[22:56:41] [Server thread/INFO]: Structure Info Saving: true
261[22:56:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
262[22:56:41] [Server thread/INFO]: Max TNT Explosions: 100
263[22:56:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
264[22:56:41] [Server thread/INFO]: Item Despawn Rate: 6000
265[22:56:41] [Server thread/INFO]: Item Merge Radius: 2.5
266[22:56:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
267[22:56:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
268[22:56:41] [Server thread/INFO]: View Distance: 10
269[22:56:41] [Server thread/INFO]: Experience Merge Radius: 3.0
270[22:56:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
271[22:56:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
272[22:56:41] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
273[22:56:41] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3561447146001741440)
274[22:56:42] [Server thread/INFO]: Preparing spawn area: 74%
275[22:56:42] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3561447146001741440)
276[22:56:43] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3561447146001741440)
277[22:56:43] [Server thread/INFO]: [ChatClear] Enabling ChatClear v1.0
278[22:56:43] [Server thread/INFO]: [RailLoader] Enabling RailLoader v1.0
279[22:56:43] [Server thread/INFO]: [Vehicles] Enabling Vehicles v9.3.2
280[22:56:43] [Server thread/INFO]: [0;32;1m[Vehicles] Cracked by BlackSpigot Staff Team[m
281[22:56:43] [Server thread/INFO]: Vehicles >> lang.yml loaded.
282[22:56:43] [Server thread/INFO]: [EasySetSpawn] Enabling EasySetSpawn v3.2
283[22:56:43] [Server thread/INFO]: [EasySetSpawn] EasySetSpawn enabled!
284[22:56:43] [Server thread/INFO]: [BotSystemLaden022] Enabling BotSystemLaden022 v1.0
285[22:56:43] [Server thread/INFO]: ------------------------------------
286[22:56:43] [Server thread/INFO]: Bot System f?hrt hoch...
287[22:56:43] [Server thread/INFO]: Bot wird initialisiert.
288[22:56:43] [Server thread/INFO]: Seriennummer wird gepr?ft.
289[22:56:43] [Server thread/INFO]: Seriennummer erfolgreich aktiviert.
290[22:56:43] [Server thread/INFO]: Bot joint...
291[22:56:43] [Server thread/INFO]: Initialisierung abgeschlossen
292[22:56:43] [Server thread/INFO]: -------------------------------------
293[22:56:43] [Server thread/INFO]: [0;32;1m[VerranztesEssentials] Geladen....[m
294[22:56:43] [Server thread/INFO]: [Schule] Enabling Schule v1.0
295[22:56:43] [Server thread/INFO]: [AntiJoinMessage] Enabling AntiJoinMessage v2.1.2
296[22:56:43] [Server thread/INFO]: [0;31;1mAntiJoinMessage by MadeByProxxy![m
297[22:56:43] [Server thread/INFO]: [ItemSignatur] Enabling ItemSignatur v1.2
298[22:56:43] [Server thread/INFO]: [0;37;22m[[0;32;1mUnterschrift[0;37;22m] [0;37;22m[0;32;1mDas Plugin wurde erfolgreich gestartet![m
299[22:56:43] [Server thread/INFO]: [0;37;22m[[0;32;1mUnterschrift[0;37;22m] [0;37;22m[0;33;22m1.2 by [0;32;22mDespero[m
300[22:56:43] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.6.0
301[22:56:43] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v1.4
302[22:56:43] [Server thread/ERROR]: [CraftingStore] Your API key is not set. The plugin will not work until your API key is set.
303[22:56:43] [Server thread/INFO]: [SpawnSystem] Enabling SpawnSystem v1.0
304[22:56:43] [Server thread/INFO]: [0;32;1mLade Locations...[m
305[22:56:43] [Server thread/INFO]: [0;32;1mLocations erfolgreich geladen![m
306[22:56:43] [Server thread/INFO]: [0;32;1mStarte PlugIn...[m
307[22:56:43] [Server thread/INFO]: [0;32;1mPlugIn erfolgreich geladen![m
308[22:56:43] [Server thread/INFO]: [0;32;1mSpawnSystem [0;37;22mby: [0;31;1mMadeByProxxy[m
309[22:56:43] [Server thread/INFO]: [HologramSystem] Enabling HologramSystem v19.2
310[22:56:43] [Server thread/INFO]: [RewardCodes] Enabling RewardCodes v1.2.0
311[22:56:43] [Server thread/INFO]: [Taser] Enabling Taser v1.6.2
312[22:56:43] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
313[22:56:43] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
314[22:56:43] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
315[22:56:43] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
316[22:56:43] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsMysqlStorage to the same version.
317[22:56:43] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
318[22:56:43] [Server thread/INFO]: No kits found to migrate.
319[22:56:43] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
320[22:56:43] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
321[22:56:43] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
322[22:56:43] [Server thread/INFO]: Using locale de
323[22:56:43] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
324[22:56:43] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
325[22:56:43] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
326[22:56:43] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
327[22:56:43] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.2-SNAPSHOT;8eeab68
328[22:56:43] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
329[22:56:43] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
330[22:56:43] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
331[22:56:43] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
332[22:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
333[22:56:43] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
334[22:56:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
335[22:56:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
336[22:56:43] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
337[22:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
338[22:56:43] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
339[22:56:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
340[22:56:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
341[22:56:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
342[22:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
343[22:56:43] [Server thread/INFO]: [WorldGuard] Loading region data...
344[22:56:44] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
345[22:56:44] [Server thread/INFO]: -------- World Settings For [parkplatz] --------
346[22:56:44] [Server thread/INFO]: Mob Spawn Range: 4
347[22:56:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
348[22:56:44] [Server thread/INFO]: Cane Growth Modifier: 100%
349[22:56:44] [Server thread/INFO]: Melon Growth Modifier: 100%
350[22:56:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
351[22:56:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
352[22:56:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
353[22:56:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
354[22:56:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
355[22:56:44] [Server thread/INFO]: Vine Growth Modifier: 100%
356[22:56:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
357[22:56:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
358[22:56:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
359[22:56:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
360[22:56:44] [Server thread/INFO]: Random Lighting Updates: false
361[22:56:44] [Server thread/INFO]: Structure Info Saving: true
362[22:56:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
363[22:56:44] [Server thread/INFO]: Max TNT Explosions: 100
364[22:56:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
365[22:56:44] [Server thread/INFO]: Item Despawn Rate: 6000
366[22:56:44] [Server thread/INFO]: Item Merge Radius: 2.5
367[22:56:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
368[22:56:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
369[22:56:44] [Server thread/INFO]: View Distance: 10
370[22:56:44] [Server thread/INFO]: Experience Merge Radius: 3.0
371[22:56:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
372[22:56:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
373[22:56:44] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
374[22:56:44] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6815181083916902753)
375[22:56:45] [Server thread/INFO]: Preparing spawn area for parkplatz, 97%
376[22:56:45] [Server thread/INFO]: [WorldGuard] (parkplatz) TNT ignition is PERMITTED.
377[22:56:45] [Server thread/INFO]: [WorldGuard] (parkplatz) Lighters are PERMITTED.
378[22:56:45] [Server thread/INFO]: [WorldGuard] (parkplatz) Lava fire is blocked.
379[22:56:45] [Server thread/INFO]: [WorldGuard] (parkplatz) Fire spread is UNRESTRICTED.
380[22:56:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'parkplatz'
381[22:56:45] [Server thread/INFO]: -------- World Settings For [plots] --------
382[22:56:45] [Server thread/INFO]: Mob Spawn Range: 4
383[22:56:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
384[22:56:45] [Server thread/INFO]: Cane Growth Modifier: 100%
385[22:56:45] [Server thread/INFO]: Melon Growth Modifier: 100%
386[22:56:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
387[22:56:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
388[22:56:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
389[22:56:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
390[22:56:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
391[22:56:45] [Server thread/INFO]: Vine Growth Modifier: 100%
392[22:56:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
393[22:56:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
394[22:56:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
395[22:56:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
396[22:56:45] [Server thread/INFO]: Random Lighting Updates: false
397[22:56:45] [Server thread/INFO]: Structure Info Saving: true
398[22:56:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
399[22:56:45] [Server thread/INFO]: Max TNT Explosions: 100
400[22:56:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
401[22:56:45] [Server thread/INFO]: Item Despawn Rate: 6000
402[22:56:45] [Server thread/INFO]: Item Merge Radius: 2.5
403[22:56:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
404[22:56:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
405[22:56:45] [Server thread/INFO]: View Distance: 10
406[22:56:45] [Server thread/INFO]: Experience Merge Radius: 3.0
407[22:56:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
408[22:56:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
409[22:56:45] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;32;1mDetected world load for 'plots'[m
410[22:56:45] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
411[22:56:45] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;36;22m - plotworld: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotWorld[m
412[22:56:45] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;36;22m - manager: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotManager[m
413[22:56:45] [Server thread/INFO]: World possibly already loaded: plots[m
414[22:56:45] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4731993175623430168)
415[22:56:46] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
416[22:56:46] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
417[22:56:46] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
418[22:56:46] [Server thread/INFO]: [WorldGuard] (plots) Fire spread is UNRESTRICTED.
419[22:56:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
420[22:56:46] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
421[22:56:46] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
422[22:56:46] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v0.9.3
423[22:56:46] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 6.2.2-SNAPSHOT;8eeab68
424[22:56:46] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: PlotSquared 18.12.21-03ad8eb-2059
425[22:56:46] [Server thread/INFO]: [CustomTab] Enabling CustomTab v1.1
426[22:56:46] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.2 (build 86)
427[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
428[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
429[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
430[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_uuid_idx' for table 'accounts
431[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
432[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_name_idx' for table 'accounts
433[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , `lastSeen` BIGINT DEFAULT 0 NOT NULL , PRIMARY KEY (`shortName`) , UNIQUE (`name`,`uuid`) )
434[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_uuid_idx` ON `accounts` ( `uuid` )
435[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
436[22:56:46] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_name_idx` ON `accounts` ( `name` )
437[22:56:47] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
438[22:56:47] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
439[22:56:47] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
440[22:56:47] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v1.9.9.8
441[22:56:47] [Server thread/INFO]: ==========================================[m
442[22:56:47] [Server thread/INFO]: FurnitureLibary Version: [0;33;1m1.9.9.8[m
443[22:56:47] [Server thread/INFO]: Furniture Autor: [0;33;22mSte3et_C0st[m
444[22:56:47] [Server thread/INFO]: Furniture Website: [0;33;1mhttp://dicecraft.de[m
445[22:56:47] [Server thread/INFO]: Furniture start load[m
446[22:56:47] [Server thread/INFO]: Furniture find ProtectionLib: [0;33;1mtrue[m
447[22:56:47] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 0 Objects from: SQLite Database
448[22:56:47] [Server thread/INFO]: [FurnitureLib] FurnitureLib have loadet 0 in 00:00.001
449[22:56:47] [Server thread/INFO]: [FurnitureLib] FurnitureLib have purged 0 Objects
450[22:56:47] [Server thread/INFO]: If you want to install more models look at here: http://dicecraft.de/furniture/models.php[m
451[22:56:47] [Server thread/INFO]: [0;32;22mFurniture load finish :)[m
452[22:56:47] [Server thread/INFO]: ==========================================[m
453[22:56:47] [Server thread/INFO]: [EssentialsMysqlStorage] Enabling EssentialsMysqlStorage v1.9.0
454[22:56:47] [Server thread/ERROR]: [EssentialsMysqlStorage] Incompatible server version detected: 1.12.2 .Errors may take place! Update required!
455[22:56:47] [Server thread/INFO]: [EssentialsMysqlStorage] Loading the config file...
456[22:56:47] [Server thread/INFO]: [EssentialsMysqlStorage] Config loaded successfully!
457[22:56:47] [Server thread/INFO]: [EssentialsMysqlStorage] Connecting to the database...
458[22:56:47] [Server thread/INFO]: [EssentialsMysqlStorage] Database connection successful!
459[22:56:47] [Server thread/INFO]: [EssentialsMysqlStorage] Data save task will run each 3 minutes.
460[22:56:47] [Server thread/INFO]: [EssentialsMysqlStorage] EssentialsMysqlStorage loaded successfully!
461[22:56:47] [Server thread/INFO]: [0;36;1m[21mCracked By FireLeaker@DL/BS.com[m
462[22:56:47] [Server thread/INFO]: [DiceFurniture] Enabling DiceFurniture v3.3.0.1
463[22:56:47] [Server thread/INFO]: FurnitureLib Version > 2.x not found[m
464[22:56:47] [Server thread/INFO]: DiceFurniture deos not load[m
465[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Enabling MysqlPlayerDataBridge v3.27.3
466[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading the config file...
467[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Vault dependency found.
468[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Using economy system: Essentials Economy
469[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Compatible server version detected: 1.12.2
470[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] ChestShop found and support enabled!
471[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Connecting to the database...
472[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Database connection successfull!
473[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Data save task is enabled.
474[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync inventory is enabled.
475[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync gamemode is enabled.
476[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync armor is enabled.
477[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync enderchest is enabled.
478[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync experience is enabled.
479[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync active potion effects is enabled.
480[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players health is enabled.
481[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players food is enabled.
482[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players air is enabled.
483[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players location is enabled.
484[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players bed location is enabled.
485[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync economy is enabled.
486[22:56:47] [Server thread/INFO]: [MysqlPlayerDataBridge] MysqlPlayerDataBridge loaded successfully!
487[22:56:47] [Server thread/INFO]: Cracked by Devil.[m
488[22:56:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
489[22:56:48] [Server thread/INFO]: Done (7.382s)! For help, type "help" or "?"
490[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'WorldGuard' found. Using it now.[m
491[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Optimizing PlotSquared[m
492[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - QueueProvider: class com.boydti.fawe.regions.general.plot.FaweLocalBlockQueue[m
493[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - HybridPlotManager.REGENERATIVE_CLEAR: false[m
494[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - SchematicHandler: com.boydti.fawe.regions.general.plot.FaweSchematicHandler@5957c13c[m
495[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - ChunkManager: com.boydti.fawe.regions.general.plot.FaweChunkManager@3565cc57[m
496[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'PlotSquared' found. Using it now.[m
497[22:56:48] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Detected class org.bukkit.event.block.BlockExplodeEvent[m
498[22:56:48] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2(340)
499[22:56:48] [Craft Scheduler Thread - 8/INFO]: [Vault] Checking for Updates ...
500[22:56:48] [Craft Scheduler Thread - 8/INFO]: [Vault] No new version available
501[22:56:49] [Server thread/INFO]: Starting UUID caching[m
502[22:56:49] [Craft Scheduler Thread - 7/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;33;22mStarting player data caching for: world[m
503[22:56:49] [Craft Scheduler Thread - 7/INFO]: [0;32;1mFast mode UUID caching enabled![m
504[22:56:49] [Craft Scheduler Thread - 7/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;33;22mCached a total of: 7 UUIDs[m
505[22:56:52] [User Authenticator #1/INFO]: UUID of player NsuperT is b4f4e2d5-0eee-425a-9148-f97ec98b8988
506[22:56:52] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to SpawnSystem v1.0
507org.bukkit.event.EventException: null
508 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
509 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
510 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
511 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
512 at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot.jar:git-Spigot-dcd1643-e60fc34]
513 at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot.jar:git-Spigot-dcd1643-e60fc34]
514 at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot.jar:git-Spigot-dcd1643-e60fc34]
515 at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot.jar:git-Spigot-dcd1643-e60fc34]
516 at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot.jar:git-Spigot-dcd1643-e60fc34]
517 at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot.jar:git-Spigot-dcd1643-e60fc34]
518 at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845) [spigot.jar:git-Spigot-dcd1643-e60fc34]
519 at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
520 at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
521 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
522 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
523Caused by: java.lang.IllegalArgumentException: location.world
524 at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
525 at org.bukkit.craftbukkit.v1_12_R1.entity.CraftPlayer.teleport(CraftPlayer.java:491) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
526 at org.bukkit.craftbukkit.v1_12_R1.entity.CraftEntity.teleport(CraftEntity.java:271) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
527 at me.madebyproxxy.spigot.spawnsystem.main.JoinListener.onJoin(JoinListener.java:31) ~[?:?]
528 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
529 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
530 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
531 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
532 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
533 ... 14 more
534[22:56:53] [Server thread/INFO]: NsuperT[/87.245.10.66:59887] logged in with entity id 434 at ([plots]-68.2750691701462, 79.25691352920181, 2.560744672309895)
535[22:56:53] [Craft Scheduler Thread - 7/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Updated FAWE to 19.03.02-14f3b91-1254-22.0.11 @ /home/JuSuper14Gaming/Kreativ 02/plugins/update-confirm/FastAsyncWorldEdit-bukkit-18.09.09-936bd6f-1210-21.4.8.jar[m
536[22:56:53] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.server.v1_12_R1.EntityArmorStand.setGravity(boolean)
537[22:56:53] [Server thread/WARN]: at java.lang.Class.getMethod(Class.java:1786)
538[22:56:53] [Server thread/WARN]: at me.MadeByProxxy.Utils.HoloAPI.getPacket(HoloAPI.java:62)
539[22:56:53] [Server thread/WARN]: at me.MadeByProxxy.Utils.HoloAPI.display(HoloAPI.java:37)
540[22:56:53] [Server thread/WARN]: at me.MadeByProxxy.Utils.Scheduler.run(Scheduler.java:35)
541[22:56:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)
542[22:56:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
543[22:56:53] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
544[22:56:53] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
545[22:56:53] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
546[22:56:53] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
547[22:56:53] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)