· 6 years ago · Jan 25, 2020, 08:00 PM
1[20:07:27] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[20:07:27] [Server thread/INFO]: Loading properties
3[20:07:27] [Server thread/WARN]: You have used the Spigot command line EULA agreement flag.
4[20:07:27] [Server thread/WARN]: By using this setting you are indicating your agreement to Mojang's EULA (https://account.mojang.com/documents/minecraft_eula).
5[20:07:27] [Server thread/WARN]: If you do not agree to the above EULA please stop your server and remove this flag immediately.
6[20:07:27] [Server thread/INFO]: Default game type: SURVIVAL
7[20:07:27] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
8[20:07:27] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
9[20:07:27] [Server thread/INFO]: Server Ping Player Sample Count: 12
10[20:07:27] [Server thread/INFO]: Using 4 threads for Netty based IO
11[20:07:27] [Server thread/INFO]: Debug logging is disabled
12[20:07:27] [Server thread/INFO]: Data value allowed items:
13[20:07:27] [Server thread/INFO]: Generating keypair
14[20:07:27] [Server thread/INFO]: Starting Minecraft server on 213.202.230.217:25500
15[20:07:27] [Server thread/INFO]: Set PluginClassLoader as parallel capable
16[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...
17[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...
18[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...
19[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...
20[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...
21[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...
22[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...
23[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...
24[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...
25[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...
26[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...
27[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...
28[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...
29[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...
30[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...
31[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...
32[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...
33[20:07:27] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...
34[20:07:27] [Server thread/WARN]: SLF4J: No SLF4J providers were found.
35[20:07:27] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
36[20:07:27] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
37[20:07:27] [Server thread/ERROR]: Could not load 'plugins/VotingPlugin.jar' in folder 'plugins'
38org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchFieldError: UI_BUTTON_CLICK
39 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
40 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
41 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [spigot.jar:git-PaperSpigot-"4c7641d"]
42 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [spigot.jar:git-PaperSpigot-"4c7641d"]
43 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-PaperSpigot-"4c7641d"]
44 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
45 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
46Caused by: java.lang.NoSuchFieldError: UI_BUTTON_CLICK
47 at com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCoreConfigOptions.<init>(AdvancedCoreConfigOptions.java:118) ~[?:?]
48 at com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCorePlugin.<init>(AdvancedCorePlugin.java:134) ~[?:?]
49 at com.Ben12345rocks.VotingPlugin.Main.<init>(Main.java:88) ~[?:?]
50 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_232]
51 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_232]
52 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_232]
53 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_232]
54 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_232]
55 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
56 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
57 ... 6 more
58[20:07:28] [Server thread/INFO]: [ViaVersion] Hooking into ProtocolSupport, to prevent issues!
59[20:07:28] [Server thread/INFO]: [icJukeBox] Loading icJukeBox v1.6.4
60[20:07:28] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.50
61[20:07:28] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.1
62[20:07:28] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
63[20:07:28] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
64[20:07:28] [Server thread/INFO]: [SurveyPlus] Loading SurveyPlus v1.7.3
65[20:07:28] [Server thread/INFO]: [PreventPortBypass] Loading PreventPortBypass v1.0
66[20:07:28] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
67[20:07:28] [Server thread/INFO]: [PressureCommands] Loading PressureCommands v1.0
68[20:07:28] [Server thread/INFO]: [FruitCore] Loading FruitCore v1.0
69[20:07:28] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.0
70[20:07:28] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.6
71[20:07:28] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.9.10.4
72[20:07:28] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
73[20:07:28] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
74[20:07:28] [Server thread/INFO]: [DeluxePlayerOptions] Loading DeluxePlayerOptions v1.6.7
75[20:07:28] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.5
76[20:07:28] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.0.1
77[20:07:28] [Server thread/INFO]: [ajParkour] Loading ajParkour v2.5.2
78[20:07:28] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.4.2
79[20:07:28] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
80[20:07:28] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.24.0
81[20:07:28] [Server thread/INFO]: [PartyAndFriendsGUI] Loading PartyAndFriendsGUI v1.0.194-E
82[20:07:28] [Server thread/INFO]: [FruitLobby] Loading FruitLobby v1.0
83[20:07:28] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
84[20:07:28] [Server thread/INFO]: [VaultChatFormatter] Loading VaultChatFormatter v1.0-SNAPSHOT
85[20:07:28] [Server thread/INFO]: [GadgetsMenu] Loading GadgetsMenu v4.5.7
86[20:07:28] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1737)
87[20:07:28] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
88[20:07:28] [Server thread/INFO]: [SpigotLib] Loading SpigotLib v10.2.1
89[20:07:28] [Server thread/INFO]: [SpigotLib] Loading ReflectionAPI...
90[20:07:28] [Server thread/INFO]: [Startup] Detected server version: v1_8 (v1_8_R3) - git-PaperSpigot-"4c7641d" (MC: 1.8.8)
91[20:07:28] [Server thread/INFO]: [SpigotLib] Loading configuration and language file...
92[20:07:28] [Server thread/INFO]: [SpigotLib] Loading enchants file...
93[20:07:28] [Server thread/INFO]: [SpigotLib] Loading MySQL backend for player data storage...
94[20:07:28] [Server thread/INFO]: [SpigotLib] Starting PacketAPI...
95[20:07:28] [Server thread/INFO]: [SpigotLib] Scheduled PacketAPI SpigotLib.
96[20:07:28] [Server thread/INFO]: [SpigotLib] Loading AnimationAPI...
97[20:07:28] [Server thread/INFO]: [SpigotLib] Starting SpigotLib in fully compatible mode, starting Offline player management, ChatAPI, TitleAPI, NBTApi, ScoreboardAPI...
98[20:07:28] [Server thread/INFO]: [SpigotLib] Preparing PlaceholderAPI and Vault hooks...
99[20:07:28] [Server thread/INFO]: [PowerPlayClub] Loading PowerPlayClub v1.0
100[20:07:28] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
101[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ╔══════════════════════════════════════════════════════════════════╗
102[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ ERROR
103[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ Unsupported platform or version
104[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║
105[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ This version of plugin only supports
106[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ server minecraft version 1.14.4
107[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ and following platforms:
108[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ - Spigot (https://www.spigotmc.org/)
109[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ - Paper (https://papermc.io/)
110[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║
111[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║
112[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ║ https://github.com/ProtocolSupport/ProtocolSupport/
113[20:07:28] [Server thread/ERROR]: [ProtocolSupport] ╚══════════════════════════════════════════════════════════════════╝
114[20:07:28] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.3
115[20:07:28] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.3 is now loaded, waiting for boot. (late-bind)
116[20:07:28] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
117[20:07:28] [Server thread/INFO]: [Plan] Loading Plan v5.0 build 345
118[20:07:28] [Server thread/INFO]: [TAB] Loading TAB v2.6.4
119[20:07:28] [Server thread/INFO]: [PluginHider] Loading PluginHider v1.2
120[20:07:28] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
121[20:07:28] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.7
122[20:07:28] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.50
123[20:07:28] [Server thread/INFO]: __
124[20:07:28] [Server thread/INFO]: | |__) LuckPerms v5.0.50
125[20:07:28] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
126[20:07:28] [Server thread/INFO]: [LuckPerms] Loading configuration...
127[20:07:28] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
128[20:07:29] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
129[20:07:29] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
130[20:07:29] [Server thread/INFO]: [LuckPerms] Loading extension: me.lucko.luckperms.extension.legacyapi.LegacyApiExtension (extension-legacy-api-1.0.0.jar)
131[20:07:29] [Server thread/INFO]: [LuckPerms] Performing initial data load...
132[20:07:29] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 474ms)
133[20:07:29] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.4.2
134[20:07:29] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
135[20:07:29] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
136[20:07:29] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
137[20:07:29] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
138[20:07:29] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
139[20:07:29] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
140[20:07:29] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
141[20:07:29] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
142[20:07:29] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
143[20:07:29] [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.
144[20:07:29] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
145[20:07:29] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
146[20:07:29] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
147[20:07:29] [Server thread/INFO]: Preparing level "hub"
148[20:07:29] [Server thread/INFO]: -------- World Settings For [hub] --------
149[20:07:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
150[20:07:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
151[20:07:29] [Server thread/INFO]: Cane Growth Modifier: 100%
152[20:07:29] [Server thread/INFO]: Melon Growth Modifier: 100%
153[20:07:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
154[20:07:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
155[20:07:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
156[20:07:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
157[20:07:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
158[20:07:29] [Server thread/INFO]: Mob Spawn Range: 4
159[20:07:29] [Server thread/INFO]: Anti X-Ray: false
160[20:07:29] [Server thread/INFO]: Engine Mode: 1
161[20:07:29] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
162[20:07:29] [Server thread/INFO]: Replace Blocks: [1, 5]
163[20:07:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 32
164[20:07:29] [Server thread/INFO]: Entity Tracking Range: Pl 128 / An 128 / Mo 128 / Mi 128 / Other 128
165[20:07:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
166[20:07:29] [Server thread/INFO]: Random Lighting Updates: false
167[20:07:29] [Server thread/INFO]: Structure Info Saving: true
168[20:07:29] [Server thread/INFO]: Sending up to 10 chunks per packet
169[20:07:29] [Server thread/INFO]: Max Entity Collisions: 8
170[20:07:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
171[20:07:29] [Server thread/INFO]: Max TNT Explosions: 100
172[20:07:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
173[20:07:29] [Server thread/INFO]: Item Despawn Rate: 6000
174[20:07:29] [Server thread/INFO]: Item Merge Radius: 2.5
175[20:07:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
176[20:07:29] [Server thread/INFO]: View Distance: 12
177[20:07:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
178[20:07:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
179[20:07:29] [Server thread/INFO]: Chunks to Grow per Tick: 650
180[20:07:29] [Server thread/INFO]: Clear tick list: false
181[20:07:29] [Server thread/INFO]: Experience Merge Radius: 3.0
182[20:07:29] [Server thread/INFO]: -------- World Settings For [hub] --------
183[20:07:29] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
184[20:07:29] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
185[20:07:29] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
186[20:07:29] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
187[20:07:29] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
188[20:07:29] [Server thread/INFO]: Water over lava flow speed: 5
189[20:07:29] [Server thread/INFO]: Fix TNT cannons: false
190[20:07:29] [Server thread/INFO]: Allow undead horse types to be leashed: false
191[20:07:29] [Server thread/INFO]: Keep spawn chunk loaded: true
192[20:07:29] [Server thread/INFO]: World async lighting: false
193[20:07:29] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
194[20:07:29] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
195[20:07:29] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6550334114753786347)
196[20:07:29] [Server thread/INFO]: [icJukeBox] Enabling icJukeBox v1.6.4
197[20:07:29] [Server thread/WARN]: [icJukeBox] Could not save configuration.yml to plugins/icJukeBox/configuration.yml because configuration.yml already exists.
198[20:07:30] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.1
199[20:07:30] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
200[20:07:30] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
201[20:07:30] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
202[20:07:30] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
203[20:07:30] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
204[20:07:30] [Server thread/INFO]: [SurveyPlus] Enabling SurveyPlus v1.7.3
205[20:07:30] [Server thread/INFO]: [SurveyPlus] Starting survey plugin...
206[20:07:30] [Server thread/INFO]: [SurveyPlus] Creating metrics (www.bstats.org)...
207[20:07:30] [Server thread/INFO]: [SurveyPlus] Loading config...
208[20:07:30] [Server thread/INFO]: [SurveyPlus] Creating data source...
209[20:07:30] [Server thread/INFO]: [SurveyPlus] Database is valid and has been setup!
210[20:07:30] [Server thread/INFO]: [SurveyPlus] Registering listeners...
211[20:07:30] [Server thread/INFO]: [SurveyPlus] Creating language file...
212[20:07:30] [Server thread/INFO]: [SurveyPlus] Registering commands...
213[20:07:30] [Server thread/INFO]: [PreventPortBypass] Enabling PreventPortBypass v1.0
214[20:07:30] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
215[20:07:30] [Server thread/INFO]: [PressureCommands] Enabling PressureCommands v1.0
216[20:07:30] [Server thread/INFO]: [FruitCore] Enabling FruitCore v1.0
217[20:07:30] [Server thread/INFO]: [FruitCore] §a ====================================
218[20:07:30] [Server thread/INFO]: [FruitCore] §a| FruitCore ist erfolgreich verbunden! |
219[20:07:30] [Server thread/INFO]: [FruitCore] §a ====================================
220[20:07:30] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.0
221[20:07:30] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
222[20:07:30] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
223[20:07:30] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 7.0 Y: 55.0 Z: -5.0
224[20:07:30] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.6
225[20:07:30] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
226[20:07:30] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.9.10.4
227[20:07:30] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
228[20:07:30] [Server thread/INFO]: [Votifier] Loaded token for website: default
229[20:07:30] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
230[20:07:30] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
231[20:07:30] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /213.202.230.217:8196.
232[20:07:30] [Server thread/INFO]: [WorldGuard] (hub) TNT ignition is PERMITTED.
233[20:07:30] [Server thread/INFO]: [WorldGuard] (hub) Lighters are PERMITTED.
234[20:07:30] [Server thread/INFO]: [WorldGuard] (hub) Lava fire is blocked.
235[20:07:30] [Server thread/INFO]: [WorldGuard] (hub) Fire spread is UNRESTRICTED.
236[20:07:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hub'
237[20:07:30] [Server thread/INFO]: [WorldGuard] Loading region data...
238[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Enabling DeluxePlayerOptions v1.6.7
239[20:07:30] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
240[20:07:30] [Server thread/INFO]: __ ___ __ __ __ ___ __ __
241[20:07:30] [Server thread/INFO]: |__) | /\ \ / |__ |__) / \ |__) | | / \ |\ | /__`
242[20:07:30] [Server thread/INFO]: | |___ /~~\ | |___ | \ \__/ | | | \__/ | \| .__/
243[20:07:30] [Server thread/INFO]:
244[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Deluxe Version: 1.6.7
245[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Plugin Create by PedroJM96.
246[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Loading configuration...
247[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Load config.yml
248[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] config.yml loaded.
249[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Load menu.yml
250[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] menu.yml loaded.
251[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Load toggleitems.yml
252[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] toggleitems.yml loaded.
253[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Load messages_EN.yml
254[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] messages_EN.yml loaded.
255[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Data set to SQLite
256[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Loaded database
257[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Hooked icJukeBox
258[20:07:30] [Server thread/INFO]: [DeluxePlayerOptions] Hooked PlaceholderAPI
259[20:07:30] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
260[20:07:30] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.5
261[20:07:30] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory.
262[20:07:30] [Server thread/INFO]: [SkinsRestorer] -------------------------/Warning\-------------------------
263[20:07:30] [Server thread/INFO]: [SkinsRestorer] This plugin is running in Bungee mode!
264[20:07:30] [Server thread/INFO]: [SkinsRestorer] You have to do all configuration at config file
265[20:07:30] [Server thread/INFO]: [SkinsRestorer] inside your Bungeecord server.
266[20:07:30] [Server thread/INFO]: [SkinsRestorer] (Bungeecord-Server/plugins/SkinsRestorer/).
267[20:07:30] [Server thread/INFO]: [SkinsRestorer] -------------------------\Warning/-------------------------
268[20:07:30] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.0.1
269[20:07:30] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
270[20:07:30] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
271[20:07:30] [Server thread/INFO]: [ajParkour] Enabling ajParkour v2.5.2
272[20:07:30] [Server thread/WARN]: Could not connect to database! Switching to file storage. Error: org.gjt.mm.mysql.Driver
273[20:07:30] [Server thread/INFO]: ajParkour v2.5.2 by ajgeiss0702 has been enabled!
274[20:07:30] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
275[20:07:30] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
276[20:07:30] [Server thread/INFO]: [DeluxeMenus] 4 GUI menus loaded!
277[20:07:30] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
278[20:07:30] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.24.0
279[20:07:30] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
280[20:07:30] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.24.0
281[20:07:30] [Server thread/INFO]: [FeatherBoard] Framework version: 2020-01
282[20:07:30] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
283[20:07:30] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
284[20:07:30] [Server thread/INFO]: [FeatherBoard] Copyright: 2013-2020 All Rights Received
285[20:07:30] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
286[20:07:30] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
287[20:07:30] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
288[20:07:30] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
289[20:07:30] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
290[20:07:30] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
291[20:07:30] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
292[20:07:30] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
293[20:07:30] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
294[20:07:30] [Server thread/INFO]: [FeatherBoard] Loading messages ...
295[20:07:30] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
296[20:07:31] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
297[20:07:31] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
298[20:07:31] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
299[20:07:31] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
300[20:07:31] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
301[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
302[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
303[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
304[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
305[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
306[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
307[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
308[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
309[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
310[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
311[20:07:32] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
312[20:07:32] [Server thread/INFO]: [FeatherBoard] Loaded 2211 of the 2211 placholders
313[20:07:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
314[20:07:32] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
315[20:07:32] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
316[20:07:32] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
317[20:07:32] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
318[20:07:32] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
319[20:07:32] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
320[20:07:32] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
321[20:07:32] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
322[20:07:32] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
323[20:07:32] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
324[20:07:32] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
325[20:07:32] [Server thread/INFO]: [PartyAndFriendsGUI] Enabling PartyAndFriendsGUI v1.0.194-E
326[20:07:33] [Server thread/INFO]: [FruitLobby] Enabling FruitLobby v1.0
327[20:07:33] [Server thread/INFO]: [MVdWPlaceholderAPI] FruitLobby added custom placeholder {euro}
328[20:07:33] [Server thread/INFO]: [MVdWPlaceholderAPI] FruitLobby added custom placeholder {inteuro}
329[20:07:33] [Server thread/INFO]: [MVdWPlaceholderAPI] FruitLobby added custom placeholder {fruitcoins}
330[20:07:33] [Server thread/INFO]: [MVdWPlaceholderAPI] FruitLobby added custom placeholder {intfruitcoins}
331[20:07:33] [Server thread/INFO]: [VaultChatFormatter] Enabling VaultChatFormatter v1.0-SNAPSHOT
332[20:07:33] [Server thread/INFO]: [VaultChatFormatter] New Vault Chat implementation registered: LuckPerms
333[20:07:33] [Server thread/INFO]: [GadgetsMenu] Enabling GadgetsMenu v4.5.7
334[20:07:33] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
335[20:07:33] [Server thread/INFO]: [GadgetsMenu] GadgetsMenu [Premium] 4.5.7 is loading...
336[20:07:33] [Server thread/INFO]: [GadgetsMenu] [server: git-PaperSpigot-"4c7641d" (MC: 1.8.8)]
337[20:07:33] [Server thread/INFO]: [GadgetsMenu] Plugin by Yap Zhen Yie.
338[20:07:33] [Server thread/INFO]: [GadgetsMenu] Date Modified: 25 December 2019
339[20:07:33] [Server thread/INFO]: [GadgetsMenu]
340[20:07:33] [Server thread/INFO]: [GadgetsMenu] Initializing module v1_8_R3
341[20:07:33] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
342[20:07:33] [Server thread/INFO]: [GadgetsMenu] Connecting to MySQL database...
343[20:07:33] [Server thread/INFO]: [GadgetsMenu] Successfully connected to MySQL database!
344[20:07:33] [Server thread/INFO]: [GadgetsMenu] Enabled Mystery Vault individual hologram.
345[20:07:33] [Server thread/INFO]: [GadgetsMenu] [Placeholder] PlaceholderAPI hooked.
346[20:07:33] [Server thread/INFO]: [GadgetsMenu] [MysteryDust] MySQL database hooked.
347[20:07:33] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1737)
348[20:07:33] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
349[20:07:33] [Server thread/INFO]: [CommandNPC] Vault compatible economy not found! Economy support for CommandNPC has been disabled.
350[20:07:33] [Server thread/INFO]: [CommandNPC] Initiating Database
351[20:07:33] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
352[20:07:33] [Thread-17/INFO]: [CommandNPC] Loading commands complete!
353[20:07:33] [Server thread/INFO]: [CommandNPC] Setting up BungeeCord
354[20:07:33] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
355[20:07:33] [Server thread/INFO]: [SpigotLib] Enabling SpigotLib v10.2.1
356[20:07:33] [Server thread/INFO]: [SpigotLib] Initializing offline player manager...
357[20:07:33] [Server thread/INFO]: [SpigotLib] Your server is not connected to a BungeeCord server, skipping BungeeAPI load...
358[20:07:33] [Server thread/INFO]: [SpigotLib] The plugin Vault is present, hooking to it as Economy USER...
359[20:07:33] [Server thread/INFO]: [PowerPlayClub] Enabling PowerPlayClub v1.0
360[20:07:33] [Server thread/INFO]: Invalid item name or id: blue_wool
361[20:07:33] [Server thread/INFO]: Name = "blue_wool"
362[20:07:33] [Server thread/INFO]: Invalid item name or id: pink_wool
363[20:07:33] [Server thread/INFO]: Name = "pink_wool"
364[20:07:33] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.3
365[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
366[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
367[20:07:34] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
368[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
369[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
370[20:07:34] [Server thread/INFO]: [ViaVersion] Loading translation mapping
371[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
372[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
373[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
374[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
375[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
376[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
377[20:07:34] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
378[20:07:35] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
379[20:07:35] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
380[20:07:35] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
381[20:07:35] [Server thread/INFO]: [Plan] Enabling Plan v5.0 build 345
382[20:07:35] [Server thread/INFO]: ██▌
383[20:07:35] [Server thread/INFO]: ██▌ ██▌
384[20:07:35] [Server thread/INFO]: ██▌██▌██▌██▌ Player Analytics
385[20:07:35] [Server thread/INFO]: ██▌██▌██▌██▌ v5.0 build 345
386[20:07:35] [Server thread/INFO]: [Plan] Locale: 'Deutch' by Eyremba & fuzzlemann & Morsmorse
387[20:07:35] [Server thread/INFO]: [Plan] MySQL-dDatenbankverbindung hergestellt.
388[20:07:35] [Server thread/WARN]: [Plan] WebServer wurde nicht geladen. (WebServer.DisableWebServer: true)
389[20:07:35] [Plan Non critical-pool-2/INFO]: [Plan] Proxy server detected in the database - Proxy Webserver address is 'http://213.202.230.241:8800'.
390[20:07:35] [Server thread/INFO]: [Plan] Registered extension: LuckPerms
391[20:07:35] [Server thread/INFO]: [Plan] Registered extension: nuVotifier
392[20:07:35] [Server thread/INFO]: [Plan] Registered extension: ProtocolSupport
393[20:07:35] [Server thread/INFO]: [Plan] Registered extension: ViaVersion
394[20:07:35] [Server thread/INFO]: [Plan] Player Analytics eingeschaltet. (384 ms)
395[20:07:35] [Server thread/INFO]: [TAB] Enabling TAB v2.6.4
396[20:07:35] [Server thread/INFO]: [TAB] Server version: 1.8.8 (v1_8_R3)
397[20:07:35] [Server thread/INFO]: [TAB] Enabled in 37ms
398[20:07:35] [Server thread/INFO]: [PluginHider] Enabling PluginHider v1.2
399[20:07:35] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
400[20:07:35] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
401[20:07:35] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.7
402[20:07:35] [Server thread/INFO]: [HolographicExtension] Starting HolographicExtension v1.10.7
403[20:07:35] [Server thread/INFO]: [HolographicExtension] Registering animation example from config.
404[20:07:35] [Server thread/INFO]: [HolographicExtension] Registering animation scroller from config.
405[20:07:35] [Server thread/INFO]: [HolographicExtension] Registering animation typing from config.
406[20:07:35] [Server thread/INFO]: [HolographicExtension] Registering animation rainbow from config.
407[20:07:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
408[20:07:35] [ForkJoinPool.commonPool-worker-1/INFO]: [HolographicExtension] A new update is available for download at https://www.spigotmc.org/resources/holographicextension.18461/
409[20:07:36] [Server thread/INFO]: Done (6.728s)! For help, type "help" or "?"
410[20:07:36] [Server thread/INFO]: Using epoll channel type
411[20:07:36] [Server thread/INFO]: Timings Reset
412[20:07:36] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
413[20:07:36] [Server thread/INFO]: [ViaVersion] Enabling Paper/TacoSpigot/Torch patch: Fixes block placement.
414[20:07:36] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...
415[20:07:36] [Craft Scheduler Thread - 3/INFO]: [VoidGenerator] Checking SpigotMc.org for Updates on VoidGenerator...
416[20:07:36] [Craft Scheduler Thread - 3/INFO]: [VoidGenerator] There are no updates available at this time.
417[20:07:36] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image hub2.png.
418[20:07:36] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image hub.png.
419[20:07:36] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 2 image(s).
420[20:07:36] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...
421[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] ----------------------------------------------
422[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] +===============+
423[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] | SkinsRestorer |
424[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] |---------------|
425[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] | Bungee Mode |
426[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] +===============+
427[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] ----------------------------------------------
428[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] Current version: 13.7.5
429[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] This is the latest version!
430[20:07:36] [Craft Scheduler Thread - 0/INFO]: [SkinsRestorer] ----------------------------------------------
431[20:07:36] [Server thread/INFO]: [Citizens] Loaded 8 NPCs.
432[20:07:36] [Server thread/INFO]: [SpigotLib] Starting PacketAPI...
433[20:07:36] [Server thread/INFO]: [SpigotLib] Starting TPSMeter...
434[20:07:36] [Server thread/INFO]: [SpigotLib] Starting PlaceholderAPI hook...
435[20:07:36] [Server thread/INFO]: [SpigotLib] Started SpigotLib 10.2.1 properly.
436[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
437[20:07:36] [Server thread/INFO]: [AnimationsExpansion] Starting AnimationsExpansion v1.0.3
438[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: animations
439[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
440[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
441[20:07:36] [Server thread/INFO]: [AnimationsExpansion] Starting AnimationsExpansion v1.0.4
442[20:07:36] [Server thread/INFO]: [PlaceholderAPI] %javascript_bg% has been loaded!
443[20:07:36] [Server thread/INFO]: [PlaceholderAPI] %javascript_mb% has been loaded!
444[20:07:36] [Server thread/INFO]: [PlaceholderAPI] %javascript_sb% has been loaded!
445[20:07:36] [Server thread/INFO]: [PlaceholderAPI] %javascript_zombie% has been loaded!
446[20:07:36] [Server thread/INFO]: [PlaceholderAPI] %javascript_arrow% has been loaded!
447[20:07:36] [Server thread/INFO]: [PlaceholderAPI] %javascript_arrow2% has been loaded!
448[20:07:36] [Server thread/INFO]: [PlaceholderAPI] %javascript_craftinglabs% has been loaded!
449[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
450[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
451[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
452[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
453[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
454[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
455[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mvdw
456[20:07:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger
457[20:07:36] [Craft Scheduler Thread - 2/INFO]: [ajParkour] You are up to date! (2.5.1)
458[20:07:36] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [1]
459[20:07:36] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
460[20:07:37] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
461[20:07:37] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 177 placeholder expansions are available on the cloud.
462[20:07:37] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
463[20:07:48] [Thread-21/INFO]: UUID of player R3mii is 3a0bb8fc-57a1-4243-80e6-6a8460b61733
464[20:07:48] [Server thread/INFO]: R3mii[/193.83.115.150:58345] logged in with entity id 150 at ([hub]7.0, 55.0, -5.0)
465[20:07:53] [Server thread/INFO]: R3mii issued server command: /clear
466[20:07:53] [Server thread/INFO]: [R3mii: Cleared the inventory of R3mii, removing 198 items]
467[20:07:55] [Server thread/INFO]: R3mii lost connection: Disconnected
468[20:07:55] [Server thread/INFO]: Saved player 3a0bb8fc-57a1-4243-80e6-6a8460b61733
469[20:07:57] [Thread-24/INFO]: UUID of player R3mii is 3a0bb8fc-57a1-4243-80e6-6a8460b61733
470[20:07:57] [Server thread/INFO]: R3mii[/193.83.115.150:56301] logged in with entity id 153 at ([hub]7.0, 55.0, -5.0)
471[20:11:04] [Thread-25/INFO]: UUID of player AUT_Werwolf01 is 45a8c590-68c0-4b8a-8990-7a9e0bd21c90
472[20:11:04] [Server thread/INFO]: AUT_Werwolf01[/193.80.100.83:45235] logged in with entity id 187 at ([hub]7.0, 55.0, -5.0)
473[20:11:13] [Server thread/INFO]: AUT_Werwolf01 issued server command: /build
474[20:11:19] [Server thread/INFO]: AUT_Werwolf01 lost connection: Disconnected
475[20:11:19] [Server thread/INFO]: Saved player 45a8c590-68c0-4b8a-8990-7a9e0bd21c90
476[20:13:25] [Server thread/INFO]: R3mii issued server command: /duty
477[20:52:56] [Server thread/INFO]: R3mii issued server command: /hd reload