· 8 years ago · May 28, 2018, 11:04 AM
1[05:05:21] [Server thread/INFO]: Starting minecraft server version 1.12.2
2[05:05:21] [Server thread/INFO]: Loading properties
3[05:05:21] [Server thread/INFO]: Default game type: SURVIVAL
4[05:05:21] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3d850ec-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
5[05:05:21] [Server thread/INFO]: Using 4 threads for Netty based IO
6[05:05:21] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[05:05:21] [Server thread/INFO]: Debug logging is disabled
8[05:05:21] [Server thread/INFO]: Generating keypair
9[05:05:21] [Server thread/INFO]: Starting Minecraft server on 15.37.219.2:25575
10[05:05:21] [Server thread/INFO]: Using epoll channel type
11[05:05:22] [Server thread/ERROR]: Could not load 'plugins/QualityArmory.jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[spigot.jar:git-Spigot-3d850ec-809c399]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-3d850ec-809c399]
15 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot.jar:git-Spigot-3d850ec-809c399]
16 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
17 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
18 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
19Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
20 ... 6 more
21[05:05:22] [Server thread/INFO]: Set PluginClassLoader as parallel capable
22[05:05:22] [Server thread/ERROR]: Cannot load plugins/AntiBot-Ultra/config.yml
23org.bukkit.configuration.InvalidConfigurationException: while scanning a quoted scalar
24 in 'string', line 64, column 8:
25 asn: "&C&LBOT&8 â–º \nKikovani ste!\nZb ...
26 ^
27found unexpected end of stream
28 in 'string', line 65, column 1:
29
30 ^
31
32 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-3d850ec-809c399]
33 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot.jar:git-Spigot-3d850ec-809c399]
34 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot.jar:git-Spigot-3d850ec-809c399]
35 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [spigot.jar:git-Spigot-3d850ec-809c399]
36 at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:160) [spigot.jar:git-Spigot-3d850ec-809c399]
37 at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:135) [spigot.jar:git-Spigot-3d850ec-809c399]
38 at com.dbmgaming.aname.protection.Protection.<init>(Protection.java:31) [AntiBot-Ultra.jar:?]
39 at com.dbmgaming.aname.AntiBotUltra.<init>(AntiBotUltra.java:36) [AntiBot-Ultra.jar:?]
40 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_161]
41 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_161]
42 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_161]
43 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_161]
44 at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_161]
45 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) [spigot.jar:git-Spigot-3d850ec-809c399]
46 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [spigot.jar:git-Spigot-3d850ec-809c399]
47 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) [spigot.jar:git-Spigot-3d850ec-809c399]
48 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-3d850ec-809c399]
49 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot.jar:git-Spigot-3d850ec-809c399]
50 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
51 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
52 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
53Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a quoted scalar
54 in 'string', line 64, column 8:
55 asn: "&C&LBOT&8 â–º \nKikovani ste!\nZb ...
56 ^
57found unexpected end of stream
58 in 'string', line 65, column 1:
59
60 ^
61
62 at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalarSpaces(ScannerImpl.java:1933) ~[spigot.jar:git-Spigot-3d850ec-809c399]
63 at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalar(ScannerImpl.java:1847) ~[spigot.jar:git-Spigot-3d850ec-809c399]
64 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchFlowScalar(ScannerImpl.java:1029) ~[spigot.jar:git-Spigot-3d850ec-809c399]
65 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchDouble(ScannerImpl.java:1011) ~[spigot.jar:git-Spigot-3d850ec-809c399]
66 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:396) ~[spigot.jar:git-Spigot-3d850ec-809c399]
67 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot.jar:git-Spigot-3d850ec-809c399]
68 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:585) ~[spigot.jar:git-Spigot-3d850ec-809c399]
69 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot.jar:git-Spigot-3d850ec-809c399]
70 at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot.jar:git-Spigot-3d850ec-809c399]
71 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133) ~[spigot.jar:git-Spigot-3d850ec-809c399]
72 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[spigot.jar:git-Spigot-3d850ec-809c399]
73 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[spigot.jar:git-Spigot-3d850ec-809c399]
74 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[spigot.jar:git-Spigot-3d850ec-809c399]
75 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot.jar:git-Spigot-3d850ec-809c399]
76 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[spigot.jar:git-Spigot-3d850ec-809c399]
77 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[spigot.jar:git-Spigot-3d850ec-809c399]
78 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[spigot.jar:git-Spigot-3d850ec-809c399]
79 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot.jar:git-Spigot-3d850ec-809c399]
80 at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-Spigot-3d850ec-809c399]
81 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-Spigot-3d850ec-809c399]
82 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140) ~[spigot.jar:git-Spigot-3d850ec-809c399]
83 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[spigot.jar:git-Spigot-3d850ec-809c399]
84 at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[spigot.jar:git-Spigot-3d850ec-809c399]
85 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[spigot.jar:git-Spigot-3d850ec-809c399]
86 ... 20 more
87[05:05:22] [Server thread/ERROR]: Could not load 'plugins/viabackwards-all-2.3.1.jar' in folder 'plugins'
88org.bukkit.plugin.UnknownDependencyException: ViaVersion
89 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot.jar:git-Spigot-3d850ec-809c399]
90 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot.jar:git-Spigot-3d850ec-809c399]
91 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
92 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
93 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
94[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...[m
95[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...[m
96[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...[m
97[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...[m
98[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...[m
99[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...[m
100[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...[m
101[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...[m
102[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...[m
103[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...[m
104[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...[m
105[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...[m
106[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...[m
107[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...[m
108[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...[m
109[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...[m
110[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...[m
111[05:05:22] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...[m
112[05:05:22] [Server thread/INFO]: [eZProtector] Your server is running version v1_12_R1
113[05:05:22] [Server thread/ERROR]: Could not load 'plugins/ChatProtection.jar' in folder 'plugins'
114org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: core/main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
115 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-3d850ec-809c399]
116 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot.jar:git-Spigot-3d850ec-809c399]
117 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-3d850ec-809c399]
118 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot.jar:git-Spigot-3d850ec-809c399]
119 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
120 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
121 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
122Caused by: java.lang.UnsupportedClassVersionError: core/main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
123 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_161]
124 at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_161]
125 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_161]
126 at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_161]
127 at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_161]
128 at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_161]
129 at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_161]
130 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_161]
131 at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_161]
132 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-3d850ec-809c399]
133 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-3d850ec-809c399]
134 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
135 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
136 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_161]
137 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_161]
138 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-3d850ec-809c399]
139 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-3d850ec-809c399]
140 ... 6 more
141[05:05:26] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.34
142[05:05:26] [Server thread/INFO]: [EazyEmojis] Loading EazyEmojis v0.1
143[05:05:26] [Server thread/INFO]: [WildTP] Loading WildTP v2.0.2
144[05:05:26] [Server thread/INFO]: [CapAFK] Loading CapAFK v1.4.1
145[05:05:26] [Server thread/INFO]: [NoDirectConnect] Loading NoDirectConnect v0.1
146[05:05:26] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.2
147[05:05:26] [Server thread/INFO]: [PlayTimeRewardsRecoded] Loading PlayTimeRewardsRecoded v2.2.0
148[05:05:26] [Server thread/INFO]: [PlugMan] Loading PlugMan v1.8.1
149[05:05:26] [Server thread/INFO]: [OnePlayerSleep] Loading OnePlayerSleep v1.2
150[05:05:26] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
151[05:05:26] [Server thread/INFO]: [PandaWire] Loading PandaWire v1.0.4-SNAPSHOT
152[05:05:26] [Server thread/INFO]: [Broadcaster] Loading Broadcaster v5
153[05:05:26] [Server thread/INFO]: [PvPToggle] Loading PvPToggle v1.0.0
154[05:05:26] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.7.1
155[05:05:26] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
156[05:05:26] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
157[05:05:26] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
158[05:05:26] [Server thread/INFO]: [AntiBot-Ultra] Loading AntiBot-Ultra v1.3.3
159[05:05:26] [Server thread/INFO]: [LightAPI] Loading LightAPI v3.2.4-X.12.1
160[05:05:26] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
161[05:05:26] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.1.25
162[05:05:26] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
163[05:05:26] [Server thread/INFO]: [OreAnnouncer] Loading OreAnnouncer v1.4.0
164[05:05:26] [Server thread/INFO]: [CustomList] Loading CustomList v2.0.7
165[05:05:26] [Server thread/INFO]: [InvRestore2] Loading InvRestore2 v2.7.3-STABLE
166[05:05:26] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
167[05:05:26] [Server thread/INFO]: [ArmorStandEditor] Loading ArmorStandEditor v1.0
168[05:05:26] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.6.4
169[05:05:26] [Server thread/INFO]: [Heads] Loading Heads v1.13.4
170[05:05:26] [Server thread/INFO]: [TimedItems] Loading TimedItems v2.6
171[05:05:26] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
172[05:05:26] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.0
173[05:05:26] [Server thread/INFO]: [Interactables] Loading Interactables v1.1.2
174[05:05:26] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
175[05:05:26] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.9.8.2
176[05:05:26] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
177[05:05:26] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
178[05:05:26] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
179[05:05:26] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.12.16
180[05:05:26] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.5.1-SNAPSHOT
181[05:05:26] [Server thread/INFO]: [MyServerMotd] Loading MyServerMotd v1.6
182[05:05:26] [Server thread/INFO]: [NightVision] Loading NightVision v1.0
183[05:05:26] [Server thread/INFO]: [xYannikx-ColorAnvil] Loading xYannikx-ColorAnvil v1.0
184[05:05:26] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.1.6
185[05:05:26] [Server thread/INFO]: [Vouchers] Loading Vouchers v1.6.5.3
186[05:05:26] [Server thread/INFO]: [PixelPrinter] Loading PixelPrinter v1.0.36
187[05:05:26] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v3.23.0
188[05:05:26] [Server thread/INFO]: [SuperbVote] Loading SuperbVote v0.3.4
189[05:05:26] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.5.16
190[05:05:26] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.09-SNAPSHOT
191[05:05:26] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
192[05:05:26] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.7
193[05:05:26] [Server thread/INFO]: [DailyRewards] Loading DailyRewards v1.3.1
194[05:05:26] [Server thread/INFO]: [CustomCommands] Loading CustomCommands v0.3
195[05:05:26] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
196[05:05:26] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.7.2
197[05:05:26] [Server thread/INFO]: [Rankup] Loading Rankup v2.6d
198[05:05:26] [Server thread/INFO]: [Parties] Loading Parties v2.2.20
199[05:05:26] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.1.2
200[05:05:26] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
201[05:05:26] [Server thread/INFO]: [VoteParty] Loading VoteParty v3.3
202[05:05:26] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
203[05:05:26] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
204[05:05:26] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
205[05:05:26] [Server thread/INFO]: [ChatItem] Loading ChatItem v1.3.6.4
206[05:05:26] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.3.2-SNAPSHOT
207[05:05:26] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.4.1
208[05:05:26] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v1.9.7
209[05:05:26] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.0.4
210[05:05:26] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.3.3
211[05:05:26] [Server thread/INFO]: [CombatLog] Loading CombatLog v2.3.0
212[05:05:26] [Server thread/INFO]: [PortalCommands] Loading PortalCommands v2.1.2
213[05:05:26] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
214[05:05:26] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.31.5
215[05:05:26] [Server thread/INFO]: [Jobs] Loading Jobs v4.1.3
216[05:05:26] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.2.8.2
217[05:05:26] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
218[05:05:26] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1487)
219[05:05:26] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v5.7.4
220[05:05:26] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.4
221[05:05:26] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b528
222[05:05:26] [Server thread/INFO]: [UltimateCasino] Loading UltimateCasino v1.7
223[05:05:26] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.13
224[05:05:26] [Server thread/INFO]: [AntiSwear] Loading AntiSwear v5.2
225[05:05:26] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.7.1
226[05:05:26] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.4.3
227[05:05:26] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v3.2.1.4
228[05:05:26] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
229[05:05:26] [Server thread/INFO]: [MoreFish] Loading MoreFish v2.1.3
230[05:05:26] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
231[05:05:26] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.1
232[05:05:26] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.9
233[05:05:26] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.17.0
234[05:05:26] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
235[05:05:26] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.1.23
236[05:05:26] [Server thread/INFO]: [PandaWire] Enabling PandaWire v1.0.4-SNAPSHOT
237[05:05:26] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.1.25
238[05:05:26] [Server thread/INFO]: [0;36;1m __ [0;36;22m __ ___ __ __ [m
239[05:05:26] [Server thread/INFO]: [0;36;1m | | | / ` |__/ [0;36;22m|__) |__ |__) |\/| /__` [m
240[05:05:26] [Server thread/INFO]: [0;36;1m |___ \__/ \__, | \ [0;36;22m| |___ | \ | | .__/ [m
241[05:05:26] [Server thread/INFO]: [m
242[05:05:26] [Server thread/INFO]: [0;32;22m Loading version [0;36;1mv4.1.25[0;32;22m on Bukkit - CraftBukkit[m
243[05:05:26] [Server thread/INFO]: [0;30;1m Running on server version git-Spigot-3d850ec-809c399 (MC: 1.12.2) - 1.12.2-R0.1-SNAPSHOT[m
244[05:05:26] [Server thread/INFO]: [m
245[05:05:27] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mLoading configuration...[m
246[05:05:27] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mLoading storage provider... [H2][m
247[05:05:27] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mLoading internal permission managers...[m
248[05:05:27] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mPerforming initial data load...[m
249[05:05:27] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mSuccessfully enabled. (took 830ms)[m
250[05:05:27] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
251[05:05:27] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
252[05:05:28] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.09-SNAPSHOT
253[05:05:28] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
254[05:05:28] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
255[05:05:28] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
256[05:05:28] [Server thread/INFO]: [Vault] Plugin enabled (76ms)
257[05:05:28] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mRegistered Vault permission & chat hook.[m
258[05:05:28] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.3.3
259[05:05:28] [Server thread/INFO]: [OFC] World type 'Default' has been read.
260[05:05:28] [Server thread/INFO]: [OFC] World type 'Normal' has been read.
261[05:05:28] [Server thread/INFO]: [OFC] World type 'TheEnd' has been read.
262[05:05:28] [Server thread/INFO]: [OFC] World type 'Nether' has been read.
263[05:05:28] [Server thread/INFO]: [OFC] Proximity Hider is Enabled
264[05:05:28] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
265[05:05:28] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
266[05:05:28] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
267[05:05:28] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
268[05:05:28] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
269[05:05:28] [Server thread/INFO]: Preparing level "survival"
270[05:05:28] [Server thread/INFO]: -------- World Settings For [survival] --------
271[05:05:28] [Server thread/INFO]: Mob Spawn Range: 4
272[05:05:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
273[05:05:28] [Server thread/INFO]: Cane Growth Modifier: 100%
274[05:05:28] [Server thread/INFO]: Melon Growth Modifier: 100%
275[05:05:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
276[05:05:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
277[05:05:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
278[05:05:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
279[05:05:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
280[05:05:28] [Server thread/INFO]: Vine Growth Modifier: 100%
281[05:05:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
282[05:05:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
283[05:05:28] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 16 / Other 48
284[05:05:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
285[05:05:28] [Server thread/INFO]: Random Lighting Updates: false
286[05:05:28] [Server thread/INFO]: Structure Info Saving: true
287[05:05:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
288[05:05:28] [Server thread/INFO]: Max TNT Explosions: 100
289[05:05:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
290[05:05:28] [Server thread/INFO]: Item Despawn Rate: 3000
291[05:05:28] [Server thread/INFO]: Item Merge Radius: 2.5
292[05:05:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
293[05:05:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
294[05:05:28] [Server thread/INFO]: View Distance: 10
295[05:05:28] [Server thread/INFO]: Experience Merge Radius: 3.0
296[05:05:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
297[05:05:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
298[05:05:29] [Server thread/INFO]: -------- World Settings For [survival_nether] --------
299[05:05:29] [Server thread/INFO]: Mob Spawn Range: 4
300[05:05:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
301[05:05:29] [Server thread/INFO]: Cane Growth Modifier: 100%
302[05:05:29] [Server thread/INFO]: Melon Growth Modifier: 100%
303[05:05:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
304[05:05:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
305[05:05:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
306[05:05:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
307[05:05:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
308[05:05:29] [Server thread/INFO]: Vine Growth Modifier: 100%
309[05:05:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
310[05:05:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
311[05:05:29] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 16 / Other 48
312[05:05:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
313[05:05:29] [Server thread/INFO]: Random Lighting Updates: false
314[05:05:29] [Server thread/INFO]: Structure Info Saving: true
315[05:05:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
316[05:05:29] [Server thread/INFO]: Max TNT Explosions: 100
317[05:05:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
318[05:05:29] [Server thread/INFO]: Item Despawn Rate: 3000
319[05:05:29] [Server thread/INFO]: Item Merge Radius: 2.5
320[05:05:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
321[05:05:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
322[05:05:29] [Server thread/INFO]: View Distance: 10
323[05:05:29] [Server thread/INFO]: Experience Merge Radius: 3.0
324[05:05:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
325[05:05:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
326[05:05:29] [Server thread/INFO]: -------- World Settings For [survival_the_end] --------
327[05:05:29] [Server thread/INFO]: Mob Spawn Range: 4
328[05:05:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
329[05:05:29] [Server thread/INFO]: Cane Growth Modifier: 100%
330[05:05:29] [Server thread/INFO]: Melon Growth Modifier: 100%
331[05:05:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
332[05:05:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
333[05:05:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
334[05:05:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
335[05:05:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
336[05:05:29] [Server thread/INFO]: Vine Growth Modifier: 100%
337[05:05:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
338[05:05:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
339[05:05:29] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 16 / Other 48
340[05:05:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
341[05:05:29] [Server thread/INFO]: Random Lighting Updates: false
342[05:05:29] [Server thread/INFO]: Structure Info Saving: true
343[05:05:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
344[05:05:29] [Server thread/INFO]: Max TNT Explosions: 100
345[05:05:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
346[05:05:29] [Server thread/INFO]: Item Despawn Rate: 3000
347[05:05:29] [Server thread/INFO]: Item Merge Radius: 2.5
348[05:05:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
349[05:05:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
350[05:05:29] [Server thread/INFO]: View Distance: 10
351[05:05:29] [Server thread/INFO]: Experience Merge Radius: 3.0
352[05:05:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
353[05:05:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
354[05:05:29] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1104541934)
355[05:05:30] [Server thread/INFO]: Preparing spawn area: 64%
356[05:05:30] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3319114509351027437)
357[05:05:31] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3319114509351027437)
358[05:05:31] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.34
359[05:05:31] [Server thread/INFO]: [EazyEmojis] Enabling EazyEmojis v0.1
360[05:05:31] [Server thread/INFO]: [0;35;1m---------------[EazyEmojis]---------------[m
361[05:05:31] [Server thread/INFO]: [0;35;1m>> Plugin Has Been Enabled!![m
362[05:05:31] [Server thread/INFO]: [0;35;1m>> Author:[Pan][m
363[05:05:31] [Server thread/INFO]: [0;35;1m>> Version:0.1[m
364[05:05:31] [Server thread/INFO]: [0;35;1m------------------------------------------[m
365[05:05:31] [Server thread/INFO]: [0;34;1mThe Config File Has Been Reload[m
366[05:05:31] [Server thread/INFO]: [WildTP] Enabling WildTP v2.0.2
367[05:05:31] [Server thread/INFO]: [CapAFK] Enabling CapAFK v1.4.1
368[05:05:31] [Server thread/INFO]: [CapAFK] Plugin by KyleMan736
369[05:05:31] [Server thread/INFO]: [CapAFK] This is version: 1.4.1 STABLE
370[05:05:31] [Server thread/INFO]: [CapAFK] Made for Spigot, MC Version 1.11.x
371[05:05:31] [Server thread/WARN]: [CapAFK] Use_PermissionsEx is not enabled! Everyone will have the same AFK time!
372[05:05:31] [Server thread/INFO]: [NoDirectConnect] Enabling NoDirectConnect v0.1
373[05:05:31] [Server thread/INFO]: [AntiBot] Enabled Bot Protection![m
374[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.2
375[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
376[05:05:31] [Server thread/ERROR]: [PlaceholderAPI] Failed to load placeholder expansion from class: com.gianscode.placeholderexpantion.voteparty.VotePartyExpantion
377[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobs
378[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
379[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
380[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
381[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
382[05:05:31] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
383[05:05:31] [Server thread/INFO]: [PlayTimeRewardsRecoded] Enabling PlayTimeRewardsRecoded v2.2.0
384[05:05:31] [Server thread/INFO]: [PlayTimeRewardsRecoded] Thanks for using PlayTimeRewards, by D4n13lH! Now recoded with far less bugs!
385[05:05:31] [Server thread/INFO]: [PlugMan] Enabling PlugMan v1.8.1
386[05:05:31] [Server thread/INFO]: [PlugMan] Metrics successfully started!
387[05:05:32] [Server thread/INFO]: [OnePlayerSleep] Enabling OnePlayerSleep v1.2
388[05:05:32] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
389[05:05:32] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
390[05:05:32] [Server thread/INFO]: [Broadcaster] Enabling Broadcaster v5
391[05:05:32] [Server thread/INFO]: [PvPToggle] Enabling PvPToggle v1.0.0
392[05:05:32] [Server thread/INFO]: [PvPToggle] Enabling the plugin...
393[05:05:32] [Server thread/INFO]: [PvPToggle] Enabled PvPToggle v1.0.0!
394[05:05:32] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.7.1
395[05:05:32] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
396[05:05:32] [Server thread/INFO]: [ChatReaction] 38 words loaded!
397[05:05:32] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
398[05:05:32] [Server thread/INFO]: ---------------------------
399[05:05:32] [Server thread/INFO]: ChatReaction Updater
400[05:05:32] [Server thread/INFO]:
401[05:05:32] [Server thread/INFO]: Could not connect to spigotmc.org
402[05:05:32] [Server thread/INFO]: to check for updates!
403[05:05:32] [Server thread/INFO]:
404[05:05:32] [Server thread/INFO]: ---------------------------
405[05:05:32] [Server thread/INFO]: ---------------------------
406[05:05:32] [Server thread/INFO]: ChatReaction Updater
407[05:05:32] [Server thread/INFO]:
408[05:05:32] [Server thread/INFO]: You are running 1.7.1
409[05:05:32] [Server thread/INFO]: The latest version
410[05:05:32] [Server thread/INFO]: of ChatReaction!
411[05:05:32] [Server thread/INFO]:
412[05:05:32] [Server thread/INFO]: ---------------------------
413[05:05:32] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
414[05:05:32] [Server thread/INFO]: []
415[05:05:32] [Server thread/ERROR]: Error occurred while enabling Arconix v1.1.1 (Is it up to date?)
416java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/AxisAlignedBB
417 at com.songoda.arconix.method.entity.Entity.getNearbyEntities(Entity.java:20) ~[?:?]
418 at com.songoda.arconix.packets.Hologram.Hologram1_12R1.delete(Hologram1_12R1.java:67) ~[?:?]
419 at com.songoda.arconix.packets.Hologram.Hologram1_12R1.addEntityToWorld(Hologram1_12R1.java:115) ~[?:?]
420 at com.songoda.arconix.packets.Hologram.Hologram1_12R1.addHologram(Hologram1_12R1.java:86) ~[?:?]
421 at com.songoda.arconix.packets.Hologram.Hologram1_12R1.spawnHologram(Hologram1_12R1.java:50) ~[?:?]
422 at com.songoda.arconix.packets.Hologram.Hologram1_12R1.spawnHolograms(Hologram1_12R1.java:33) ~[?:?]
423 at com.songoda.arconix.packets.Hologram.Hologram1_12R1.reload(Hologram1_12R1.java:132) ~[?:?]
424 at com.songoda.arconix.packets.Hologram.Hologram1_12R1.<init>(Hologram1_12R1.java:28) ~[?:?]
425 at com.songoda.arconix.packets.PacketLibrary.setupPackets(PacketLibrary.java:35) ~[?:?]
426 at com.songoda.arconix.Arconix.onEnable(Arconix.java:52) ~[?:?]
427 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-3d850ec-809c399]
428 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-3d850ec-809c399]
429 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot.jar:git-Spigot-3d850ec-809c399]
430 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382) [spigot.jar:git-Spigot-3d850ec-809c399]
431 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331) [spigot.jar:git-Spigot-3d850ec-809c399]
432 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot.jar:git-Spigot-3d850ec-809c399]
433 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot.jar:git-Spigot-3d850ec-809c399]
434 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot.jar:git-Spigot-3d850ec-809c399]
435 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3d850ec-809c399]
436 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
437 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
438Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R4.AxisAlignedBB
439 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-3d850ec-809c399]
440 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-3d850ec-809c399]
441 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
442 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
443 ... 21 more
444[05:05:32] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
445[05:05:32] [Server thread/INFO]: [DeluxeTags] 37 tags loaded
446[05:05:32] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
447[05:05:32] [Server thread/INFO]: [DeluxeTags] You are not using DeluxeChat!
448[05:05:32] [Server thread/INFO]: [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
449[05:05:32] [Server thread/INFO]: ----------------------------
450[05:05:32] [Server thread/INFO]: DeluxeTags Updater
451[05:05:32] [Server thread/INFO]:
452[05:05:32] [Server thread/INFO]: Could not connect to spigotmc.org
453[05:05:32] [Server thread/INFO]: to check for updates!
454[05:05:32] [Server thread/INFO]:
455[05:05:32] [Server thread/INFO]: ----------------------------
456[05:05:32] [Server thread/INFO]: ----------------------------
457[05:05:32] [Server thread/INFO]: DeluxeTags Updater
458[05:05:32] [Server thread/INFO]:
459[05:05:32] [Server thread/INFO]: You are running 1.7.1
460[05:05:32] [Server thread/INFO]: The latest version
461[05:05:32] [Server thread/INFO]: of DeluxeTags!
462[05:05:32] [Server thread/INFO]:
463[05:05:32] [Server thread/INFO]: ----------------------------
464[05:05:32] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
465[05:05:32] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
466[05:05:32] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
467[05:05:32] [Server thread/INFO]: [AntiBot-Ultra] Enabling AntiBot-Ultra v1.3.3
468[05:05:32] [Server thread/INFO]: [AntiBot-Ultra] Database set to config type file
469[05:05:32] [Server thread/INFO]: [AntiBot-Ultra] Protection enabled
470[05:05:32] [Server thread/INFO]: [LightAPI] Enabling LightAPI v3.2.4-X.12.1
471[05:05:32] [Server thread/INFO]: [0;36;1m<LightAPI>: [0;37;1mLoading handler for Spigot git-Spigot-3d850ec-809c399 (MC: 1.12.2)[m
472[05:05:32] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
473[05:05:32] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
474[05:05:32] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
475[05:05:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
476[05:05:32] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
477[05:05:32] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
478[05:05:32] [Server thread/INFO]: [OreAnnouncer] Enabling OreAnnouncer v1.4.0
479[05:05:32] [Server thread/INFO]: [[32mOreAnnouncer[0m] [32mInitializing OreAnnouncer 1.4.0[0m
480[05:05:32] [Server thread/INFO]: [[32mOreAnnouncer[0m] [32mLoaded 2 blocks[0m
481[05:05:32] [Server thread/INFO]: [[32mOreAnnouncer[0m] [32mOreAnnouncer v1.4.0 enabled[0m
482[05:05:32] [Server thread/INFO]: [CustomList] Enabling CustomList v2.0.7
483[05:05:32] [Server thread/INFO]: Data sent to Metrics successfully.
484[05:05:32] [Server thread/INFO]: [InvRestore2] Enabling InvRestore2 v2.7.3-STABLE
485[05:05:32] [Server thread/INFO]: [InvRestore2] Plugin successfully loaded. That took 85ms.
486[05:05:32] [Server thread/INFO]: [InvRestore2] [0;35;22mCracked by qtChan@blackspigot.com with [0;31;22m<3[m
487[05:05:32] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
488[05:05:33] [Server thread/INFO]: [ClearLag] Loading modules...
489[05:05:33] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
490[05:05:33] [Server thread/INFO]: [ClearLag] Modules have been loaded!
491[05:05:33] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
492[05:05:33] [Thread-16/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
493[05:05:33] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.0
494[05:05:33] [Server thread/INFO]: [ArmorStandEditor] Loaded equipment slot locker for bukkit version v1_12_R1!
495[05:05:33] [Server thread/INFO]: [ArmorStandEditor] Loaded anvil gui class for bukkit version v1_12_R1!
496[05:05:33] [Server thread/INFO]: [ArmorStandEditor] Loaded invulnerability toggler for bukkit version v1_12_R1!
497[05:05:33] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.6.4
498[05:05:33] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mAuthMe [0;37;22m(Country Variables)[m
499[05:05:33] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mEssentials[m
500[05:05:33] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mMultiverse-Core [0;37;22m(World Alias)[m
501[05:05:33] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mProtocolLib [0;37;22m(Packet Features)[m
502[05:05:33] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mVault[m
503[05:05:33] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mPlaceholderAPI[m
504[05:05:33] [Server thread/INFO]: [Heads] Enabling Heads v1.13.4
505[05:05:33] [Thread-16/INFO]: [ClearLag] No updates found!
506[05:05:33] [Server thread/INFO]: [Heads] Loaded cache file (247.52 ms)
507[05:05:33] [Server thread/INFO]: [Heads] Loaded Menu Config with 19 Menus (3.3 ms)
508[05:05:33] [Server thread/INFO]: [Heads] Loaded Lang File with 105 messages (4.68 ms)
509[05:05:33] [Server thread/INFO]: [Heads] Loaded Main Config (0.98 ms)
510[05:05:33] [Server thread/INFO]: [Heads] Heads plugin enabled with 10193 heads (295.27 ms)
511[05:05:33] [Server thread/INFO]: [TimedItems] Enabling TimedItems v2.6
512[05:05:33] [Server thread/INFO]: [TimedItems] Spigot v1_12_R1 detected.
513[05:05:33] [Server thread/INFO]: [TimedItems] TimedItems v2.4 viet boi MasterClaus
514[05:05:33] [Server thread/INFO]: [TimedItems] Donate cho tac gia qua email themasterclaus@gmail.com neu plugin co ich.
515[05:05:33] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
516[05:05:33] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
517[05:05:33] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
518[05:05:33] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 20.0 Y: 102.0 Z: 540.0
519[05:05:33] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.0
520[05:05:34] [Server thread/INFO]: [BuycraftX] Validating your server key...
521[05:05:34] [Server thread/WARN]: [BuycraftX] Your server and webstore online mode settings are mismatched. Unless you are using a proxy and server combination (such as BungeeCord/Spigot or LilyPad/Connect) that corrects UUIDs, then you may experience issues with packages not applying.
522[05:05:34] [Server thread/WARN]: [BuycraftX] If you have verified that your set up is correct, you can suppress this message by setting is-bungeecord=true in your BuycraftX config.properties.
523[05:05:35] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
524[05:05:35] [Server thread/INFO]: [BuycraftX] Updating coupon list...
525[05:05:36] [Server thread/INFO]: [Interactables] Enabling Interactables v1.1.2
526[05:05:36] [Server thread/INFO]: Initializing plugin list...
527[05:05:36] [Server thread/INFO]: Registering services...
528[05:05:36] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
529[05:05:36] [Server thread/INFO]: [Votifier] Votifier enabled.
530[05:05:36] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.9.8.2
531[05:05:36] [Server thread/INFO]: [0;31;1m===================================[m
532[05:05:36] [Server thread/INFO]: [0;31;1mPlugin: BannerBoard 1.9.8.2[m
533[05:05:36] [Server thread/INFO]: [0;31;1mBy: CustomxD[m
534[05:05:36] [Server thread/INFO]: [0;31;1mSpigotLeaks: http://spigotleaks.org/members/1563/[m
535[05:05:36] [Server thread/INFO]: [0;31;1m===================================[m
536[05:05:36] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
537[05:05:36] [Server thread/INFO]: -------- World Settings For [Zurka] --------
538[05:05:36] [Server thread/INFO]: Mob Spawn Range: 4
539[05:05:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
540[05:05:36] [Server thread/INFO]: Cane Growth Modifier: 100%
541[05:05:36] [Server thread/INFO]: Melon Growth Modifier: 100%
542[05:05:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
543[05:05:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
544[05:05:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
545[05:05:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
546[05:05:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
547[05:05:36] [Server thread/INFO]: Vine Growth Modifier: 100%
548[05:05:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
549[05:05:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
550[05:05:36] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 16 / Other 48
551[05:05:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
552[05:05:36] [Server thread/INFO]: Random Lighting Updates: false
553[05:05:36] [Server thread/INFO]: Structure Info Saving: true
554[05:05:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
555[05:05:36] [Server thread/INFO]: Max TNT Explosions: 100
556[05:05:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
557[05:05:36] [Server thread/INFO]: Item Despawn Rate: 3000
558[05:05:36] [Server thread/INFO]: Item Merge Radius: 2.5
559[05:05:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
560[05:05:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
561[05:05:36] [Server thread/INFO]: View Distance: 10
562[05:05:36] [Server thread/INFO]: Experience Merge Radius: 3.0
563[05:05:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
564[05:05:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
565[05:05:36] [Server thread/INFO]: Preparing start region for level 3 (Seed: -8525949815426528235)
566[05:05:37] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
567[05:05:37] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
568[05:05:37] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.12.16
569[05:05:37] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is 1.12.2
570[05:05:37] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.5.1-SNAPSHOT
571[05:05:37] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_12_R1
572[05:05:38] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
573[05:05:38] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
574[05:05:38] [Server thread/INFO]: [MyServerMotd] Enabling MyServerMotd v1.6
575[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
576[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
577[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
578[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
579[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
580[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
581[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
582[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
583[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
584[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
585[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
586[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
587[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
588[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
589[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
590[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
591[05:05:38] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
592[05:05:38] [Server thread/INFO]: [NightVision] Enabling NightVision v1.0
593[05:05:38] [Server thread/INFO]: [xYannikx-ColorAnvil] Enabling xYannikx-ColorAnvil v1.0
594[05:05:38] [Server thread/INFO]: [xYannikx-ColorAnvil] xYannikx-ColorAnvil v1.0 has been enabled!
595[05:05:38] [Server thread/INFO]: [xYannikx-ColorAnvil] Permissions for xYannikx-ColorAnvil are enabled.
596[05:05:39] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.1.6
597[05:05:39] [Server thread/INFO]: [eZProtector] Reloading config...
598[05:05:39] [Server thread/INFO]: [eZProtector] Your server version is compatible with eZProtector.
599[05:05:39] [Server thread/INFO]: [eZProtector] The plugin has enabled successfully. Version: 4.1.6
600[05:05:39] [Server thread/INFO]: [Vouchers] Enabling Vouchers v1.6.5.3
601[05:05:39] [Server thread/INFO]: [PixelPrinter] Enabling PixelPrinter v1.0.36
602[05:05:39] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v3.23.0
603[05:05:39] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
604[05:05:39] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v3.23.0
605[05:05:39] [Server thread/INFO]: [FeatherBoard] Framework version: 2017-08
606[05:05:39] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
607[05:05:39] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
608[05:05:39] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
609[05:05:39] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
610[05:05:39] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
611[05:05:39] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
612[05:05:39] [Server thread/INFO]: [FeatherBoard] Loading dependency Ebean 2.8.1 ...
613[05:05:39] [Server thread/INFO]: [FeatherBoard] Ebean 2.8.1 is now loaded!
614[05:05:39] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
615[05:05:39] [Server thread/INFO]: [FeatherBoard] Loading messages ...
616[05:05:39] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
617[05:05:39] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
618[05:05:40] [Server thread/INFO]: [FeatherBoard] Loaded 2688 of the 5411 placholders
619[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading Event hooks ...
620[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: mcMMO Level down event ...
621[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: mcMMO Level up event ...
622[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: ChatReaction start event ...
623[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
624[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
625[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
626[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
627[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: mcMMO Party Level up ...
628[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
629[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
630[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
631[05:05:40] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
632[05:05:41] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
633[05:05:41] [Server thread/INFO]: [FeatherBoard] Lines: 2
634[05:05:41] [Server thread/INFO]: [FeatherBoard] Arguments: 1
635[05:05:41] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
636[05:05:41] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'mcmmo-subirnivel' ...
637[05:05:41] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'entrar' ...
638[05:05:41] [Server thread/INFO]: [FeatherBoard] Failed to check for a update on spigot.
639[05:05:41] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;32;1mYour version is up to date![m
640[05:05:41] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
641[05:05:41] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
642[05:05:41] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.3.4
643[05:05:41] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders.
644[05:05:41] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.5.16
645[05:05:41] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.7
646[05:05:41] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
647[05:05:41] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
648[05:05:41] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
649[05:05:41] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
650[05:05:42] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
651[05:05:42] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.7 enabled.
652[05:05:42] [Server thread/INFO]: [DailyRewards] Enabling DailyRewards v1.3.1
653[05:05:42] [Server thread/INFO]: [CustomCommands] Enabling CustomCommands v0.3
654[05:05:42] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3
655[05:05:42] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.7.2
656[05:05:42] [Server thread/INFO]: [Rankup] Enabling Rankup v2.6d
657[05:05:42] [Server thread/INFO]: [Parties] Enabling Parties v2.2.20
658[05:05:42] [Server thread/INFO]: [[36mParties[0m] [36mInitializing Parties 2.2.20[0m
659[05:05:42] [Server thread/WARN]: [[36mParties[0m] [31mFile config.yml is outdated[0m
660[05:05:42] [Server thread/WARN]: [[36mParties[0m] [31mFile messages.yml is outdated[0m
661[05:05:42] [Server thread/INFO]: [[36mParties[0m] [36mEssentialsChat Hooked[0m
662[05:05:42] [Server thread/INFO]: [[36mParties[0m] [36mPlaceholderAPI Hooked[0m
663[05:05:42] [Server thread/INFO]: [[36mParties[0m] [36mParties v2.2.20 enabled[0m
664[05:05:42] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.1.2
665[05:05:42] [Server thread/INFO]: [0;30;1m[[0;36;1mEpic[0;37;1mRename[0;30;1m] [0;37;1m[0;36;1mVersion: [0;31;1m3.1.2 [0;36;1mMC Version: [0;31;1mNEWER_THAN_ONE_DOT_EIGHT[m
666[05:05:42] [Server thread/INFO]: [0;30;1m[[0;36;1mEpic[0;37;1mRename[0;30;1m] [0;37;1m[0;31;1mThis plugin is Copyright (c) 2018 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of it at: http://bit.ly/2eMknxx[m
667[05:05:42] [Server thread/INFO]: [0;30;1m[[0;36;1mEpic[0;37;1mRename[0;30;1m] [0;37;1m[0;32;1mStarting plugin enable...[m
668[05:05:42] [Server thread/INFO]: [0;33;1m[21mRename [0;30;1m»[0;37;22m [0;32;1mPrefix set to: '[0;33;1m[21mRename [0;30;1m»[0;37;22m [0;32;1m'[m
669[05:05:42] [Server thread/INFO]: [0;33;1m[21mRename [0;30;1m»[0;37;22m [0;32;1mPlugin Enabled![m
670[05:05:42] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
671[05:05:42] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
672[05:05:42] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
673[05:05:42] [Server thread/INFO]: [VoteParty] Enabling VoteParty v3.3
674[05:05:42] [Server thread/INFO]: [VoteParty] Loading config
675[05:05:42] [Server thread/INFO]: [VoteParty] Coping ActionAPI to plugins folder
676[05:05:42] [Server thread/INFO]: [VoteParty] Loading ActionAPI.jar
677[05:05:42] [Server thread/INFO]: [ActionAPI] Enabling ActionAPI v1.1.3
678[05:05:42] [Server thread/INFO]: [0;30;1m[[0;36;1mActionAPI[0;30;1m] [0;31;1mAn update is available, download it from spigot![m
679[05:05:42] [Server thread/INFO]: [VoteParty] Setting up plugin settings
680[05:05:42] [Server thread/WARN]: [VoteParty] You have enabled the use_mvdwplaceholderapi in the config, but the plugin MVdWPlaceholderAPI was not found
681[05:05:42] [Server thread/INFO]: [VoteParty] Hooking into PlaceholderAPI
682[05:05:42] [Server thread/INFO]: [VoteParty] Registering listeners
683[05:05:42] [Server thread/INFO]: [0;32;1mVoteParty[0;30;1m â–º[0;37;22m [0;31;1mAn update is available, download it from spigot![m
684[05:05:42] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
685[05:05:43] [Server thread/INFO]: [WorldGuard] (survival) TNT ignition is PERMITTED.
686[05:05:43] [Server thread/INFO]: [WorldGuard] (survival) Lighters are PERMITTED.
687[05:05:43] [Server thread/INFO]: [WorldGuard] (survival) Lava fire is blocked.
688[05:05:43] [Server thread/INFO]: [WorldGuard] (survival) Fire spread is UNRESTRICTED.
689[05:05:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival'
690[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_nether) TNT ignition is PERMITTED.
691[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_nether) Lighters are PERMITTED.
692[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_nether) Lava fire is blocked.
693[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_nether) Fire spread is UNRESTRICTED.
694[05:05:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival_nether'
695[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_the_end) TNT ignition is PERMITTED.
696[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_the_end) Lighters are PERMITTED.
697[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_the_end) Lava fire is blocked.
698[05:05:43] [Server thread/INFO]: [WorldGuard] (survival_the_end) Fire spread is UNRESTRICTED.
699[05:05:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival_the_end'
700[05:05:43] [Server thread/INFO]: [WorldGuard] (Zurka) TNT ignition is PERMITTED.
701[05:05:43] [Server thread/INFO]: [WorldGuard] (Zurka) Lighters are PERMITTED.
702[05:05:43] [Server thread/INFO]: [WorldGuard] (Zurka) Lava fire is blocked.
703[05:05:43] [Server thread/INFO]: [WorldGuard] (Zurka) Fire spread is UNRESTRICTED.
704[05:05:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Zurka'
705[05:05:43] [Server thread/INFO]: [WorldGuard] Loading region data...
706[05:05:43] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.3
707[05:05:43] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1mDetected Minecraft [0;33;1mv1_12_R1[0;32;1m, using [0;33;1mUniversalSkinFactory[0;32;1m.[m
708[05:05:43] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1mDetected [0;33;1mMultiverse-Core[0;32;1m! Using it for dimensions.[m
709[05:05:43] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
710[05:05:43] [Server thread/INFO]: [ChatItem] Enabling ChatItem v1.3.6.4
711[05:05:43] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.3.2-SNAPSHOT
712[05:05:43] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_12_R1 (Minecraft 1.12)...
713[05:05:43] [Server thread/INFO]: [MythicMobs] MythicMobs Lib's Disguises Support has been enabled!
714[05:05:43] [Server thread/INFO]: [MythicMobs] MythicMobs mcMMO Support has been enabled!
715[05:05:43] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
716[05:05:43] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
717[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 5 mobs.
718[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
719[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
720[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 12 skills.
721[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 2 random spawns.
722[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 3 mythic items.
723[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
724[05:05:43] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
725[05:05:43] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
726[05:05:43] [Server thread/INFO]: [MythicMobs] v4.3.2-SNAPSHOT has been successfully loaded!
727[05:05:43] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.4.1
728[05:05:43] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v1.9.7
729[05:05:43] [Server thread/INFO]: ==========================================[m
730[05:05:43] [Server thread/INFO]: FurnitureLibary Version: [0;33;1m1.9.7[m
731[05:05:43] [Server thread/INFO]: Furniture Autor: [0;33;22mSte3et_C0st[m
732[05:05:43] [Server thread/INFO]: Furniture Website: [0;33;1mhttp://dicecraft.de[m
733[05:05:43] [Server thread/INFO]: Furniture start load[m
734[05:05:43] [Server thread/INFO]: Furniture find ProtectionLib: [0;33;1mfalse[m
735[05:05:44] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 22 Objects from: SQLite Database
736[05:05:44] [Server thread/INFO]: [FurnitureLib] FurnitureLib have loadet 233 in 00:00.565
737[05:05:44] [Server thread/INFO]: [FurnitureLib] FurnitureLib have purged 0 Objects
738[05:05:46] [Server thread/INFO]: FurnitureLib load Models(28): Barrels,BlackBoard,CactusPlant,Camera,CampChair,CandyCane,Catapult,Chair,ChristmasTree,Crossbow,Fence,GraveStone,Hammock,HumanSkeleton,Lantern,Log,MailBox,SchoolChair,SchoolTable,SleepingBag,SnowGolem,Sofa,Sunshade,TV,Table,Tent1,Trunk,WaxCandle[m
739[05:05:46] [Server thread/INFO]: [0;32;22mFurniture load finish :)[m
740[05:05:46] [Server thread/INFO]: ==========================================[m
741[05:05:46] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.0.4
742[05:05:46] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
743[05:05:46] [Server thread/INFO]: [CombatLog] Enabling CombatLog v2.3.0
744[05:05:46] [Server thread/INFO]: [CombatLog] LibsDisguises plugin found! Disguise removal will work.
745[05:05:46] [Server thread/INFO]: [CombatLog] WorldGuard plugin found! PvP regions are now detected.
746[05:05:46] [Server thread/INFO]: [CombatLog] Loading config.yml
747[05:05:46] [Server thread/INFO]: [CombatLog] v2.3.0 has been enabled.
748[05:05:46] [Server thread/INFO]: [PortalCommands] Enabling PortalCommands v2.1.2
749[05:05:46] [Server thread/INFO]: [PortalCommands] Enabling listeners...
750[05:05:46] [Server thread/INFO]: Running version converter. Converting necessary ConfiguationSections...
751[05:05:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
752[05:05:46] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
753[05:05:46] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
754[05:05:46] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
755[05:05:46] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
756[05:05:46] [Server thread/INFO]: Using locale en_US
757[05:05:46] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
758[05:05:46] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
759[05:05:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
760[05:05:46] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
761[05:05:46] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.31.5
762[05:05:46] [Server thread/INFO]: [MarriageMaster] Config Version: 28 => no update needed
763[05:05:46] [Server thread/INFO]: [MarriageMaster] Config loaded
764[05:05:46] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no update needed
765[05:05:46] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
766[05:05:46] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled!
767[05:05:46] [Server thread/INFO]: [Jobs] Enabling Jobs v4.1.3
768[05:05:46] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 8 titles![m
769[05:05:46] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 0 restricted areas![m
770[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 49 protected blocks timers![m
771[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 641 custom item names![m
772[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 41 custom entity names![m
773[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 27 custom enchant names![m
774[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 16 custom color names![m
775[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] 4 shop items loaded![m
776[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 12 jobs![m
777[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Explorer job manager registered![m
778[05:05:47] [Jobs-DatabaseSaveTask/INFO]: [0;33;1m[Jobs] Started database save task.[m
779[05:05:47] [Jobs-BufferedPaymentThread/INFO]: [0;33;1m[Jobs] Started buffered payment thread.[m
780[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 0 schedulers![m
781[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Preloaded 854 players data in 0.01[m
782[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] [0;33;22mmcMMO was found - Enabling capabilities.[m
783[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] WorldGuard detected.[m
784[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] MythicMobs detected.[m
785[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] [0;33;22mMythicMobs4 was found - Enabling capabilities.[m
786[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] loaded 9266 block protection entries. 9[m
787[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loading explorer data[m
788[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Loaded explorer data[m
789[05:05:47] [Server thread/INFO]: [0;33;1m[Jobs] Plugin has been enabled succesfully.[m
790[05:05:47] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.2.8.2
791[05:05:47] [Server thread/INFO]: [CrateReloaded] v1_12_R1
792[05:05:47] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
793[05:05:47] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
794[05:05:47] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
795[05:05:47] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
796[05:05:47] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
797[05:05:47] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
798[05:05:47] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1487)
799[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v5.7.4
800[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up configuration files...
801[05:05:48] [Server thread/WARN]: [AdvancedAchievements] Overriding configuration: disabling PetMasterGive and PetMasterReceive categories.
802[05:05:48] [Server thread/WARN]: [AdvancedAchievements] Ensure you have placed Pet Master with a minimum version of 1.4 in your plugins folder or add PetMasterGive and PetMasterReceive to the DisabledCategories list in config.yml.
803[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Loaded 50 achievements in 45 categories.
804[05:05:48] [Server thread/INFO]: [AdvancedAchievements] 2 disabled categories: [PetMasterReceive, PetMasterGive]
805[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Registering event listeners...
806[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Initialising database...
807[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Setting up command executor and custom tab completers...
808[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Launching scheduled tasks...
809[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Registering permissions...
810[05:05:48] [Thread-26/INFO]: [AdvancedAchievements] Checking for plugin update...
811[05:05:48] [Server thread/INFO]: [AdvancedAchievements] Plugin has finished loading and is ready to run! Took 467ms.
812[05:05:48] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.4
813[05:05:48] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b528
814[05:05:48] [Server thread/WARN]: §eVersion mismatch! Please update all Survival jars to the same version.
815[05:05:48] [Server thread/INFO]: [UltimateCasino] Enabling UltimateCasino v1.7
816[05:05:48] [Server thread/INFO]: [0;31;1m[UltimateCasino] Cracked by ByteCode@DirectLeaks.net[m
817[05:05:48] [Server thread/INFO]: Casino has been enabled!
818[05:05:48] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.13
819[05:05:48] [Server thread/INFO]: [0;32;1m=============================[m
820[05:05:48] [Server thread/INFO]: [0;37;22mTreeAssist 5.13 by [0;35;22mBrianna <3[0;37;22m![m
821[05:05:48] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
822[05:05:48] [Server thread/INFO]: [TreeAssist] Loading data file
823[05:05:48] [Server thread/INFO]: [0;32;1m=============================[m
824[05:05:48] [Server thread/INFO]: [AntiSwear] Enabling AntiSwear v5.2
825[05:05:49] [Server thread/INFO]: [AntiSwear] AntiSwear Version: 5.2 by brooky1010 is enabled!
826[05:05:49] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.7.1
827[05:05:49] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
828[05:05:49] [Server thread/INFO]: [GriefPrevention] 187 total claims loaded.
829[05:05:49] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
830[05:05:49] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
831[05:05:49] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
832[05:05:49] [Server thread/INFO]: [GriefPrevention] Boot finished.
833[05:05:49] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.4.3
834[05:05:49] [Server thread/INFO]: Initializing for the first time.
835[05:05:49] [Server thread/INFO]: Log4j 2 handler detected: com.enjin.common.compatibility.CurrentLog4j2Handler
836[05:05:50] [Server thread/INFO]: Reflections took 102 ms to scan 1 urls, producing 2 keys and 10 values
837[05:05:50] [Server thread/INFO]: [DiceFurniture] Enabling DiceFurniture v3.2.1.4
838[05:05:52] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
839[05:05: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
840[05:05:52] [Server thread/INFO]: creating table 'items'
841[05:05: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`))
842[05:05: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
843[05:05:52] [Server thread/INFO]: creating table 'accounts'
844[05:05:52] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
845[05:05: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`) )
846[05:05:52] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
847[05:05:52] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
848[05:05:52] [Server thread/INFO]: [MoreFish] Enabling MoreFish v2.1.3
849[05:05:52] [Server thread/INFO]: [MoreFish] Loaded 25 fish successfully.
850[05:05:52] [Server thread/WARN]: java.lang.NullPointerException
851[05:05:52] [Server thread/WARN]: at me.elsiff.morefish.protocol.UpdateChecker.loadNewVersion(UpdateChecker.java:42)
852[05:05:52] [Server thread/WARN]: at me.elsiff.morefish.protocol.UpdateChecker.<init>(UpdateChecker.java:18)
853[05:05:52] [Server thread/WARN]: at me.elsiff.morefish.MoreFish.onEnable(MoreFish.java:54)
854[05:05:52] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
855[05:05:52] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
856[05:05:52] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
857[05:05:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382)
858[05:05:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331)
859[05:05:52] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
860[05:05:52] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
861[05:05:52] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
862[05:05:52] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
863[05:05:52] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
864[05:05:52] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
865[05:05:52] [Server thread/INFO]: [MoreFish] Found Vault for economy support.
866[05:05:52] [Server thread/INFO]: [MoreFish] Found Citizens for Fish Shop Trait.
867[05:05:52] [Server thread/INFO]: [MoreFish] Found PlaceholderAPI for placeholders support.
868[05:05:52] [Server thread/INFO]: [MoreFish] Found mcMMO for MCMMO support.
869[05:05:52] [Server thread/INFO]: [MoreFish] Found WorldGuard for regions support.
870[05:05:52] [Server thread/INFO]: [MoreFish] Plugin has been enabled!
871[05:05:52] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
872[05:05:52] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mVault compatible economy found! Economy support for CommandNPC has been enabled.[m
873[05:05:52] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
874[05:05:52] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
875[05:05:52] [Thread-29/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
876[05:05:52] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
877[05:05:52] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.1
878[05:05:52] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.0.9
879[05:05:53] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.17.0
880[05:05:53] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
881[05:05:53] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
882[05:05:53] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
883[05:05:53] [Server thread/INFO]: [ShopGUIPlus] SilkSpawners support enabled.
884[05:05:53] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
885[05:05:53] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
886[05:05:54] [Server thread/INFO]: [AuthMe] SQLite Setup finished
887[05:05:54] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
888[05:05:54] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
889[05:05:54] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
890[05:05:54] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
891[05:05:54] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
892[05:05:54] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
893[05:05:54] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
894[05:05:54] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.1.23
895[05:05:54] [Server thread/INFO]: [LiteBans] Cracked by coolman@BlackSpigotMC
896[05:05:54] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
897[05:05:54] [Server thread/INFO]: [LiteBans] Connecting to database...
898[05:05:55] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///home/srv_108043_PkG/plugins/LiteBans/litebans] (428.9 ms).
899[05:05:55] [Server thread/INFO]: [LiteBans] Database connection fully initialized (433.5 ms).
900[05:05:55] [Server thread/INFO]: [LiteBans] v2.1.23 enabled. Startup took 638 ms.
901[05:05:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
902[05:05:56] [Server thread/INFO]: Done (27.315s)! For help, type "help" or "?"
903[05:05:56] [Server thread/INFO]: Starting GS4 status listener
904[05:05:56] [Query Listener #1/INFO]: Query running on 15.37.219.2:25575
905[05:05:56] [Craft Scheduler Thread - 10/INFO]: [AntiBot-Ultra] Starting to download proxies from the given list.
906[05:05:56] [Craft Scheduler Thread - 2/INFO]: [mcMMO] Cleaned backup files. Deleted 1 of 16 files.
907[05:05:56] [Craft Scheduler Thread - 7/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
908java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
909 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
910 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
911 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
912 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
913 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
914 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
915 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
916 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
917[05:05:56] [Craft Scheduler Thread - 5/INFO]: [PlaceholderAPI] Failed to check for a update on spigot.
918[05:05:56] [Craft Scheduler Thread - 3/INFO]: [Vault] You are running the latest version
919[05:05:56] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...[m
920[05:05:56] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image DROP.png.[m
921[05:05:56] [Craft Scheduler Thread - 5/WARN]: [Heads] A newer version of Heads, Heads v1.14.5, is available for download
922[05:05:56] [Craft Scheduler Thread - 5/WARN]: [Heads] You are currently using Heads v1.13.4
923[05:05:56] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Rodjendan.png.[m
924[05:05:56] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Ribar.png.[m
925[05:05:56] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Dobrodosli.png.[m
926[05:05:56] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 4 image(s).[m
927[05:05:56] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...[m
928[05:05:56] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "WorldGuard"
929[05:05:56] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "GriefPrevention"
930[05:05:56] [Server thread/INFO]: [0;33;1m[Jobs] Successfully linked with Vault.[m
931[05:05:56] [Craft Scheduler Thread - 31/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
932java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
933 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
934 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
935 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
936 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
937 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
938 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
939 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
940 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
941[05:05:56] [Craft Scheduler Thread - 16/INFO]: [m
942[05:05:56] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 109 placeholder expansions are available on the cloud.
943[05:05:56] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
944[05:05:57] [Server thread/INFO]: [Citizens] Loaded 14 NPCs.
945[05:05:57] [Server thread/INFO]: [0;31;1m[WARNING] [BannerBoard] Renderer TEXT has an unknown font value, Arcadepix, using random font Century Schoolbook L...[m
946[05:05:57] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [1]
947[05:05:57] [Server thread/INFO]: [0;31;1m[WARNING] [BannerBoard] Renderer TEXT has an unknown font value, Arcadepix, using random font Century Schoolbook L...[m
948[05:05:57] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [2]
949[05:05:57] [Server thread/INFO]: [0;31;1m[WARNING] [BannerBoard] BannerBoard with ID 14 was disabled, because it encountered an exception. Renderer TEXT did not have a valid text parameter, renderer disabled...[m
950[05:05:57] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
951[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
952[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
953[05:05:57] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
954[05:05:57] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
955[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.api.CustomRenderer.create(CustomRenderer.java:51)
956[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.ec9fd.c(Unknown Source)
957[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.e8fb6.run(Unknown Source)
958[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
959[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
960[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
961[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
962[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
963[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
964[05:05:57] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
965[05:05:57] [Server thread/WARN]: Caused by: me.bigteddy98.bannerboard.api.DisableBannerBoardException: Renderer TEXT did not have a valid text parameter, renderer disabled...
966[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.c2a41.<init>(Unknown Source)
967[05:05:57] [Server thread/WARN]: ... 14 more
968[05:05:57] [Server thread/WARN]: me.bigteddy98.bannerboard.api.DisableBannerBoardException: Renderer TEXT did not have a valid text parameter, renderer disabled...
969[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.c2a41.<init>(Unknown Source)
970[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
971[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
972[05:05:57] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
973[05:05:57] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
974[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.api.CustomRenderer.create(CustomRenderer.java:51)
975[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.ec9fd.c(Unknown Source)
976[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.e8fb6.run(Unknown Source)
977[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
978[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
979[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
980[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
981[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
982[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
983[05:05:57] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
984[05:05:57] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [14]
985[05:05:57] [Server thread/INFO]: [0;31;1m[WARNING] [BannerBoard] BannerBoard with ID 22 was disabled, because it encountered an exception. Renderer TEXT did not have a valid text parameter, renderer disabled...[m
986[05:05:57] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
987[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
988[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
989[05:05:57] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
990[05:05:57] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
991[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.api.CustomRenderer.create(CustomRenderer.java:51)
992[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.ec9fd.c(Unknown Source)
993[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.e8fb6.run(Unknown Source)
994[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
995[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
996[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
997[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
998[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
999[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
1000[05:05:57] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1001[05:05:57] [Server thread/WARN]: Caused by: me.bigteddy98.bannerboard.api.DisableBannerBoardException: Renderer TEXT did not have a valid text parameter, renderer disabled...
1002[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.c2a41.<init>(Unknown Source)
1003[05:05:57] [Server thread/WARN]: ... 14 more
1004[05:05:57] [Server thread/WARN]: me.bigteddy98.bannerboard.api.DisableBannerBoardException: Renderer TEXT did not have a valid text parameter, renderer disabled...
1005[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.c2a41.<init>(Unknown Source)
1006[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1007[05:05:57] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1008[05:05:57] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1009[05:05:57] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1010[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.api.CustomRenderer.create(CustomRenderer.java:51)
1011[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.ec9fd.c(Unknown Source)
1012[05:05:57] [Server thread/WARN]: at me.bigteddy98.bannerboard.e8fb6.run(Unknown Source)
1013[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
1014[05:05:57] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
1015[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
1016[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
1017[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
1018[05:05:57] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
1019[05:05:57] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1020[05:05:57] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [22]
1021[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
1022[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
1023[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m | SkinsRestorer |[m
1024[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
1025[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
1026[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;36;1m Current version: [0;32;1m13.3[m
1027[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m This is the latest version![m
1028[05:05:57] [Craft Scheduler Thread - 0/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
1029[05:05:57] [Server thread/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1030[05:05:57] [Server thread/INFO]: [[32mOreAnnouncer[0m] [32mOreAnnouncer v1.4.0 found a new version: 1.5.0[0m
1031[05:05:57] [Craft Scheduler Thread - 17/INFO]: [BuycraftX] Fetching all due players...
1032[05:05:57] [Craft Scheduler Thread - 17/INFO]: [BuycraftX] Fetched due players (0 found).
1033[05:06:01] [Craft Scheduler Thread - 10/INFO]: [AntiBot-Ultra] connect timed out
1034[05:06:01] [Craft Scheduler Thread - 10/INFO]: [AntiBot-Ultra] An error was found! Skipping!.
1035[05:06:56] [Craft Scheduler Thread - 39/INFO]: [BuycraftX] Updating coupon list...
1036[05:15:56] [Craft Scheduler Thread - 16/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1037java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1038 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1039 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1040 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1041 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1042 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1043 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1044 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1045 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1046[05:20:56] [Craft Scheduler Thread - 71/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1047java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1048 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1049 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1050 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1051 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1052 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1053 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1054 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1055 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1056[05:20:57] [Craft Scheduler Thread - 69/INFO]: [m
1057[05:20:58] [Craft Scheduler Thread - 77/INFO]: [BuycraftX] Fetching all due players...
1058[05:20:58] [Craft Scheduler Thread - 77/INFO]: [BuycraftX] Fetched due players (0 found).
1059[05:25:57] [Craft Scheduler Thread - 65/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1060java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1061 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1062 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1063 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1064 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1065 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1066 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1067 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1068 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1069[05:26:56] [Craft Scheduler Thread - 5/INFO]: [BuycraftX] Updating coupon list...
1070[05:30:23] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1071[05:35:57] [Craft Scheduler Thread - 66/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1072java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1073 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1074 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1075 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1076 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1077 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1078 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1079 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1080 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1081[05:35:57] [Craft Scheduler Thread - 104/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1082java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1083 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1084 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1085 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1086 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1087 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1088 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1089 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1090 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1091[05:35:57] [Craft Scheduler Thread - 102/INFO]: [m
1092[05:35:59] [Craft Scheduler Thread - 88/INFO]: [BuycraftX] Fetching all due players...
1093[05:35:59] [Craft Scheduler Thread - 88/INFO]: [BuycraftX] Fetched due players (0 found).
1094[05:45:57] [Craft Scheduler Thread - 104/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1095java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1096 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1097 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1098 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1099 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1100 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1101 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1102 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1103 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1104[05:46:57] [Craft Scheduler Thread - 103/INFO]: [BuycraftX] Updating coupon list...
1105[05:50:57] [Craft Scheduler Thread - 109/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1106java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1107 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1108 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1109 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1110 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1111 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1112 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1113 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1114 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1115[05:50:58] [Craft Scheduler Thread - 125/INFO]: [m
1116[05:51:00] [Craft Scheduler Thread - 116/INFO]: [BuycraftX] Fetching all due players...
1117[05:51:00] [Craft Scheduler Thread - 116/INFO]: [BuycraftX] Fetched due players (0 found).
1118[05:54:45] [User Authenticator #1/INFO]: UUID of player xmata is 7dff6ea6-28f9-30c3-bb4a-5c26c45ee8bf
1119[05:54:46] [Server thread/INFO]: xmata[/79.101.130.207:49323] logged in with entity id 97362 at ([survival]904.3031339655603, 77.85548419684491, 2292.5288924138285)
1120[05:54:46] [Server thread/INFO]: [0;32;1m✔ [0;37;22mxmata[m
1121[05:54:48] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1122[05:54:48] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1123[05:55:16] [Server thread/WARN]: handleDisconnection() called twice
1124[05:55:45] [User Authenticator #2/INFO]: UUID of player xmata is 7dff6ea6-28f9-30c3-bb4a-5c26c45ee8bf
1125[05:55:45] [Server thread/INFO]: xmata[/79.101.130.207:49329] logged in with entity id 99713 at ([survival]18.497668680298375, 102.0, 538.4937289296068)
1126[05:55:45] [Server thread/INFO]: [0;32;1m✔ [0;37;22mxmata[m
1127[05:55:56] [Craft Scheduler Thread - 117/INFO]: [AuthMe] xmata logged in!
1128[05:55:58] [Craft Scheduler Thread - 119/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1129java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1130 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1131 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1132 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1133 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1134 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1135 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1136 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1137 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1138[05:56:21] [Server thread/INFO]: xmata issued server command: /fly
1139[05:56:24] [Server thread/INFO]: xmata issued server command: /party home
1140[05:56:33] [Server thread/INFO]: xmata issued server command: /party home
1141[05:56:40] [Server thread/INFO]: xmata issued server command: /home kuca1
1142[05:56:44] [Server thread/INFO]: [WorldGuard] §7WG: §dxmata§6 left NOTIFY region
1143[06:00:25] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1144[06:05:59] [Craft Scheduler Thread - 104/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1145java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1146 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1147 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1148 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1149 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1150 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1151 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1152 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1153 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1154[06:05:59] [Craft Scheduler Thread - 167/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1155java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1156 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1157 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1158 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1159 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1160 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1161 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1162 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1163 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1164[06:05:59] [Craft Scheduler Thread - 165/INFO]: [m
1165[06:06:02] [Craft Scheduler Thread - 173/INFO]: [BuycraftX] Fetching all due players...
1166[06:06:02] [Craft Scheduler Thread - 173/INFO]: [BuycraftX] Fetched due players (0 found).
1167[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
1168[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
1169[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
1170[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
1171[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
1172[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
1173[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
1174[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
1175[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
1176[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
1177[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
1178[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
1179[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
1180[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
1181[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
1182[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
1183[06:06:26] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
1184[06:06:59] [Craft Scheduler Thread - 182/INFO]: [BuycraftX] Updating coupon list...
1185[06:07:03] [Server thread/INFO]: xmata issued server command: /shop
1186[06:07:13] [Server thread/INFO]: [ShopGUIPlus] xmata bought 32 x Log for 250$ from blocks shop
1187[06:15:59] [Craft Scheduler Thread - 161/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1188java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1189 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1190 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1191 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1192 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1193 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1194 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1195 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1196 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1197[06:20:59] [Craft Scheduler Thread - 138/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1198java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1199 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1200 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1201 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1202 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1203 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1204 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1205 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1206 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1207[06:20:59] [Craft Scheduler Thread - 198/INFO]: [m
1208[06:21:03] [Craft Scheduler Thread - 184/INFO]: [BuycraftX] Fetching all due players...
1209[06:21:03] [Craft Scheduler Thread - 184/INFO]: [BuycraftX] Fetched due players (0 found).
1210[06:23:04] [Server thread/INFO]: ✘ xmata
1211[06:26:00] [Craft Scheduler Thread - 194/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1212java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1213 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1214 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1215 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1216 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1217 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1218 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1219 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1220 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1221[06:26:59] [Craft Scheduler Thread - 146/INFO]: [BuycraftX] Updating coupon list...
1222[06:30:22] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1223[06:36:00] [Craft Scheduler Thread - 221/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1224java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1225 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1226 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1227 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1228 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1229 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1230 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1231 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1232 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1233[06:36:00] [Craft Scheduler Thread - 231/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1234java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1235 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1236 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1237 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1238 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1239 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1240 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1241 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1242 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1243[06:36:00] [Craft Scheduler Thread - 228/INFO]: [m
1244[06:36:04] [Craft Scheduler Thread - 218/INFO]: [BuycraftX] Fetching all due players...
1245[06:36:04] [Craft Scheduler Thread - 218/INFO]: [BuycraftX] Fetched due players (0 found).
1246[06:46:00] [Craft Scheduler Thread - 193/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1247java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1248 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1249 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1250 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1251 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1252 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1253 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1254 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1255 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1256[06:47:00] [Craft Scheduler Thread - 137/INFO]: [BuycraftX] Updating coupon list...
1257[06:51:00] [Craft Scheduler Thread - 254/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1258java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1259 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1260 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1261 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1262 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1263 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1264 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1265 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1266 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1267[06:51:01] [Craft Scheduler Thread - 248/INFO]: [m
1268[06:51:05] [Craft Scheduler Thread - 257/INFO]: [BuycraftX] Fetching all due players...
1269[06:51:05] [Craft Scheduler Thread - 257/INFO]: [BuycraftX] Fetched due players (0 found).
1270[06:56:00] [Craft Scheduler Thread - 235/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1271java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1272 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1273 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1274 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1275 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1276 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1277 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1278 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1279 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1280[07:00:23] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1281[07:06:01] [Craft Scheduler Thread - 251/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1282java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1283 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1284 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1285 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1286 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1287 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1288 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1289 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1290 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1291[07:06:01] [Craft Scheduler Thread - 271/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1292java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1293 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1294 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1295 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1296 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1297 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1298 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1299 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1300 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1301[07:06:01] [Craft Scheduler Thread - 279/INFO]: [m
1302[07:06:05] [Craft Scheduler Thread - 284/INFO]: [BuycraftX] Fetching all due players...
1303[07:06:06] [Craft Scheduler Thread - 284/INFO]: [BuycraftX] Fetched due players (0 found).
1304[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
1305[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
1306[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
1307[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
1308[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
1309[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
1310[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
1311[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
1312[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
1313[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
1314[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
1315[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
1316[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
1317[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
1318[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
1319[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
1320[07:06:35] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
1321[07:07:01] [Craft Scheduler Thread - 285/INFO]: [BuycraftX] Updating coupon list...
1322[07:16:01] [Craft Scheduler Thread - 281/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1323java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1324 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1325 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1326 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1327 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1328 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1329 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1330 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1331 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1332[07:21:01] [Craft Scheduler Thread - 296/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1333java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1334 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1335 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1336 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1337 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1338 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1339 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1340 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1341 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1342[07:21:01] [Craft Scheduler Thread - 302/INFO]: [m
1343[07:21:06] [Craft Scheduler Thread - 310/INFO]: [BuycraftX] Fetching all due players...
1344[07:21:07] [Craft Scheduler Thread - 310/INFO]: [BuycraftX] Fetched due players (0 found).
1345[07:26:01] [Craft Scheduler Thread - 296/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1346java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1347 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1348 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1349 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1350 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1351 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1352 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1353 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1354 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1355[07:27:01] [Craft Scheduler Thread - 311/INFO]: [BuycraftX] Updating coupon list...
1356[07:30:23] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1357[07:36:02] [Craft Scheduler Thread - 316/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1358java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1359 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1360 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1361 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1362 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1363 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1364 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1365 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1366 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1367[07:36:02] [Craft Scheduler Thread - 342/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1368java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1369 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1370 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1371 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1372 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1373 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1374 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1375 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1376 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1377[07:36:02] [Craft Scheduler Thread - 339/INFO]: [m
1378[07:36:07] [Craft Scheduler Thread - 342/INFO]: [BuycraftX] Fetching all due players...
1379[07:36:08] [Craft Scheduler Thread - 342/INFO]: [BuycraftX] Fetched due players (0 found).
1380[07:37:10] [User Authenticator #3/INFO]: UUID of player Psiho_King is 9561e0e2-730d-30b4-846d-cb9e124961d1
1381[07:37:10] [Server thread/INFO]: Psiho_King[/77.46.200.79:52407] logged in with entity id 308090 at ([survival]5684.397464345369, 50.0, 1711.6006392743243)
1382[07:37:10] [Server thread/INFO]: [0;32;1m✔ [0;37;22mPsiho_King[m
1383[07:37:12] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1384[07:37:12] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1385[07:37:17] [Craft Scheduler Thread - 336/INFO]: [AuthMe] Psiho_King used the wrong password
1386[07:37:17] [Server thread/WARN]: handleDisconnection() called twice
1387[07:46:02] [Craft Scheduler Thread - 343/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1388java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1389 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1390 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1391 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1392 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1393 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1394 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1395 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1396 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1397[07:47:02] [Craft Scheduler Thread - 290/INFO]: [BuycraftX] Updating coupon list...
1398[07:48:20] [User Authenticator #4/INFO]: UUID of player Wekizator is a461dae4-dd58-3ab3-91d7-45f926b77439
1399[07:48:21] [Server thread/INFO]: Wekizator[/178.220.44.178:52367] logged in with entity id 330504 at ([survival]-2826.6395862070403, 89.0, 791.8596940232503)
1400[07:48:21] [Server thread/INFO]: [0;32;1m✔ [0;37;22mWekizator[m
1401[07:48:23] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1402[07:48:23] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1403[07:48:29] [Craft Scheduler Thread - 290/INFO]: [AuthMe] Wekizator logged in!
1404[07:48:32] [Server thread/INFO]: Wekizator issued server command: /home
1405[07:48:36] [Server thread/INFO]: [WorldGuard] §7WG: §dWekizator§6 left NOTIFY region
1406[07:50:57] [User Authenticator #5/INFO]: UUID of player Zakic is d3a4504d-454f-37e6-bb75-1b2a5695a46f
1407[07:50:57] [Server thread/INFO]: Zakic[/87.116.179.87:25794] logged in with entity id 336799 at ([survival]17.5, 111.0, 510.5)
1408[07:50:58] [Server thread/INFO]: [0;32;1m✔ [0;37;22mZakic[m
1409[07:51:00] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1410[07:51:00] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1411[07:51:02] [Server thread/WARN]: Wekizator moved wrongly!
1412[07:51:02] [Craft Scheduler Thread - 358/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1413java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1414 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1415 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1416 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1417 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1418 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1419 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1420 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1421 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1422[07:51:03] [Craft Scheduler Thread - 294/INFO]: [m
1423[07:51:09] [Craft Scheduler Thread - 389/INFO]: [BuycraftX] Fetching all due players...
1424[07:51:09] [Craft Scheduler Thread - 389/INFO]: [BuycraftX] Fetched due players (0 found).
1425[07:51:10] [Craft Scheduler Thread - 424/INFO]: [AuthMe] Zakic logged in!
1426[07:51:21] [Async Chat Thread - #0/INFO]: [m[0;36;22m[0;36;22mZakic[m [0;30;1m➤ [0;37;22me[m
1427[07:51:43] [Server thread/INFO]: Zakic issued server command: /skin pig
1428[07:53:34] [Server thread/INFO]: Zakic issued server command: /skin kriper
1429[07:53:45] [Server thread/INFO]: Zakic issued server command: /skin creeper
1430[07:53:59] [Server thread/INFO]: Zakic issued server command: /skin zaba
1431[07:54:04] [Server thread/INFO]: Zakic issued server command: /skin zaba
1432[07:54:22] [Async Chat Thread - #1/INFO]: [m[0;36;22m[0;36;22mZakic[m [0;30;1m➤ [0;37;22me ti[m
1433[07:54:25] [Async Chat Thread - #1/INFO]: [m[0;36;22m[0;36;22mZakic[m [0;30;1m➤ [0;37;22mcao[m
1434[07:54:37] [Server thread/INFO]: Zakic issued server command: /shop
1435[07:55:21] [Async Chat Thread - #1/INFO]: [m[0;36;22m[0;36;22mZakic[m [0;30;1m➤ [0;37;22mpig[m
1436[07:56:03] [Craft Scheduler Thread - 415/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1437java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1438 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1439 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1440 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1441 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1442 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1443 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1444 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1445 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1446[07:56:48] [Server thread/INFO]: Zakic issued server command: /shop
1447[07:58:17] [Server thread/INFO]: [ShopGUIPlus] Zakic bought 1 x End Crystal for 1,500$ from misc shop
1448[07:58:41] [Server thread/INFO]: Zakic issued server command: /home
1449[07:58:46] [Server thread/INFO]: [WorldGuard] §7WG: §dZakic§6 left NOTIFY region
1450[07:58:49] [Server thread/WARN]: Zakic moved wrongly!
1451[08:00:27] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1452[08:05:31] [Server thread/WARN]: Zakic moved wrongly!
1453[08:06:03] [Craft Scheduler Thread - 390/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1454java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1455 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1456 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1457 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1458 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1459 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1460 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1461 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1462 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1463[08:06:03] [Craft Scheduler Thread - 441/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1464java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1465 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1466 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1467 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1468 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1469 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1470 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1471 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1472 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1473[08:06:03] [Craft Scheduler Thread - 362/INFO]: [m
1474[08:06:10] [Craft Scheduler Thread - 362/INFO]: [BuycraftX] Fetching all due players...
1475[08:06:10] [Craft Scheduler Thread - 362/INFO]: [BuycraftX] Fetched due players (0 found).
1476[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
1477[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
1478[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
1479[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
1480[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
1481[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
1482[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
1483[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
1484[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
1485[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
1486[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
1487[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
1488[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
1489[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
1490[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
1491[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
1492[08:06:54] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
1493[08:07:03] [Craft Scheduler Thread - 453/INFO]: [BuycraftX] Updating coupon list...
1494[08:13:50] [Server thread/INFO]: Zakic issued server command: /spawn
1495[08:14:00] [Server thread/INFO]: ✘ Zakic
1496[08:16:03] [Craft Scheduler Thread - 423/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1497java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1498 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1499 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1500 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1501 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1502 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1503 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1504 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1505 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1506[08:18:36] [User Authenticator #6/INFO]: UUID of player PandzaGamer is bd76a53e-0068-31d0-a57b-5c709ccf4d67
1507[08:18:37] [Server thread/INFO]: PandzaGamer[/93.143.106.110:62667] logged in with entity id 400043 at ([survival]2273.455268255698, 40.0, -1337.3361858180112)
1508[08:18:37] [Server thread/INFO]: [0;32;1m✔ [0;37;22mPandzaGamer[m
1509[08:18:39] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1510[08:18:39] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1511[08:18:49] [Craft Scheduler Thread - 482/INFO]: [AuthMe] PandzaGamer logged in!
1512[08:19:14] [Server thread/INFO]: PandzaGamer issued server command: /home meso
1513[08:19:18] [Server thread/INFO]: [WorldGuard] §7WG: §dPandzaGamer§6 left NOTIFY region
1514[08:19:25] [Server thread/INFO]: PandzaGamer issued server command: /home slime
1515[08:21:04] [Craft Scheduler Thread - 451/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1516java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1517 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1518 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1519 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1520 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1521 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1522 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1523 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1524 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1525[08:21:04] [Craft Scheduler Thread - 494/INFO]: [m
1526[08:21:09] [Server thread/WARN]: Wekizator moved wrongly!
1527[08:21:11] [Craft Scheduler Thread - 362/INFO]: [BuycraftX] Fetching all due players...
1528[08:21:11] [Craft Scheduler Thread - 362/INFO]: [BuycraftX] Fetched due players (0 found).
1529[08:21:55] [Server thread/INFO]: PandzaGamer issued server command: /sethome slime
1530[08:26:04] [Craft Scheduler Thread - 468/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1531java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1532 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1533 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1534 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1535 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1536 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1537 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1538 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1539 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1540[08:27:04] [Craft Scheduler Thread - 464/INFO]: [BuycraftX] Updating coupon list...
1541[08:30:25] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1542[08:31:20] [Server thread/INFO]: PandzaGamer issued server command: /home meso
1543[08:33:50] [Server thread/WARN]: Wekizator moved wrongly!
1544[08:36:04] [Craft Scheduler Thread - 486/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1545java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1546 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1547 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1548 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1549 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1550 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1551 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1552 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1553 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1554[08:36:04] [Craft Scheduler Thread - 362/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1555java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1556 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1557 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1558 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1559 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1560 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1561 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1562 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1563 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1564[08:36:04] [Craft Scheduler Thread - 465/INFO]: [m
1565[08:36:12] [Craft Scheduler Thread - 468/INFO]: [BuycraftX] Fetching all due players...
1566[08:36:12] [Craft Scheduler Thread - 468/INFO]: [BuycraftX] Fetched due players (0 found).
1567[08:42:30] [Server thread/INFO]: [AdvancedAchievements] Player Wekizator received the achievement: distancehorse_500 (Avanturista)
1568[08:42:51] [Server thread/WARN]: Horse moved wrongly!
1569[08:42:51] [Server thread/WARN]: Horse moved wrongly!
1570[08:43:43] [Server thread/WARN]: Wekizator moved wrongly!
1571[08:44:13] [Server thread/INFO]: Wekizator issued server command: /home
1572[08:44:21] [Server thread/INFO]: ✘ Wekizator
1573[08:46:05] [Craft Scheduler Thread - 537/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1574java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1575 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1576 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1577 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1578 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1579 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1580 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1581 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1582 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1583[08:46:34] [User Authenticator #7/INFO]: UUID of player Zakic is d3a4504d-454f-37e6-bb75-1b2a5695a46f
1584[08:46:35] [Server thread/INFO]: Zakic[/87.116.179.87:25707] logged in with entity id 497444 at ([survival]16.992734325753073, 102.0625, 538.5053930366412)
1585[08:46:35] [Server thread/INFO]: [0;32;1m✔ [0;37;22mZakic[m
1586[08:46:49] [Craft Scheduler Thread - 435/INFO]: [AuthMe] Zakic logged in!
1587[08:47:05] [Craft Scheduler Thread - 549/INFO]: [BuycraftX] Updating coupon list...
1588[08:47:17] [Server thread/INFO]: ✘ Zakic
1589[08:49:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1590[08:49:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1591[08:50:32] [Server thread/INFO]: PandzaGamer issued server command: /baltop
1592[08:51:05] [Craft Scheduler Thread - 549/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1593java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1594 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1595 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1596 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1597 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1598 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1599 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1600 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1601 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1602[08:51:05] [Craft Scheduler Thread - 543/INFO]: [m
1603[08:51:13] [Craft Scheduler Thread - 549/INFO]: [BuycraftX] Fetching all due players...
1604[08:51:13] [Craft Scheduler Thread - 549/INFO]: [BuycraftX] Fetched due players (0 found).
1605[08:52:17] [User Authenticator #8/INFO]: UUID of player Zakic is d3a4504d-454f-37e6-bb75-1b2a5695a46f
1606[08:52:17] [Server thread/INFO]: Zakic[/87.116.179.87:25845] logged in with entity id 521889 at ([survival]18.049423128771984, 102.0625, 538.3435785851354)
1607[08:52:17] [Server thread/INFO]: [0;32;1m✔ [0;37;22mZakic[m
1608[08:52:29] [Craft Scheduler Thread - 568/INFO]: [AuthMe] Zakic logged in!
1609[08:52:32] [Async Chat Thread - #2/INFO]: [m[0;36;22m[0;36;22mZakic[m [0;30;1m➤ [0;37;22me[m
1610[08:53:16] [Async Chat Thread - #2/INFO]: [m[0;36;22m[0;36;22mZakic[m [0;30;1m➤ [0;37;22mE ????[m
1611[08:55:12] [Async Chat Thread - #3/INFO]: [m[0;36;22m[0;36;22mZakic[m [0;30;1m➤ [0;37;22mE pandzagamer ja sam dobio fly i neradi.[m
1612[08:55:40] [Server thread/INFO]: Zakic issued server command: /shop
1613[08:56:05] [Craft Scheduler Thread - 578/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1614java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1615 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1616 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1617 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1618 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1619 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1620 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1621 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1622 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1623[08:56:31] [Server thread/INFO]: Zakic issued server command: /home
1624[08:56:35] [Server thread/INFO]: [WorldGuard] §7WG: §dZakic§6 left NOTIFY region
1625[09:00:27] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1626[09:04:48] [Server thread/WARN]: Zakic moved wrongly!
1627[09:06:06] [Craft Scheduler Thread - 576/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1628java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1629 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1630 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1631 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1632 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1633 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1634 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1635 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1636 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1637[09:06:06] [Craft Scheduler Thread - 605/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1638java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1639 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1640 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1641 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1642 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1643 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1644 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1645 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1646 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1647[09:06:06] [Craft Scheduler Thread - 602/INFO]: [m
1648[09:06:14] [Craft Scheduler Thread - 533/INFO]: [BuycraftX] Fetching all due players...
1649[09:06:14] [Craft Scheduler Thread - 533/INFO]: [BuycraftX] Fetched due players (0 found).
1650[09:07:06] [Craft Scheduler Thread - 608/INFO]: [BuycraftX] Updating coupon list...
1651[09:09:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1652[09:09:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1653[09:10:56] [Server thread/INFO]: [AdvancedAchievements] Player Zakic received the achievement: hoeplowings_10 (Kmet)
1654[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
1655[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
1656[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
1657[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
1658[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
1659[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
1660[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
1661[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
1662[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
1663[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
1664[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
1665[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
1666[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
1667[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
1668[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
1669[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
1670[09:11:22] [Netty Epoll Server IO #0/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
1671[09:15:39] [Server thread/WARN]: Zakic moved wrongly!
1672[09:16:06] [Craft Scheduler Thread - 468/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1673java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1674 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1675 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1676 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1677 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1678 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1679 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1680 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1681 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1682[09:20:00] [Server thread/INFO]: Zakic issued server command: /kit pocetnik
1683[09:21:06] [Craft Scheduler Thread - 620/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1684java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1685 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1686 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1687 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1688 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1689 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1690 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1691 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1692 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1693[09:21:06] [Craft Scheduler Thread - 621/INFO]: [m
1694[09:21:15] [Craft Scheduler Thread - 632/INFO]: [BuycraftX] Fetching all due players...
1695[09:21:15] [Craft Scheduler Thread - 632/INFO]: [BuycraftX] Fetched due players (0 found).
1696[09:24:53] [Server thread/INFO]: Zakic issued server command: /home
1697[09:25:53] [Server thread/INFO]: Zakic issued server command: /spawn
1698[09:25:58] [Server thread/INFO]: ✘ Zakic
1699[09:26:06] [Craft Scheduler Thread - 633/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1700java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1701 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1702 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1703 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1704 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1705 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1706 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1707 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1708 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1709[09:27:06] [Craft Scheduler Thread - 535/INFO]: [BuycraftX] Updating coupon list...
1710[09:30:22] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1711[09:35:00] [Server thread/INFO]: PandzaGamer issued server command: /shop
1712[09:35:04] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1713[09:35:16] [Server thread/INFO]: PandzaGamer issued server command: /shop
1714[09:35:23] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1715[09:35:30] [Server thread/INFO]: PandzaGamer issued server command: /shop
1716[09:35:33] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1717[09:35:44] [Server thread/INFO]: PandzaGamer issued server command: /shop
1718[09:35:46] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1719[09:35:53] [Server thread/INFO]: PandzaGamer issued server command: /shop
1720[09:35:55] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1721[09:36:07] [Craft Scheduler Thread - 603/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1722java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1723 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1724 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1725 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1726 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1727 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1728 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1729 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1730 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1731[09:36:07] [Craft Scheduler Thread - 650/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1732java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1733 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1734 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1735 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1736 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1737 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1738 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1739 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1740 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1741[09:36:07] [Server thread/INFO]: PandzaGamer issued server command: /shop
1742[09:36:07] [Craft Scheduler Thread - 621/INFO]: [m
1743[09:36:10] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1744[09:36:16] [Server thread/INFO]: PandzaGamer issued server command: /shop
1745[09:36:16] [Craft Scheduler Thread - 658/INFO]: [BuycraftX] Fetching all due players...
1746[09:36:17] [Craft Scheduler Thread - 658/INFO]: [BuycraftX] Fetched due players (0 found).
1747[09:36:18] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1748[09:36:25] [Server thread/INFO]: PandzaGamer issued server command: /shop
1749[09:36:28] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1750[09:36:34] [Server thread/INFO]: PandzaGamer issued server command: /shop
1751[09:36:37] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1752[09:36:38] [User Authenticator #9/INFO]: UUID of player xMqybeEma is 04d113ec-cd2b-3188-8051-5865b464b66a
1753[09:36:39] [Server thread/INFO]: xMqybeEma[/87.116.177.224:36329] logged in with entity id 718040 at ([survival]18.497668680298375, 102.0, 538.4937289296068)
1754[09:36:39] [Server thread/INFO]: [0;32;1m✔ [0;37;22mxMqybeEma[m
1755[09:36:41] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1756[09:36:41] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1757[09:36:45] [Async Chat Thread - #4/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mpoy[m
1758[09:36:46] [Craft Scheduler Thread - 668/INFO]: [AuthMe] xMqybeEma logged in!
1759[09:36:47] [Async Chat Thread - #4/INFO]: [m[0;36;22m[0;36;22mxMqybeEma[m [0;30;1m➤ [0;37;22mpoy[m
1760[09:36:51] [Server thread/INFO]: PandzaGamer issued server command: /shop
1761[09:36:51] [Server thread/INFO]: xMqybeEma issued server command: /marry list
1762[09:36:53] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1763[09:37:00] [Async Chat Thread - #4/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mTp se.[m
1764[09:37:06] [Server thread/INFO]: xMqybeEma issued server command: /marry tp
1765[09:37:06] [Server thread/INFO]: [WorldGuard] §7WG: §dxMqybeEma§6 left NOTIFY region
1766[09:37:07] [Server thread/INFO]: PandzaGamer issued server command: /shop
1767[09:37:10] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1768[09:37:22] [Server thread/INFO]: PandzaGamer issued server command: /shop
1769[09:37:24] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1770[09:37:30] [Server thread/INFO]: PandzaGamer issued server command: /shop
1771[09:37:33] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1772[09:37:51] [Async Chat Thread - #4/INFO]: [m[0;36;22m[0;36;22mxMqybeEma[m [0;30;1m➤ [0;37;22mMrm ic.[m
1773[09:37:52] [Server thread/INFO]: ✘ xMqybeEma
1774[09:37:53] [Server thread/INFO]: PandzaGamer issued server command: /shop
1775[09:37:55] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Grilled Pork for 5,040$ to farming shop
1776[09:37:58] [User Authenticator #10/INFO]: UUID of player 025zeljko is c0fc4e10-2b28-38f9-91ea-1fcdd9565e61
1777[09:37:58] [Server thread/INFO]: 025zeljko[/178.221.12.173:65072] logged in with entity id 725991 at ([survival]-2139.8302692177417, 67.0, -2544.890205360774)
1778[09:37:58] [Server thread/INFO]: [0;32;1m✔ [0;37;22m025zeljko[m
1779[09:38:00] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1780[09:38:00] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1781[09:38:03] [Server thread/INFO]: PandzaGamer issued server command: /shop
1782[09:38:06] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 592 x Grilled Pork for 1,295$ to farming shop
1783[09:38:09] [Server thread/INFO]: PandzaGamer issued server command: /shop
1784[09:38:09] [Craft Scheduler Thread - 648/INFO]: [AuthMe] 025zeljko logged in!
1785[09:38:27] [Server thread/INFO]: 025zeljko issued server command: /skin fire
1786[09:38:37] [Server thread/INFO]: 025zeljko issued server command: /skin fire2
1787[09:38:54] [Server thread/INFO]: 025zeljko issued server command: /skin fire2
1788[09:39:00] [Server thread/INFO]: 025zeljko issued server command: /skin fire2
1789[09:39:13] [Server thread/INFO]: 025zeljko issued server command: /skin dj
1790[09:39:14] [Server thread/INFO]: PandzaGamer issued server command: /skin set money
1791[09:39:24] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22m025zeljko.[m
1792[09:39:58] [Server thread/INFO]: 025zeljko issued server command: /skin dj
1793[09:40:00] [Server thread/INFO]: PandzaGamer issued server command: /party home
1794[09:40:06] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22ma[m
1795[09:40:09] [Server thread/INFO]: PandzaGamer issued server command: /party home
1796[09:40:14] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m025zeljko[m [0;30;1m➤ [0;37;22mSta treba.[m
1797[09:40:21] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mJel ti radi /party home.[m
1798[09:40:26] [Server thread/INFO]: PandzaGamer issued server command: /party members
1799[09:40:33] [Server thread/INFO]: 025zeljko issued server command: /skin ItzVaske
1800[09:40:35] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mMeni nikoja komanda ne radi.[m
1801[09:40:38] [Server thread/INFO]: PandzaGamer issued server command: /home meso
1802[09:40:41] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m025zeljko[m [0;30;1m➤ [0;37;22mda[m
1803[09:40:43] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mSamo home.[m
1804[09:40:45] [Server thread/INFO]: 025zeljko issued server command: /party home
1805[09:40:48] [Server thread/INFO]: PandzaGamer issued server command: /home
1806[09:40:57] [Server thread/INFO]: 025zeljko issued server command: /party home
1807[09:41:01] [Server thread/INFO]: 025zeljko issued server command: /home
1808[09:41:05] [Server thread/INFO]: [WorldGuard] §7WG: §d025zeljko§6 left NOTIFY region
1809[09:41:17] [Async Chat Thread - #5/INFO]: [m[0;36;22m[0;36;22m025zeljko[m [0;30;1m➤ [0;37;22mMeni isto samo home.[m
1810[09:42:23] [Server thread/INFO]: 025zeljko issued server command: /shop
1811[09:42:27] [Server thread/INFO]: [ShopGUIPlus] 025zeljko sold all 144 x Redstone for 225$ to ores shop
1812[09:43:07] [Server thread/INFO]: PandzaGamer issued server command: /skin set fbiagent
1813[09:44:02] [Server thread/INFO]: PandzaGamer issued server command: /helpop ne rade komandee
1814[09:44:02] [Server thread/INFO]: §8[§cHelpOp§8]§r §7§3§2SkarlettJr87§r:§r ne rade komandee
1815[09:44:15] [Server thread/INFO]: PandzaGamer issued server command: /helpop ne rade komandee
1816[09:44:15] [Server thread/INFO]: §8[§cHelpOp§8]§r §7§3§2SkarlettJr87§r:§r ne rade komandee
1817[09:44:16] [Server thread/INFO]: PandzaGamer issued server command: /helpop ne rade komandee
1818[09:44:16] [Server thread/INFO]: §8[§cHelpOp§8]§r §7§3§2SkarlettJr87§r:§r ne rade komandee
1819[09:44:16] [Server thread/INFO]: PandzaGamer issued server command: /helpop ne rade komandee
1820[09:44:16] [Server thread/INFO]: §8[§cHelpOp§8]§r §7§3§2SkarlettJr87§r:§r ne rade komandee
1821[09:45:20] [Server thread/INFO]: ✘ 025zeljko
1822[09:46:08] [Craft Scheduler Thread - 677/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1823java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1824 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1825 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1826 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1827 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1828 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1829 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1830 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1831 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1832[09:47:08] [Craft Scheduler Thread - 627/INFO]: [BuycraftX] Updating coupon list...
1833[09:47:48] [Server thread/INFO]: PandzaGamer issued server command: /shop
1834[09:47:52] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1835[09:48:03] [Server thread/INFO]: PandzaGamer issued server command: /shop
1836[09:48:07] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1837[09:48:20] [Server thread/INFO]: PandzaGamer issued server command: /shop
1838[09:48:24] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1839[09:48:30] [Server thread/INFO]: PandzaGamer issued server command: /shop
1840[09:48:34] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 912 x Cactus for 1,710$ to farming shop
1841[09:48:43] [Server thread/INFO]: PandzaGamer issued server command: /shop
1842[09:48:46] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1843[09:48:58] [Server thread/INFO]: PandzaGamer issued server command: /shop
1844[09:49:01] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1845[09:49:10] [Server thread/INFO]: PandzaGamer issued server command: /shop
1846[09:49:13] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1847[09:49:25] [Server thread/INFO]: PandzaGamer issued server command: /shop
1848[09:49:28] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1849[09:49:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1850[09:49:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
1851[09:49:35] [Server thread/INFO]: PandzaGamer issued server command: /shop
1852[09:49:38] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1853[09:49:51] [Server thread/INFO]: PandzaGamer issued server command: /shop
1854[09:49:54] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1855[09:50:06] [Server thread/INFO]: PandzaGamer issued server command: /shop
1856[09:50:09] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1857[09:50:21] [Server thread/INFO]: PandzaGamer issued server command: /shop
1858[09:50:27] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 1744 x Cactus for 3,270$ to farming shop
1859[09:50:46] [Server thread/INFO]: PandzaGamer issued server command: /shop
1860[09:50:48] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1861[09:50:58] [Server thread/INFO]: PandzaGamer issued server command: /shop
1862[09:51:01] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 2304 x Cactus for 4,320$ to farming shop
1863[09:51:08] [Craft Scheduler Thread - 617/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1864java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1865 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1866 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1867 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1868 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1869 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1870 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1871 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1872 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1873[09:51:08] [Craft Scheduler Thread - 681/INFO]: [m
1874[09:51:10] [Server thread/INFO]: PandzaGamer issued server command: /shop
1875[09:51:14] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 1776 x Cactus for 3,330$ to farming shop
1876[09:51:17] [Craft Scheduler Thread - 685/INFO]: [BuycraftX] Fetching all due players...
1877[09:51:18] [Craft Scheduler Thread - 685/INFO]: [BuycraftX] Fetched due players (0 found).
1878[09:51:32] [Server thread/INFO]: PandzaGamer issued server command: /baltop
1879[09:51:41] [Server thread/INFO]: PandzaGamer issued server command: /home slime
1880[09:56:08] [Craft Scheduler Thread - 704/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1881java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1882 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1883 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1884 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1885 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1886 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1887 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1888 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1889 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1890[10:00:29] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1891[10:04:45] [Server thread/INFO]: PandzaGamer issued server command: /home meso
1892[10:06:09] [Craft Scheduler Thread - 711/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1893java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1894 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1895 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1896 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1897 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1898 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1899 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1900 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1901 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1902[10:06:09] [Craft Scheduler Thread - 720/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1903java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1904 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1905 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1906 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1907 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1908 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1909 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1910 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1911 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1912[10:06:09] [Craft Scheduler Thread - 695/INFO]: [m
1913[10:06:19] [Craft Scheduler Thread - 732/INFO]: [BuycraftX] Fetching all due players...
1914[10:06:19] [Craft Scheduler Thread - 732/INFO]: [BuycraftX] Fetched due players (0 found).
1915[10:07:09] [Craft Scheduler Thread - 730/INFO]: [BuycraftX] Updating coupon list...
1916[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
1917[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
1918[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
1919[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
1920[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
1921[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
1922[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
1923[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
1924[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
1925[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
1926[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
1927[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
1928[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
1929[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
1930[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
1931[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
1932[10:11:32] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
1933[10:14:46] [Server thread/INFO]: PandzaGamer issued server command: /shop
1934[10:14:49] [Server thread/INFO]: [ShopGUIPlus] PandzaGamer sold all 1952 x Grilled Pork for 4,270$ to farming shop
1935[10:16:09] [Craft Scheduler Thread - 650/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1936java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1937 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1938 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1939 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1940 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1941 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1942 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1943 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1944 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1945[10:21:10] [Craft Scheduler Thread - 682/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1946java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1947 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1948 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1949 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1950 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1951 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1952 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1953 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1954 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1955[10:21:10] [Craft Scheduler Thread - 740/INFO]: [m
1956[10:21:20] [Craft Scheduler Thread - 739/INFO]: [BuycraftX] Fetching all due players...
1957[10:21:21] [Craft Scheduler Thread - 739/INFO]: [BuycraftX] Fetched due players (0 found).
1958[10:26:10] [Craft Scheduler Thread - 731/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1959java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1960 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1961 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1962 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1963 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1964 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1965 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1966 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1967 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1968[10:27:10] [Craft Scheduler Thread - 713/INFO]: [BuycraftX] Updating coupon list...
1969[10:30:25] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
1970[10:33:41] [User Authenticator #11/INFO]: UUID of player Psiho_King is 9561e0e2-730d-30b4-846d-cb9e124961d1
1971[10:33:42] [Server thread/INFO]: Psiho_King[/77.46.200.79:64848] logged in with entity id 927949 at ([survival]18.497668680298375, 102.0, 538.4937289296068)
1972[10:33:42] [Server thread/INFO]: [0;32;1m✔ [0;37;22mPsiho_King[m
1973[10:33:49] [Craft Scheduler Thread - 744/INFO]: [AuthMe] Psiho_King logged in!
1974[10:33:55] [Server thread/INFO]: Psiho_King issued server command: /home sneg
1975[10:33:59] [Server thread/INFO]: [WorldGuard] §7WG: §dPsiho_King§6 left NOTIFY region
1976[10:35:40] [Server thread/INFO]: ✘ Psiho_King
1977[10:36:11] [Craft Scheduler Thread - 722/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
1978java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1979 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
1980 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
1981 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
1982 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1983 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1984 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1985 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1986 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1987[10:36:11] [Craft Scheduler Thread - 764/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
1988java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1989 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
1990 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
1991 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
1992 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
1993 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
1994 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
1995 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
1996 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1997[10:36:11] [Craft Scheduler Thread - 738/INFO]: [m
1998[10:36:22] [Craft Scheduler Thread - 772/INFO]: [BuycraftX] Fetching all due players...
1999[10:36:22] [Craft Scheduler Thread - 772/INFO]: [BuycraftX] Fetched due players (0 found).
2000[10:46:11] [Craft Scheduler Thread - 765/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2001java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2002 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2003 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2004 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2005 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2006 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2007 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2008 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2009 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2010[10:47:11] [Craft Scheduler Thread - 790/INFO]: [BuycraftX] Updating coupon list...
2011[10:49:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2012[10:49:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2013[10:49:44] [User Authenticator #12/INFO]: UUID of player Perdi is 3c59de34-0c21-37a1-8711-f295d5b98c4b
2014[10:49:44] [Server thread/INFO]: Perdi[/37.122.185.210:50165] logged in with entity id 996735 at ([survival]2395.137499988079, 73.0, 1651.300000011921)
2015[10:49:44] [Server thread/INFO]: [0;32;1m✔ [0;37;22mPerdi[m
2016[10:49:45] [Craft Scheduler Thread - 730/INFO]: [0;37;1mScanning [0;37;22mPerdi[0;37;1m on [0;32;1m37.122.185.210[0;37;1m. [0;37;1m[[0;32;1mOnline[0;37;1m] [[0;37;22mOffline[0;37;1m] [[0;31;1mBanned[0;37;1m]
2017[0;31;1mRealZeus[0;37;1m, [0;32;1mPerdi[m
2018[10:49:46] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2019[10:49:46] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2020[10:50:08] [Craft Scheduler Thread - 779/INFO]: [AuthMe] The user Perdi has 2 accounts:
2021[10:50:08] [Craft Scheduler Thread - 779/INFO]: [AuthMe] §7§aPerdi§7, realzeus.
2022[10:50:08] [Craft Scheduler Thread - 779/INFO]: [AuthMe] Perdi logged in!
2023[10:50:13] [Async Chat Thread - #6/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mzz[m
2024[10:50:19] [Server thread/INFO]: Perdi issued server command: /party home
2025[10:50:21] [Server thread/INFO]: Perdi issued server command: /party home
2026[10:50:42] [Server thread/INFO]: Perdi issued server command: /f
2027[10:50:45] [Server thread/INFO]: Perdi issued server command: /help
2028[10:51:00] [Server thread/INFO]: Perdi issued server command: /pomoc
2029[10:51:12] [Craft Scheduler Thread - 793/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2030java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2031 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2032 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2033 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2034 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2035 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2036 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2037 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2038 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2039[10:51:12] [Craft Scheduler Thread - 771/INFO]: [m
2040[10:51:23] [Server thread/INFO]: Perdi issued server command: /home
2041[10:51:23] [Craft Scheduler Thread - 793/INFO]: [BuycraftX] Fetching all due players...
2042[10:51:24] [Craft Scheduler Thread - 793/INFO]: [BuycraftX] Fetched due players (0 found).
2043[10:51:27] [Server thread/INFO]: [WorldGuard] §7WG: §dPerdi§6 left NOTIFY region
2044[10:51:41] [Server thread/INFO]: Perdi issued server command: /kit
2045[10:51:43] [Server thread/INFO]: Perdi issued server command: /kit Pocetnik
2046[10:54:35] [Server thread/WARN]: Perdi moved wrongly!
2047[10:56:01] [Server thread/INFO]: Perdi issued server command: /plugins
2048[10:56:13] [Craft Scheduler Thread - 806/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2049java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2050 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2051 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2052 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2053 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2054 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2055 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2056 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2057 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2058[11:00:26] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
2059[11:01:41] [Server thread/INFO]: [0;33;22m✦ [0;36;22mPerdi[0;33;1m je iskopao 4 dijamanta[0;33;22m ✦[m
2060[11:02:54] [Craft Scheduler Thread - 743/WARN]: [InvRestore2] Plugin InvRestore2 v2.7.3-STABLE generated an exception while executing task 42
2061java.util.ConcurrentModificationException: null
2062 at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1211) ~[?:1.8.0_161]
2063 at java.util.TreeMap$ValueIterator.next(TreeMap.java:1256) ~[?:1.8.0_161]
2064 at me.expdev.invrestore.tasks.RemoveRecoverableInventoriesTask.run(RemoveRecoverableInventoriesTask.java:24) ~[?:?]
2065 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2066 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2067 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2068 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2069 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2070[11:02:58] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mTebi gotova skola?[m
2071[11:03:03] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mkome[m
2072[11:03:06] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mtebi[m
2073[11:03:10] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mne[m
2074[11:03:12] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mIli ti je popodne.[m
2075[11:03:19] [Craft Scheduler Thread - 823/WARN]: [InvRestore2] Plugin InvRestore2 v2.7.3-STABLE generated an exception while executing task 42
2076java.util.ConcurrentModificationException: null
2077 at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1211) ~[?:1.8.0_161]
2078 at java.util.TreeMap$ValueIterator.next(TreeMap.java:1256) ~[?:1.8.0_161]
2079 at me.expdev.invrestore.tasks.RemoveRecoverableInventoriesTask.run(RemoveRecoverableInventoriesTask.java:24) ~[?:?]
2080 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2081 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2082 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2083 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2084 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2085[11:03:19] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mPopodne.[m
2086[11:03:22] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mi mn[m
2087[11:03:36] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mKakav ti prelazid.[m
2088[11:03:37] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mImam danas finalni iz hrvatskog nista nisam ucio.[m
2089[11:03:42] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mPrelazis*[m
2090[11:03:50] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mMislis s koliko prolazim.[m
2091[11:04:09] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mNe nego kakav ces biti odlican,vrlo dobar :D.[m
2092[11:04:18] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mVrlo dobar.[m
2093[11:04:24] [Craft Scheduler Thread - 791/WARN]: [InvRestore2] Plugin InvRestore2 v2.7.3-STABLE generated an exception while executing task 42
2094java.util.ConcurrentModificationException: null
2095 at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1211) ~[?:1.8.0_161]
2096 at java.util.TreeMap$ValueIterator.next(TreeMap.java:1256) ~[?:1.8.0_161]
2097 at me.expdev.invrestore.tasks.RemoveRecoverableInventoriesTask.run(RemoveRecoverableInventoriesTask.java:24) ~[?:?]
2098 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2099 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2100 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2101 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2102 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2103[11:04:24] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mJa odlican.[m
2104[11:04:30] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mKoji si raz.[m
2105[11:04:40] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mAj pogodi.[m
2106[11:04:43] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22m3[m
2107[11:04:52] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mTo tek nisam.[m
2108[11:04:56] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22m2[m
2109[11:05:00] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mnop[m
2110[11:05:02] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22m1[m
2111[11:05:03] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mI nop.[m
2112[11:05:06] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22m4[m
2113[11:05:11] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mvece[m
2114[11:05:13] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22m5[m
2115[11:05:20] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22mPerdi[m [0;30;1m➤ [0;37;22mIsto jos vece.[m
2116[11:05:28] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mMa daj bgt znam da lazes.[m
2117[11:05:29] [Async Chat Thread - #7/INFO]: [m[0;36;22m[0;36;22m[0;32;22mSkarlettJr87[m [0;30;1m➤ [0;37;22mAe poy.[m
2118[11:05:31] [Server thread/INFO]: ✘ PandzaGamer
2119[11:06:14] [Craft Scheduler Thread - 826/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2120java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2121 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2122 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2123 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2124 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2125 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2126 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2127 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2128 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2129[11:06:14] [Craft Scheduler Thread - 818/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2130java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2131 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2132 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2133 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2134 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2135 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2136 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2137 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2138 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2139[11:06:14] [Craft Scheduler Thread - 819/INFO]: [m
2140[11:06:26] [Craft Scheduler Thread - 791/INFO]: [BuycraftX] Fetching all due players...
2141[11:06:26] [Craft Scheduler Thread - 791/INFO]: [BuycraftX] Fetched due players (0 found).
2142[11:07:14] [Craft Scheduler Thread - 819/INFO]: [BuycraftX] Updating coupon list...
2143[11:12:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2144[11:12:32] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2145[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
2146[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
2147[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
2148[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
2149[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
2150[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
2151[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
2152[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
2153[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
2154[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
2155[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
2156[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
2157[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
2158[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
2159[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
2160[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
2161[11:13:20] [Netty Epoll Server IO #3/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
2162[11:16:15] [Craft Scheduler Thread - 850/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2163java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2164 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2165 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2166 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2167 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2168 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2169 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2170 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2171 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2172[11:18:09] [Server thread/INFO]: Perdi issued server command: /part y
2173[11:18:11] [Server thread/INFO]: Perdi issued server command: /party
2174[11:18:17] [Server thread/INFO]: Perdi issued server command: /party home
2175[11:18:26] [Server thread/INFO]: Perdi issued server command: /party 2
2176[11:18:31] [Server thread/INFO]: Perdi issued server command: /party pomoc
2177[11:18:38] [Server thread/INFO]: Perdi issued server command: /party
2178[11:18:43] [Server thread/INFO]: Perdi issued server command: /party help 2
2179[11:19:11] [Server thread/INFO]: Perdi issued server command: /party leave
2180[11:19:11] [Craft Scheduler Thread - 765/INFO]: [[36mParties[0m] Perdi leaved (disbanding) the party RubyBuild[0m
2181[11:19:24] [Server thread/INFO]: Perdi issued server command: /party lis
2182[11:19:28] [Server thread/INFO]: Perdi issued server command: /party list
2183[11:19:49] [Server thread/INFO]: ✘ Perdi
2184[11:21:15] [Craft Scheduler Thread - 818/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2185java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2186 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2187 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2188 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2189 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2190 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2191 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2192 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2193 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2194[11:21:16] [Craft Scheduler Thread - 851/INFO]: [m
2195[11:21:28] [Craft Scheduler Thread - 818/INFO]: [BuycraftX] Fetching all due players...
2196[11:21:28] [Craft Scheduler Thread - 818/INFO]: [BuycraftX] Fetched due players (0 found).
2197[11:26:16] [Craft Scheduler Thread - 870/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2198java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2199 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2200 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2201 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2202 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2203 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2204 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2205 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2206 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2207[11:27:16] [Craft Scheduler Thread - 864/INFO]: [BuycraftX] Updating coupon list...
2208[11:30:23] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
2209[11:31:21] [Craft Scheduler Thread - 861/WARN]: [InvRestore2] Plugin InvRestore2 v2.7.3-STABLE generated an exception while executing task 42
2210java.util.ConcurrentModificationException: null
2211 at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1211) ~[?:1.8.0_161]
2212 at java.util.TreeMap$ValueIterator.next(TreeMap.java:1256) ~[?:1.8.0_161]
2213 at me.expdev.invrestore.tasks.RemoveRecoverableInventoriesTask.run(RemoveRecoverableInventoriesTask.java:24) ~[?:?]
2214 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2215 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2216 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2217 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2218 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2219[11:36:17] [Craft Scheduler Thread - 885/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2220java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2221 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2222 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2223 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2224 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2225 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2226 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2227 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2228 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2229[11:36:17] [Craft Scheduler Thread - 899/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2230java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2231 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2232 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2233 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2234 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2235 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2236 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2237 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2238 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2239[11:36:17] [Craft Scheduler Thread - 895/INFO]: [m
2240[11:36:29] [Craft Scheduler Thread - 885/INFO]: [BuycraftX] Fetching all due players...
2241[11:36:30] [Craft Scheduler Thread - 885/INFO]: [BuycraftX] Fetched due players (0 found).
2242[11:41:17] [Server thread/INFO]: [GriefPrevention] All of TheBestVanja's claims have expired.
2243[11:46:18] [Craft Scheduler Thread - 889/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2244java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2245 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2246 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2247 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2248 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2249 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2250 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2251 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2252 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2253[11:47:17] [Craft Scheduler Thread - 883/INFO]: [BuycraftX] Updating coupon list...
2254[11:51:17] [User Authenticator #13/INFO]: UUID of player DarkoBree is 72158eaa-b226-3aae-8a23-971ca0785435
2255[11:51:18] [Server thread/INFO]: DarkoBree[/87.250.46.44:27996] logged in with entity id 1162838 at ([survival]-6.386725113870084, 103.0, 538.424581468662)
2256[11:51:18] [Server thread/INFO]: [0;32;1m✔ [0;37;22mDarkoBree[m
2257[11:51:18] [Craft Scheduler Thread - 920/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2258java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2259 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2260 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2261 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2262 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2263 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2264 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2265 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2266 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2267[11:51:18] [Craft Scheduler Thread - 941/INFO]: [m
2268[11:51:20] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2269[11:51:20] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2270[11:51:30] [Craft Scheduler Thread - 916/INFO]: [AuthMe] DarkoBree logged in!
2271[11:51:31] [Craft Scheduler Thread - 884/INFO]: [BuycraftX] Fetching all due players...
2272[11:51:31] [Async Chat Thread - #8/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mzz[m
2273[11:51:32] [Craft Scheduler Thread - 884/INFO]: [BuycraftX] Fetched due players (0 found).
2274[11:51:37] [Server thread/INFO]: DarkoBree issued server command: /baltop
2275[11:51:45] [Server thread/INFO]: DarkoBree issued server command: /home 2
2276[11:51:49] [Server thread/INFO]: [WorldGuard] §7WG: §dDarkoBree§6 left NOTIFY region
2277[11:51:53] [Server thread/INFO]: DarkoBree issued server command: /nv
2278[11:53:02] [Server thread/INFO]: DarkoBree issued server command: /shop
2279[11:53:06] [Server thread/INFO]: DarkoBree issued server command: /shop
2280[11:53:10] [Server thread/INFO]: DarkoBree issued server command: /shop
2281[11:55:32] [Server thread/INFO]: [LumineUtils] (io.lumine.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
2282[11:56:18] [Craft Scheduler Thread - 961/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2283java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2284 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2285 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2286 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2287 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2288 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2289 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2290 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2291 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2292[11:56:46] [Server thread/INFO]: DarkoBree issued server command: /shop
2293[11:56:52] [Server thread/INFO]: [ShopGUIPlus] DarkoBree bought 1 x Water Bucket for 200$ from misc shop
2294[12:00:28] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
2295[12:02:17] [Server thread/INFO]: ✘ DarkoBree
2296[12:06:19] [Craft Scheduler Thread - 933/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2297java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2298 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2299 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2300 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2301 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2302 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2303 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2304 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2305 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2306[12:06:19] [Craft Scheduler Thread - 982/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2307java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2308 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2309 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2310 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2311 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2312 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2313 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2314 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2315 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2316[12:06:19] [Craft Scheduler Thread - 981/INFO]: [m
2317[12:06:33] [Craft Scheduler Thread - 986/INFO]: [BuycraftX] Fetching all due players...
2318[12:06:33] [Craft Scheduler Thread - 986/INFO]: [BuycraftX] Fetched due players (0 found).
2319[12:07:19] [Craft Scheduler Thread - 985/INFO]: [BuycraftX] Updating coupon list...
2320[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '1' as an UUID.
2321[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '2' as an UUID.
2322[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '3' as an UUID.
2323[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '4' as an UUID.
2324[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '5' as an UUID.
2325[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '6' as an UUID.
2326[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '7' as an UUID.
2327[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '8' as an UUID.
2328[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '9' as an UUID.
2329[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '10' as an UUID.
2330[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '11' as an UUID.
2331[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '12' as an UUID.
2332[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '13' as an UUID.
2333[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '14' as an UUID.
2334[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '15' as an UUID.
2335[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '16' as an UUID.
2336[12:14:03] [Netty Epoll Server IO #2/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin MyServerMotd created a profile with '17' as an UUID.
2337[12:16:20] [Craft Scheduler Thread - 992/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2338java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2339 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2340 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2341 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2342 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2343 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2344 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2345 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2346 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2347[12:21:20] [Craft Scheduler Thread - 1007/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2348java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2349 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2350 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2351 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2352 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2353 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2354 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2355 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2356 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2357[12:21:20] [Craft Scheduler Thread - 993/INFO]: [m
2358[12:21:34] [Craft Scheduler Thread - 1007/INFO]: [BuycraftX] Fetching all due players...
2359[12:21:35] [Craft Scheduler Thread - 1007/INFO]: [BuycraftX] Fetched due players (0 found).
2360[12:26:20] [Craft Scheduler Thread - 979/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2361java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2362 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2363 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2364 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2365 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2366 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2367 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2368 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2369 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2370[12:27:20] [Craft Scheduler Thread - 1005/INFO]: [BuycraftX] Updating coupon list...
2371[12:30:25] [Server thread/WARN]: [Broadcaster] This command can only be used in-game.
2372[12:36:21] [Craft Scheduler Thread - 1022/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2373java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2374 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2375 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2376 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2377 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2378 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2379 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2380 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2381 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2382[12:36:21] [Craft Scheduler Thread - 1037/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2383java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2384 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2385 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2386 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2387 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2388 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2389 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2390 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2391 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2392[12:36:21] [Craft Scheduler Thread - 1036/INFO]: [m
2393[12:36:36] [Craft Scheduler Thread - 979/INFO]: [BuycraftX] Fetching all due players...
2394[12:36:36] [Craft Scheduler Thread - 979/INFO]: [BuycraftX] Fetched due players (0 found).
2395[12:46:22] [Craft Scheduler Thread - 1021/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2396java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2397 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2398 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2399 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2400 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2401 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2402 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2403 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2404 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2405[12:46:43] [User Authenticator #14/INFO]: UUID of player LukaMaximum is f54d0f3d-2018-3ab5-bd73-8fa658ce6eb6
2406[12:46:47] [User Authenticator #15/INFO]: UUID of player LukaMaximum is f54d0f3d-2018-3ab5-bd73-8fa658ce6eb6
2407[12:46:47] [Server thread/INFO]: LukaMaximum[/178.250.142.44:26884] logged in with entity id 1275121 at ([survival]706.3000000119209, 76.0, -2574.4632869898946)
2408[12:46:47] [Server thread/INFO]: [0;32;1m✔ [0;37;22mLukaMaximum[m
2409[12:46:49] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2410[12:46:49] [Timer-1/INFO]: Nepoznata komanda. Upisite /pomoc za pomoc.[m
2411[12:47:01] [Craft Scheduler Thread - 1047/INFO]: [AuthMe] LukaMaximum logged in!
2412[12:47:19] [Server thread/INFO]: LukaMaximum issued server command: /party home
2413[12:47:22] [Craft Scheduler Thread - 1048/INFO]: [BuycraftX] Updating coupon list...
2414[12:47:25] [Server thread/INFO]: LukaMaximum issued server command: /home
2415[12:47:29] [Server thread/INFO]: [WorldGuard] §7WG: §dLukaMaximum§6 left NOTIFY region
2416[12:47:32] [Server thread/INFO]: LukaMaximum issued server command: /party home
2417[12:47:40] [Server thread/INFO]: LukaMaximum issued server command: /home party
2418[12:48:50] [Server thread/INFO]: LukaMaximum issued server command: /home party
2419[12:49:09] [Server thread/INFO]: LukaMaximum issued server command: /party chat on
2420[12:49:14] [Craft Scheduler Thread - 1055/INFO]: [[36mParties[0m] Chat of OniTamo by LukaMaximum: asd[0m
2421[12:49:49] [Server thread/INFO]: LukaMaximum issued server command: /wild
2422[12:50:33] [Server thread/INFO]: LukaMaximum issued server command: /party home
2423[12:51:22] [Craft Scheduler Thread - 1050/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 557
2424java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2425 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
2426 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
2427 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
2428 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2429 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2430 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2431 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2432 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2433[12:51:22] [Craft Scheduler Thread - 1042/INFO]: [m
2434[12:51:37] [Craft Scheduler Thread - 1070/INFO]: [BuycraftX] Fetching all due players...
2435[12:51:38] [Craft Scheduler Thread - 1070/INFO]: [BuycraftX] Fetched due players (0 found).
2436[12:52:42] [User Authenticator #16/INFO]: UUID of player DarkoBree is 72158eaa-b226-3aae-8a23-971ca0785435
2437[12:52:42] [Server thread/INFO]: DarkoBree[/87.250.46.44:28143] logged in with entity id 1288752 at ([survival]-1758.5481110835651, 6.0, -1817.300000011921)
2438[12:52:42] [Server thread/INFO]: [0;32;1m✔ [0;37;22mDarkoBree[m
2439[12:52:49] [Craft Scheduler Thread - 1071/INFO]: [AuthMe] DarkoBree logged in!
2440[12:52:53] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mluka[m
2441[12:52:56] [Craft Scheduler Thread - 1050/INFO]: [[36mParties[0m] Chat of OniTamo by LukaMaximum: a[0m
2442[12:52:59] [User Authenticator #17/INFO]: UUID of player PiweeeX is a2005030-c908-3834-bb6e-84cdcf469a13
2443[12:52:59] [Server thread/INFO]: PiweeeX[/178.220.206.1:14505] logged in with entity id 1289638 at ([survival]-1590.699999988079, 63.0, 2919.573002340415)
2444[12:52:59] [Server thread/INFO]: [0;32;1m✔ [0;37;22mPiweeeX[m
2445[12:52:59] [Craft Scheduler Thread - 1050/INFO]: [0;31;1mFailed to check for Jobs update on spigot web page.[m
2446[12:53:01] [Server thread/INFO]: LukaMaximum issued server command: /party chat off
2447[12:53:02] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22ma[m
2448[12:53:08] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mZnas ko sam ?[m
2449[12:53:11] [Craft Scheduler Thread - 1047/INFO]: [AuthMe] PiweeeX logged in!
2450[12:53:12] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mnoup[m
2451[12:53:13] [Server thread/INFO]: PiweeeX issued server command: /discrod
2452[12:53:15] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;31;22m[21mVlasnik [0;31;22mPiweeeX[m [0;30;1m➤ [0;37;22mah[m
2453[12:53:17] [Server thread/INFO]: PiweeeX issued server command: /discrod
2454[12:53:18] [Server thread/INFO]: PiweeeX issued server command: /discord
2455[12:53:19] [Server thread/INFO]: PiweeeX issued server command: /discordsrv
2456[12:53:20] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mRecice ti akix2 :d.[m
2457[12:53:22] [Server thread/INFO]: PiweeeX issued server command: /discordsr
2458[12:53:23] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mkk[m
2459[12:53:25] [Server thread/INFO]: PiweeeX issued server command: /fly
2460[12:53:26] [Server thread/INFO]: PiweeeX issued server command: /party
2461[12:53:38] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mPiweeeX.[m
2462[12:53:49] [Server thread/INFO]: DarkoBree issued server command: /perkovi
2463[12:53:58] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mSi ti Aleksin drugar?[m
2464[12:54:10] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mDarkoBree.[m
2465[12:54:14] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mne[m
2466[12:54:17] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;31;22m[21mVlasnik [0;31;22mPiweeeX[m [0;30;1m➤ [0;37;22mne pitaj me nista[m
2467[12:54:20] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;31;22m[21mVlasnik [0;31;22mPiweeeX[m [0;30;1m➤ [0;37;22msjebao sam pola stvari[m
2468[12:54:24] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mNego?[m
2469[12:54:27] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mKako px.[m
2470[12:54:40] [Server thread/INFO]: DarkoBree issued server command: /perkovi
2471[12:54:54] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;31;22m[21mVlasnik [0;31;22mPiweeeX[m [0;30;1m➤ [0;37;22mSTANI[m
2472[12:55:08] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mOk ok.[m
2473[12:55:14] [Server thread/INFO]: ✘ PiweeeX
2474[12:55:24] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mLukaMaximum.[m
2475[12:55:27] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22m?[m
2476[12:55:33] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mLukaMaximum tpa me od akix2 u bazu.[m
2477[12:55:35] [Server thread/INFO]: DarkoBree issued server command: /tpa LukaMaximum
2478[12:55:38] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mNisam tamo.[m
2479[12:55:44] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mIdi tamo.[m
2480[12:55:49] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mNe mogu.[m
2481[12:55:55] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mTpa me samo.[m
2482[12:56:01] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mKucaj /tpyes.[m
2483[12:56:11] [Server thread/INFO]: LukaMaximum issued server command: /tpyes
2484[12:56:15] [Server thread/INFO]: [WorldGuard] §7WG: §dDarkoBree§6 left NOTIFY region
2485[12:56:17] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22moo[m
2486[12:56:20] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mOvo nije to.[m
2487[12:56:23] [Craft Scheduler Thread - 1050/WARN]: [PlugMan] Plugin PlugMan v1.8.1 generated an exception while executing task 27
2488java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2489 at com.ryanclancy000.plugman.utilities.MetricsLite.postPlugin(MetricsLite.java:261) ~[?:?]
2490 at com.ryanclancy000.plugman.utilities.MetricsLite.access$300(MetricsLite.java:48) ~[?:?]
2491 at com.ryanclancy000.plugman.utilities.MetricsLite$1.run(MetricsLite.java:153) ~[?:?]
2492 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
2493 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
2494 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
2495 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
2496 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2497[12:56:25] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mznam[m
2498[12:56:44] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mImam xice xd.[m
2499[12:56:45] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mDogovorio sam se sa akix2 da vam dam sve dmd :D.[m
2500[12:56:58] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mlepo[m
2501[12:57:00] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mOklop i alate :D.[m
2502[12:57:06] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mExtra][m
2503[12:57:09] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mI mozda 2 elytre :d.[m
2504[12:57:15] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mNajss.[m
2505[12:57:22] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mVidecu jos sa elytrama samo polako.[m
2506[12:57:26] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mJa sam u vas tim da znas.[m
2507[12:57:28] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mKk[m
2508[12:57:42] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mNema ovde dmd prati me kopaj pored mn.[m
2509[12:58:30] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mOdalji se malo od mene samo.[m
2510[12:58:33] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mImas pik.[m
2511[12:58:36] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mOvaj slabi.[m
2512[12:58:41] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mImas wood.[m
2513[12:58:46] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mda[m
2514[12:58:48] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mStani sec.[m
2515[12:58:50] [Server thread/INFO]: DarkoBree issued server command: /home 2
2516[12:59:13] [Server thread/INFO]: DarkoBree issued server command: /tpa LukaMaximum
2517[12:59:17] [Server thread/INFO]: LukaMaximum issued server command: /tpyes
2518[12:59:23] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mEh to brt :D.[m
2519[12:59:38] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mZnas kolko imam dmda.[m
2520[12:59:43] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mKolko ?[m
2521[12:59:45] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mSamo 1[m
2522[12:59:51] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mJa 36 :D.[m
2523[12:59:54] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mLukaMaximum[m [0;30;1m➤ [0;37;22mlol[m
2524[13:00:07] [Async Chat Thread - #10/INFO]: [m[0;36;22m[0;36;22mDarkoBree[m [0;30;1m➤ [0;37;22mImao sam 64blocka dmd-a.[m