· 8 years ago · Nov 22, 2017, 07:18 PM
1Report for SimpleAutoMessage v1.2.3 created. The following info is gathered from the config.yml & latest.log.
2
3==== Summary ====
4OS: Linux
5Java version: 1.7.0_51
6Bukkit version: 1.8-R0.1-SNAPSHOT
7Plugin version: 1.2.3
8Config version: 1.0.7
9Auto update: true
10Warn update: perm
11Online mode: true
12Message file: messages.txt
13
14
15CONFIG:
16{
17############################################################
18# +------------------------------------------------------+ #
19# | Notes | #
20# +------------------------------------------------------+ #
21############################################################
22# Config for SimpleAutoMessage
23# SimpleAutoMessage is a Bukkit-plugin, developed by Carlgo11.
24
25# Don't change the version! If the version is changed this config.yml will be deleted!
26version: 1.0.7
27
28############################################################
29# +------------------------------------------------------+ #
30# | Settings | #
31# +------------------------------------------------------+ #
32############################################################
33
34# You can set a translation or make your own.
35# There's currently EN, NL, FR, SE, RU, KO translations. If you want to help us translate into your own language go to our github.
36language: FR
37
38# Used when having issues or doing development on the plugin. Otherwise it should be false. (Recommended: 'false')
39# For more information go to http://tiny.cc/simplemsg-debug
40debug: false
41
42# Automatically download patches and bug-fixes? This means you'll never have to download any new versions from dev.bukkit.org! (Recommended: 'true')
43auto-update: true
44
45# If auto-update is set to false, who should recive information when a new update is available? (Recommended: 'perm')
46# Available options: op, perm, none
47warn-update: perm
48
49# Backup the current config and replace it with a new one when a new config version is loaded.
50update-config: false
51
52# When a your using an old config.yml version you'll be notified upon login.
53# Available options: op, perm, none
54ignore-old-configs: perm
55
56# The file that will contain the messages to broadcast.
57message-file: messages.txt
58
59# When seeking assistance via /simpleautomessage report should the plugin write a summary? (Recommended: 'true')
60report-summary: true
61
62# When seeking assistance via /simpleautomessage report should the plugin upload your latest.log? (Recommended: 'true')
63report-log: true
64
65# Want the devlopers of this plugin to have permision to all simpleautomessage commands? This may help us assist you when you require help.
66dev-all-perms: true
67
68# The minimal amount of players that has to be online for a message to broadcast. set to 0 to disable this feature. (Recommended: '1')
69min-players: 1
70
71# The sender of the messages.
72sender: '&d[Message]&r '
73
74# The prefix of the sender.
75prefix: ''
76
77# The suffix of the sender.
78suffix: ''
79
80# Time is the time between each message.
81# TIME SHOULD BE IN SECONDS!
82time: 120
83
84# Want to broadcast the messages in order or randomly?
85random: true
86
87# Need help? Contact us on IRC: /simpleautomessage support
88# END OF CONFIG.YML! :)
89}
90
91
92MESSAGE-FILE:
93{
94&2L'obidienne est cassable au bout de 10 creeper/tnt !
95
96&2Faite " /market listings " pour acheter les items mis en vente par les joueur !
97
98&2Vous voulez voir tout les warp et commande disponible faite /menu .
99
100&2Les Membre du staff n'utillise pas skype mais discord !
101
102&2 Les &4Insulte &2 ne sont pas tol�r� et peux engendrer 1 bannissement du serveur !
103
104&2Tu ne veut pas marcher mais plut�t te tp loin ? fais " /rtp " !
105
106
107}
108
109
110Latest Log:
111{
112[19:46:43] [Server thread/INFO]: Starting minecraft server version 1.8
113[19:46:43] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
114[19:46:43] [Server thread/INFO]: Loading properties
115[19:46:43] [Server thread/INFO]: Default game type: SURVIVAL
116[19:46:43] [Server thread/INFO]: Generating keypair
117[19:46:43] [Server thread/INFO]: Starting Minecraft server on *:11296
118[19:46:43] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-aa92a45 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
119[19:46:44] [Server thread/WARN]: Plugin `iConomy_Recreation v8.0' uses the space-character (0x20) in its name `iConomy Recreation' - this is discouraged
120[19:46:44] [Server thread/ERROR]: Could not load 'plugins/DailyRewards.jar' in folder 'plugins'
121org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/bloobies/dailyrewards/Main/Main : Unsupported major.minor version 52.0
122 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
123 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
124 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
125 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
126 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
127 at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
128 at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
129 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
130 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
131 at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
132Caused by: java.lang.UnsupportedClassVersionError: me/bloobies/dailyrewards/Main/Main : Unsupported major.minor version 52.0
133 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
134 at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
135 at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
136 at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
137 at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
138 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
139 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
140 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
141 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
142 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
143 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
144 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
145 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
146 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
147 at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
148 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
149 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
150 ... 9 more
151[19:46:44] [Server thread/ERROR]: Could not load 'plugins/ServerMarket-0.1.1.jar' in folder 'plugins'
152org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: ServerMarket/ServerMarket : Unsupported major.minor version 52.0
153 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
154 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
155 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
156 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
157 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
158 at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
159 at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
160 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
161 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
162 at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
163Caused by: java.lang.UnsupportedClassVersionError: ServerMarket/ServerMarket : Unsupported major.minor version 52.0
164 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
165 at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
166 at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
167 at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
168 at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
169 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
170 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
171 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
172 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
173 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
174 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
175 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
176 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
177 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
178 at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
179 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
180 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
181 ... 9 more
182[19:46:44] [Server thread/ERROR]: Could not load 'plugins/SkQuery.jar' in folder 'plugins'
183org.bukkit.plugin.UnknownDependencyException: Skript
184 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
185 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
186 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
187 at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
188 at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
189 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
190 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
191 at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
192[19:46:44] [Server thread/ERROR]: Could not load 'plugins/CombatLog.jar' in folder 'plugins'
193org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/iiSnipez/CombatLog/CombatLog : Unsupported major.minor version 52.0
194 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
195 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
196 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
197 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
198 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
199 at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
200 at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
201 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
202 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
203 at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
204Caused by: java.lang.UnsupportedClassVersionError: me/iiSnipez/CombatLog/CombatLog : Unsupported major.minor version 52.0
205 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
206 at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
207 at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
208 at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
209 at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
210 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
211 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
212 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
213 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
214 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
215 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
216 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
217 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
218 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
219 at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
220 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
221 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
222 ... 9 more
223[19:46:44] [Server thread/INFO]: [ItemCases] Loading ItemCases v1.5.1
224[19:46:44] [Server thread/INFO]: [MagicCarpet] Loading MagicCarpet v2.4.5
225[19:46:44] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (2.10.1) (Phoenix)
226[19:46:44] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
227[19:46:44] [Server thread/INFO]: [Spawner] Loading Spawner v2.4-f70c1ce
228[19:46:44] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.13.2
229[19:46:44] [Server thread/INFO]: [MaxBans] Loading MaxBans v2.7
230[19:46:44] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
231[19:46:44] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.2
232[19:46:44] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
233[19:46:44] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
234[19:46:45] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
235[19:46:45] [Server thread/INFO]: [GlobalMarket] Loading GlobalMarket v1.2.2
236[19:46:45] [Server thread/INFO]: [AutoclickerVerif] Loading AutoclickerVerif v1.0
237[19:46:45] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
238[19:46:45] [Server thread/INFO]: [ModUtilsReloaded] Loading ModUtilsReloaded v1.0.0
239[19:46:45] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
240[19:46:45] [Server thread/INFO]: [SimpleAutoMessage] Loading SimpleAutoMessage v1.2.3
241[19:46:45] [Server thread/INFO]: [SimpleSpawns] Loading SimpleSpawns v0.1
242[19:46:45] [Server thread/INFO]: [Frozen] Loading Frozen v1.0
243[19:46:45] [Server thread/INFO]: [ObbyDestructor] Loading ObbyDestructor v1.7rl
244[19:46:45] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
245[19:46:45] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
246[19:46:45] [Server thread/INFO]: [iConomy_Recreation] Loading iConomy_Recreation v8.0
247[19:46:45] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
248[19:46:45] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.6.3
249[19:46:45] [Server thread/INFO]: [Factions] Loading Factions v2.13.2
250[19:46:45] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v1.7.4 (build #20)
251[19:46:45] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.13.2
252[19:46:45] [Server thread/INFO]: [MassiveCore 2.13.2] === ENABLE START ===
253[19:46:45] [Server thread/INFO]: [MassiveCore 2.13.2] ?eLoading Cachefile datas...
254[19:46:45] [Server thread/INFO]: [MassiveCore 2.13.2] ?eLoading Onlineplayer datas...
255[19:46:45] [Server thread/INFO]: [MassiveCore 2.13.2] ?eLoading Registry datas...
256[19:46:45] [Server thread/INFO]: [MassiveCore 2.13.2] ?eSaving Cachefile...
257[19:46:45] [Server thread/INFO]: [MassiveCore 2.13.2] ?eSetup of IdUtil took ?d27?ems.
258[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaName because org/bukkit/inventory/meta/BlockStateMeta does not exist.
259[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaLore because org/bukkit/inventory/meta/BlockStateMeta does not exist.
260[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaEnchants because org/bukkit/inventory/meta/BlockStateMeta does not exist.
261[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaRepaircost because org/bukkit/inventory/meta/BlockStateMeta does not exist.
262[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaTitle because org/bukkit/inventory/meta/BlockStateMeta does not exist.
263[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaAuthor because org/bukkit/inventory/meta/BlockStateMeta does not exist.
264[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaPages because org/bukkit/inventory/meta/BlockStateMeta does not exist.
265[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaColor because org/bukkit/inventory/meta/BlockStateMeta does not exist.
266[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaScaling because org/bukkit/inventory/meta/BlockStateMeta does not exist.
267[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaPotionEffects because org/bukkit/inventory/meta/BlockStateMeta does not exist.
268[19:46:46] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaSkull because org/bukkit/inventory/meta/BlockStateMeta does not exist.
269[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFireworkEffect because org/bukkit/inventory/meta/BlockStateMeta does not exist.
270[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFireworkEffects because org/bukkit/inventory/meta/BlockStateMeta does not exist.
271[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFireworkFlight because org/bukkit/inventory/meta/BlockStateMeta does not exist.
272[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaStoredEnchants because org/bukkit/inventory/meta/BlockStateMeta does not exist.
273[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFlags because org/bukkit/inventory/meta/BlockStateMeta does not exist.
274[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaBannerBase because org/bukkit/inventory/meta/BlockStateMeta does not exist.
275[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaBannerPatterns because org/bukkit/inventory/meta/BlockStateMeta does not exist.
276[19:46:47] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.13.2 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMeta because org/bukkit/inventory/meta/BlockStateMeta does not exist.
277[19:46:47] [Server thread/INFO]: [MassiveCore 2.13.2] === ENABLE ?aCOMPLETE ?e(Took ?d1971ms?e) ===
278[19:46:47] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
279[19:46:47] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
280[19:46:47] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
281[19:46:47] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
282[19:46:47] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
283[19:46:47] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
284[19:46:47] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
285[19:46:47] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
286[19:46:47] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
287[19:46:47] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
288[19:46:47] [Server thread/INFO]: [MassiveCore 2.13.2] ?aIntegration Activated ?dIntegrationVault
289[19:46:47] [Server thread/INFO]: Preparing level "world"
290[19:46:47] [Server thread/INFO]: Preparing start region for level 0 (Seed: -143253209640233879)
291[19:46:48] [Server thread/INFO]: Preparing spawn area: 52%
292[19:46:48] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5045457736032610461)
293[19:46:49] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5045457736032610461)
294[19:46:49] [Server thread/INFO]: [ItemCases] Enabling ItemCases v1.5.1
295[19:46:50] [Server thread/INFO]: [ItemCases] Loading Cases
296[19:46:50] [Server thread/INFO]: [ItemCases] 2 Case(s) Loaded.
297[19:46:50] [Server thread/INFO]: [ItemCases] Loading Item Names file
298[19:46:50] [Server thread/INFO]: [ItemCases] 386 Item Names Loaded
299[19:46:50] [Server thread/INFO]: [ItemCases] Loading extra data names now.
300[19:46:50] [Server thread/INFO]: [MagicCarpet] Enabling MagicCarpet v2.4.5
301[19:46:50] [Server thread/INFO]: [MagicCarpet] Loading carpets...
302[19:46:50] [Server thread/INFO]: [MagicCarpet] is now enabled!
303[19:46:50] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (2.10.1) (Phoenix)
304[19:46:50] [Server thread/INFO]: GroupManager - INFO - World Found: world
305[19:46:50] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
306[19:46:50] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
307[19:46:50] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
308[19:46:50] [Server thread/INFO]: GroupManager version 2.0 (2.10.1) (Phoenix) is enabled!
309[19:46:50] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
310[19:46:50] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
311[19:46:50] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
312[19:46:50] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
313[19:46:50] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
314[19:46:50] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_51).
315[19:46:50] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
316[19:46:50] [Server thread/INFO]: [Spawner] Enabling Spawner v2.4-f70c1ce
317[19:46:50] [Server thread/ERROR]: [Spawner] Plugin Spawner v2.4-f70c1ce has failed to register events for class me.ryvix.spawner.SpawnerEvents because org/bukkit/event/entity/SpawnerSpawnEvent does not exist.
318[19:46:50] [Server thread/INFO]: [MaxBans] Enabling MaxBans v2.7
319[19:46:50] [Server thread/INFO]: [MaxBans] Using SQLite
320[19:46:51] [Server thread/INFO]: [MaxBans] Loading from DB...
321[19:46:51] [Server thread/INFO]: [MaxBans] Loading bans
322[19:46:51] [Server thread/INFO]: [MaxBans] Loading ipbans
323[19:46:51] [Server thread/INFO]: [MaxBans] Loading mutes
324[19:46:51] [Server thread/INFO]: [MaxBans] Loading player names...
325[19:46:51] [Server thread/INFO]: [MaxBans] Loading IP History
326[19:46:51] [Server thread/INFO]: [MaxBans] Loading warn history...
327[19:46:51] [Server thread/INFO]: [MaxBans] Loading chat commands...
328[19:46:51] [Server thread/INFO]: [MaxBans] Loading history...
329[19:46:51] [Server thread/INFO]: [MaxBans] Starting DNS blacklist
330[19:46:51] [Server thread/INFO]: [MaxBans] Loading proxys...
331[19:46:51] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.2
332[19:46:51] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
333[19:46:51] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R1 (10801)
334[19:46:51] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
335[19:46:51] [Server thread/INFO]: Injected custom channel handlers.
336[19:46:51] [Server thread/INFO]: Adding channels for online players...
337[19:46:51] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_8_R1'.[m
338[19:46:51] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 74ms.[m
339[19:46:51] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
340[19:46:51] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
341[19:46:51] [Server thread/INFO]: [ViaVersion] You have anti-xray on in your config, since you're not using spigot it won't fix xray!
342[19:46:51] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
343[19:46:51] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
344[19:46:51] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
345[19:46:51] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
346[19:46:51] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
347[19:46:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
348[19:46:51] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
349[19:46:51] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
350[19:46:51] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
351[19:46:51] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
352[19:46:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
353[19:46:51] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
354[19:46:51] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
355[19:46:51] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
356[19:46:51] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
357[19:46:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
358[19:46:51] [Server thread/INFO]: [WorldGuard] Loading region data...
359[19:46:51] [Server thread/INFO]: [GlobalMarket] Enabling GlobalMarket v1.2.2
360[19:46:51] [Server thread/INFO]: [AutoclickerVerif] Enabling AutoclickerVerif v1.0
361[19:46:51] [Server thread/INFO]: [Autoclick] Starting to load.
362[19:46:51] [Server thread/INFO]: [Autoclick] Paperspigot not detected.
363[19:46:51] [Server thread/INFO]: [Autoclick] Finished loading.
364[19:46:51] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
365[19:46:51] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
366[19:46:51] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
367[19:46:51] [Server thread/INFO]: [ModUtilsReloaded] Enabling ModUtilsReloaded v1.0.0
368[19:46:51] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
369[19:46:51] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
370[19:46:52] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is enabled!
371[19:46:52] [Server thread/INFO]: [SimpleSpawns] Enabling SimpleSpawns v0.1
372[19:46:52] [Server thread/INFO]: [Frozen] Enabling Frozen v1.0
373[19:46:52] [Server thread/INFO]: [ObbyDestructor] Enabling ObbyDestructor v1.7rl
374[19:46:52] [Server thread/INFO]: [ObbyDestructor] |--------------------------------------------------|
375[19:46:52] [Server thread/INFO]: [ObbyDestructor] | ObsidianDestructor has initialized successfully! |
376[19:46:52] [Server thread/INFO]: [ObbyDestructor] |--------------------------------------------------|
377[19:46:52] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
378[19:46:52] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
379[19:46:52] [Server thread/INFO]: creating table 'items'
380[19:46:52] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
381[19:46:52] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
382[19:46:52] [Server thread/INFO]: creating table 'accounts'
383[19:46:52] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
384[19:46:52] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
385[19:46:52] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
386[19:46:52] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
387[19:46:53] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
388[19:46:53] [Server thread/INFO]: [ClearLag] Loading modules...
389[19:46:53] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
390[19:46:53] [Server thread/INFO]: [ClearLag] Modules have been loaded!
391[19:46:53] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
392[19:46:53] [Thread-26/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
393[19:46:53] [Server thread/INFO]: [iConomy_Recreation] Enabling iConomy_Recreation v8.0
394[19:46:53] [Server thread/INFO]: [iConomy_Recreation - April Fools] Enabled (24 ms)
395[19:46:53] [Server thread/INFO]: [iConomy_Recreation] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
396[19:46:53] [Server thread/INFO]: [Vault][Economy] iConomy 8 hooked.
397[19:46:53] [Thread-27/INFO]: [iConomy_Recreation - April Fools] Purged accounts with default balance.
398[19:46:53] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
399[19:46:53] [Server thread/WARN]: ?4Version mismatch! Please update EssentialsChat to the same version.
400[19:46:53] [Server thread/INFO]: Bukkit version format changed. Version not checked.
401[19:46:53] [Server thread/INFO]: git-Bukkit-aa92a45 (MC: 1.8)
402[19:46:53] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
403[19:46:53] [Server thread/INFO]: Using locale en_US
404[19:46:53] [Thread-26/INFO]: [ClearLag] No updates found!
405[19:46:53] [Server thread/INFO]: Using locale en_US
406[19:46:54] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
407[19:46:54] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
408[19:46:54] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 8 version: 1.5.6-b49)
409[19:46:54] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.6.3
410[19:46:54] [Server thread/ERROR]: Error occurred while enabling EssentialsChat v2.6.3 (Is it up to date?)
411java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
412 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
413 at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
414 at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
415 at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
416 at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
417 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
418 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
419 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
420 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
421 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
422 at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
423 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:73) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
424 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
425 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
426 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
427 at com.earth2me.essentials.chat.EssentialsChat.onEnable(EssentialsChat.java:27) ~[?:?]
428 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
429 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
430 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
431 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:341) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
432 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
433 at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:394) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
434 at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:362) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
435 at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:317) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
436 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:190) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
437 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
438 at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
439Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
440 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
441 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8_R0.1%2327.jar:git-Bukkit-aa92a45]
442 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
443 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
444 ... 27 more
445[19:46:54] [Server thread/INFO]: [Factions] Enabling Factions v2.13.2
446[19:46:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.13.2[0;36;22m] [0;33;1m=== ENABLE START ===[m
447[19:46:54] [Server thread/ERROR]: [Factions] Plugin Factions v2.13.2 has failed to register events for class com.massivecraft.factions.integration.V18.EngineV18 because org/bukkit/event/block/BlockExplodeEvent does not exist.
448[19:46:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.13.2[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationV18[m
449[19:46:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.13.2[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationSpigot[m
450[19:46:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.13.2[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationWorldGuard[m
451[19:46:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.13.2[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m737ms[0;33;1m) ===[m
452[19:46:54] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v1.7.4 (build #20)
453[19:46:54] [Server thread/INFO]: [RandomTeleport] Attempting to load cooldown.map...
454[19:46:54] [Server thread/INFO]: [RandomTeleport] Sucessfully loaded cooldown.map.
455[19:46:54] [Server thread/INFO]: [RandomTeleport] Detected WorldGuard.
456[19:46:54] [Server thread/INFO]: [RandomTeleport] Detected Factions 2.13.2.
457[19:46:54] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
458[19:46:55] [Server thread/INFO]: Done (7.816s)! For help, type "help" or "?"
459[19:46:55] [Server thread/INFO]: Starting GS4 status listener
460[19:46:55] [Query Listener #1/INFO]: Query running on 0.0.0.0:11296
461[19:46:55] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
462[19:46:55] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
463[19:46:55] [pool-3-thread-9/INFO]: [Vault] Checking for Updates ...
464[19:46:55] [pool-3-thread-9/INFO]: [Vault] No new version available
465[19:47:19] [User Authenticator #1/INFO]: UUID of player GZ_OoZeraD is 1ef1914b-fe20-4e45-947d-1bbb47fcdc24
466[19:47:19] [Server thread/INFO]: GZ_OoZeraD[/78.243.21.82:50458] logged in with entity id 286 at ([world] -361.665961872237, 80.74633722666856, 227.10725280063244)
467[19:47:19] [pool-3-thread-11/WARN]: [Fatal Error] :1:1: Premature end of file.
468
469[19:47:20] [Server thread/INFO]: [0;37;1m[[0;32;22m+[0;37;1m] [0;31;22m[Fondateur][0;31;22mGZ_OoZeraD[m[m
470[19:47:32] [Server thread/INFO]: GZ_OoZeraD issued server command: /pl
471[19:47:34] [Server thread/ERROR]: [SimpleAutoMessage] Could not find any messages in messages.txt Did you forget to add some?
472[19:47:49] [Server thread/INFO]: GZ_OoZeraD issued server command: /help SimpleAutoMessage
473[19:47:54] [Server thread/ERROR]: [SimpleAutoMessage] Could not find any messages in messages.txt Did you forget to add some?
474[19:47:55] [Server thread/INFO]: GZ_OoZeraD issued server command: /sam
475[19:47:59] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage
476[19:48:04] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
477[19:48:14] [Server thread/ERROR]: [SimpleAutoMessage] Could not find any messages in messages.txt Did you forget to add some?
478[19:48:34] [Server thread/ERROR]: [SimpleAutoMessage] Could not find any messages in messages.txt Did you forget to add some?
479[19:48:54] [Server thread/ERROR]: [SimpleAutoMessage] Could not find any messages in messages.txt Did you forget to add some?
480[19:48:54] [Server thread/ERROR]: [SimpleAutoMessage] Will stop outputing warnings now. Please fix your messages.txt and reload the plugin.
481[19:53:26] [Server thread/INFO]: GZ_OoZeraD issued server command: /mur
482[19:53:34] [Server thread/INFO]: [0;31;22m[ClearLag] [0;31;1mWarning Ground items will be removed in [0;37;22m60 [0;31;1mseconds![m
483[19:54:14] [Server thread/INFO]: [0;31;22m[ClearLag] [0;31;1mWarning Ground items will be removed in [0;37;22m20 [0;31;1mseconds![m
484[19:54:34] [Server thread/INFO]: [0;33;22m[ClearLag] [0;32;1mRemoved 2 Entities![m
485[19:56:16] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage reload
486[19:56:16] [Server thread/INFO]: [SimpleAutoMessage] Disabling SimpleAutoMessage v1.2.3
487[19:56:16] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is disabled!
488[19:56:16] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
489[19:56:17] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is enabled!
490[19:56:24] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
491[19:57:04] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage update
492[19:57:05] [Thread-43/INFO]: [SimpleAutoMessage] About to download a new update: SimpleAutoMessage v1.2.3
493[19:57:05] [Thread-43/INFO]: [SimpleAutoMessage] Downloading update: 100% of 194 bytes.
494[19:57:05] [Thread-43/INFO]: [SimpleAutoMessage] Finished updating.
495[19:57:05] [Server thread/INFO]: Result: SUCCESS
496[19:57:15] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
497[19:57:17] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage reload
498[19:57:17] [Server thread/INFO]: [SimpleAutoMessage] Disabling SimpleAutoMessage v1.2.3
499[19:57:17] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is disabled!
500[19:57:17] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
501[19:57:17] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is enabled!
502[19:57:19] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
503[19:59:17] [Server thread/INFO]: [m[0;35;1m[Server][m [m [mLes Membre du staff n'utillise pas skype mais discord ![m
504[20:00:45] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage reload
505[20:00:45] [Server thread/INFO]: [SimpleAutoMessage] Disabling SimpleAutoMessage v1.2.3
506[20:00:45] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is disabled!
507[20:00:45] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
508[20:00:45] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is enabled!
509[20:00:48] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
510[20:01:14] [Server thread/INFO]: [0;31;22m[ClearLag] [0;31;1mWarning Ground items will be removed in [0;37;22m60 [0;31;1mseconds![m
511[20:01:54] [Server thread/INFO]: [0;31;22m[ClearLag] [0;31;1mWarning Ground items will be removed in [0;37;22m20 [0;31;1mseconds![m
512[20:02:14] [Server thread/INFO]: [0;33;22m[ClearLag] [0;32;1mRemoved 21 Entities![m
513[20:02:45] [Server thread/INFO]: [m[0;35;1m[Server][m [m [m[0;32;22mL'obidienne est cassable au bout de 10 creeper/tnt ![m
514[20:02:53] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage reload
515[20:02:53] [Server thread/INFO]: [SimpleAutoMessage] Disabling SimpleAutoMessage v1.2.3
516[20:02:53] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is disabled!
517[20:02:53] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
518[20:02:54] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 est activ?!
519[20:02:54] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
520[20:03:20] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage reload
521[20:03:20] [Server thread/INFO]: [SimpleAutoMessage] Disabling SimpleAutoMessage v1.2.3
522[20:03:20] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 est d?sactiv?!
523[20:03:20] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
524[20:03:20] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 est activ?!
525[20:03:21] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
526[20:05:20] [Server thread/INFO]: [m[0;35;1m[Message][m [m [m[0;32;22mL'obidienne est cassable au bout de 10 creeper/tnt ![m
527[20:07:20] [Server thread/INFO]: [m[0;35;1m[Message][m [m [m[m
528[20:08:54] [Server thread/INFO]: [0;31;22m[ClearLag] [0;31;1mWarning Ground items will be removed in [0;37;22m60 [0;31;1mseconds![m
529[20:09:20] [Server thread/INFO]: [m[0;35;1m[Message][m [m [m[0;32;22mFaite /market pour acheter des items ![m
530[20:09:34] [Server thread/INFO]: [0;31;22m[ClearLag] [0;31;1mWarning Ground items will be removed in [0;37;22m20 [0;31;1mseconds![m
531[20:09:54] [Server thread/INFO]: [0;33;22m[ClearLag] [0;32;1mRemoved 2 Entities![m
532[20:11:20] [Server thread/INFO]: [m[0;35;1m[Message][m [m [m[0;32;22mLes Membre du staff n'utillise pas skype mais discord ![m
533[20:12:18] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage reload
534[20:12:18] [Server thread/INFO]: [SimpleAutoMessage] Disabling SimpleAutoMessage v1.2.3
535[20:12:18] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 est d?sactiv?!
536[20:12:18] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
537[20:12:18] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 est activ?!
538[20:12:21] [Server thread/INFO]: GZ_OoZeraD issued server command: /weather clear
539[20:13:50] [Server thread/INFO]: GZ_OoZeraD issued server command: /market
540[20:13:55] [Server thread/INFO]: GZ_OoZeraD issued server command: /market listings
541[20:14:03] [Server thread/INFO]: GZ_OoZeraD issued server command: /market list
542[20:14:07] [Server thread/INFO]: GZ_OoZeraD issued server command: /market lt
543[20:14:18] [Server thread/INFO]: [m[0;35;1m[Message][m [m [m[0;32;22mFaite /market pour acheter des items ![m
544[20:15:12] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage reload
545[20:15:12] [Server thread/INFO]: [SimpleAutoMessage] Disabling SimpleAutoMessage v1.2.3
546[20:15:12] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 est d?sactiv?!
547[20:15:12] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
548[20:15:12] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 est activ?!
549[20:15:19] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage list
550[20:16:25] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage 6
551[20:16:34] [Server thread/INFO]: GZ_OoZeraD issued server command: /simpleautomessage report
552}