· 10 years ago · Sep 10, 2016, 01:40 PM
1[06:00:10] [Server thread/INFO]: Starting minecraft server version 1.10.2
2[06:00:10] [Server thread/INFO]: Loading properties
3[06:00:11] [Server thread/INFO]: Default game type: SURVIVAL
4[06:00:11] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f9671b8-4d87c34 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
5[06:00:12] [Server thread/INFO]: Using 4 threads for Netty based IO
6[06:00:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[06:00:12] [Server thread/INFO]: Debug logging is disabled
8[06:00:12] [Server thread/INFO]: Generating keypair
9[06:00:12] [Server thread/INFO]: Starting Minecraft server on 167.114.101.146:25619
10[06:00:12] [Server thread/INFO]: Using epoll channel type
11[06:00:14] [Server thread/ERROR]: Could not load 'plugins/ChestMaster.jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [custom.jar:git-Spigot-f9671b8-4d87c34]
15 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [custom.jar:git-Spigot-f9671b8-4d87c34]
16 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [custom.jar:git-Spigot-f9671b8-4d87c34]
17 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [custom.jar:git-Spigot-f9671b8-4d87c34]
18 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
19Caused by: java.util.zip.ZipException: error in opening zip file
20 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_66]
21 at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_66]
22 at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_66]
23 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_66]
24 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_66]
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
26 ... 5 more
27[06:00:14] [Server thread/INFO]: Set PluginClassLoader as parallel capable
28[06:00:15] [Server thread/ERROR]: Cannot load plugins/EpicRename/config.yml
29org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
30 in 'string', line 5, column 1:
31 opt-out: 'false'
32 ^
33expected <block end>, but found Scalar
34 in 'string', line 22, column 27:
35 no permission: '&cYou don't have permission!'
36 ^
37
38 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
39 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
40 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
41 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [custom.jar:git-Spigot-f9671b8-4d87c34]
42 at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [custom.jar:git-Spigot-f9671b8-4d87c34]
43 at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:163) [custom.jar:git-Spigot-f9671b8-4d87c34]
44 at com.gmail.justbru00.epic.rename.main.RenameRewrite.<init>(RenameRewrite.java:62) [EpicRename%20v2.6.1.jar:?]
45 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_66]
46 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_66]
47 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_66]
48 at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [?:1.8.0_66]
49 at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_66]
50 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) [custom.jar:git-Spigot-f9671b8-4d87c34]
51 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [custom.jar:git-Spigot-f9671b8-4d87c34]
52 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) [custom.jar:git-Spigot-f9671b8-4d87c34]
53 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [custom.jar:git-Spigot-f9671b8-4d87c34]
54 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [custom.jar:git-Spigot-f9671b8-4d87c34]
55 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [custom.jar:git-Spigot-f9671b8-4d87c34]
56 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [custom.jar:git-Spigot-f9671b8-4d87c34]
57 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
58Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
59 in 'string', line 5, column 1:
60 opt-out: 'false'
61 ^
62expected <block end>, but found Scalar
63 in 'string', line 22, column 27:
64 no permission: '&cYou don't have permission!'
65 ^
66
67 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
68 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
69 at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
70 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
71 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
72 at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
73 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
74 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
75 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
76 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
77 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
78 ... 19 more
79[06:00:15] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
80[06:00:15] [Server thread/INFO]: [AsyncWorldEditInjector] Loading AsyncWorldEditInjector v2.3.0
81[06:00:15] [Server thread/INFO]: [FlyingCarpet] Loading FlyingCarpet v1.3
82[06:00:15] [Server thread/INFO]: [DiscoArmour] Loading DiscoArmour v1.4
83[06:00:15] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
84[06:00:15] [Server thread/INFO]: [FrameProtect] Loading FrameProtect v2.7
85[06:00:15] [Server thread/INFO]: [NoLagg] Loading NoLagg v1.2
86[06:00:15] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
87[06:00:15] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.8.2
88[06:00:15] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.6.2
89[06:00:15] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.3
90[06:00:15] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
91[06:00:15] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v1.0
92[06:00:15] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.1.0-SNAPSHOT-b313
93[06:00:16] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.0.9
94[06:00:16] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.0.20
95[06:00:16] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
96[06:00:16] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v2.3.0
97[06:00:16] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1928
98[06:00:16] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.06-SNAPSHOT-b145
99[06:00:16] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
100[06:00:16] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v14.9.1
101[06:00:16] [Server thread/INFO]: [ChatterBot] Loading ChatterBot v1.8
102[06:00:16] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.1.4
103[06:00:16] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
104[06:00:16] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b370
105[06:00:16] [Server thread/INFO]: [Autorank] Loading Autorank v3.8.2
106[06:00:16] [Server thread/INFO]: [EpicRename] Loading EpicRename v2.6.1
107[06:00:16] [Server thread/INFO]: [ObsidianAuctions] Loading ObsidianAuctions v4.0.2
108[06:00:16] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v3.16
109[06:00:16] [Server thread/INFO]: [TrailGUI] Loading TrailGUI v5.0.1-b58-SNAPSHOT
110[06:00:16] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.7.3
111[06:00:16] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.19-SNAPSHOT (build 1374)
112[06:00:16] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b403
113[06:00:16] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b403
114[06:00:16] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.0.1-b403
115[06:00:16] [Server thread/INFO]: [BossReferral] Loading BossReferral v2.1.0-BETA-R2-SNAPSHOT
116[06:00:16] [Server thread/ERROR]: Cannot load plugins/BossReferral/config.yml
117org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
118found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
119 in 'string', line 4, column 11:
120 host: 142.4.208.190
121 ^
122
123 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
124 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
125 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
126 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [custom.jar:git-Spigot-f9671b8-4d87c34]
127 at be.woutdev.bossreferral.config.Config.initialize(Config.java:69) [BossReferral-2.1.0.jar:?]
128 at be.woutdev.bossreferral.core.Main.onLoad(Main.java:51) [BossReferral-2.1.0.jar:?]
129 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:303) [custom.jar:git-Spigot-f9671b8-4d87c34]
130 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [custom.jar:git-Spigot-f9671b8-4d87c34]
131 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [custom.jar:git-Spigot-f9671b8-4d87c34]
132 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
133Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
134found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
135 in 'string', line 4, column 11:
136 host: 142.4.208.190
137 ^
138
139 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
140 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
141 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
142 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
143 at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
144 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
145 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
146 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
147 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
148 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
149 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
150 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
151 at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
152 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
153 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
154 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
155 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
156 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
157 ... 9 more
158[06:00:16] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.0.1-b403
159[06:00:16] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b403
160[06:00:16] [Server thread/INFO]: [PvPManager] Loading PvPManager v3.3
161[06:00:16] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.0.20
162[06:00:16] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83
163[06:00:16] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
164[06:00:16] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
165[06:00:16] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
166[06:00:16] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.10.2
167[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Enabling AsyncWorldEditInjector v2.3.0
168[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Injector platform set to: InjectorBukkit
169[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Injecting WorldEdit classes...
170[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.EditSession injected.
171[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.function.operation.Operations injected.
172[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.SchematicCommands injected.
173[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.ScriptingCommands injected.
174[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.RegionCommands injected.
175[06:00:16] [Server thread/INFO]: [AsyncWorldEditInjector] Enabled
176[06:00:16] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.1.0-SNAPSHOT-b313
177[06:00:16] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
178[06:00:16] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.06-SNAPSHOT-b145
179[06:00:18] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
180[06:00:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
181[06:00:18] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
182[06:00:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
183[06:00:18] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
184[06:00:18] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
185[06:00:18] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.1.4
186[06:00:18] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
187[06:00:18] [Server thread/INFO]: Preparing level "Grivnokcraft"
188[06:00:18] [Server thread/INFO]: -------- World Settings For [Grivnokcraft] --------
189[06:00:18] [Server thread/INFO]: View Distance: 10
190[06:00:18] [Server thread/INFO]: Experience Merge Radius: 3.0
191[06:00:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
192[06:00:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
193[06:00:18] [Server thread/INFO]: Cane Growth Modifier: 100%
194[06:00:18] [Server thread/INFO]: Melon Growth Modifier: 100%
195[06:00:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
196[06:00:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
197[06:00:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
198[06:00:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
199[06:00:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
200[06:00:18] [Server thread/INFO]: Vine Growth Modifier: 100%
201[06:00:18] [Server thread/INFO]: Cocoa Growth Modifier: 100%
202[06:00:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
203[06:00:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
204[06:00:18] [Server thread/INFO]: Mob Spawn Range: 4
205[06:00:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
206[06:00:18] [Server thread/INFO]: Random Lighting Updates: false
207[06:00:18] [Server thread/INFO]: Structure Info Saving: true
208[06:00:18] [Server thread/INFO]: Max Entity Collisions: 8
209[06:00:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
210[06:00:18] [Server thread/INFO]: Max TNT Explosions: 100
211[06:00:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
212[06:00:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
213[06:00:18] [Server thread/INFO]: Item Despawn Rate: 6000
214[06:00:18] [Server thread/INFO]: Item Merge Radius: 2.5
215[06:00:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
216[06:00:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
217[06:00:18] [Server thread/INFO]: -------- World Settings For [Grivnokcraft_nether] --------
218[06:00:18] [Server thread/INFO]: View Distance: 10
219[06:00:18] [Server thread/INFO]: Experience Merge Radius: 3.0
220[06:00:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
221[06:00:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
222[06:00:18] [Server thread/INFO]: Cane Growth Modifier: 100%
223[06:00:18] [Server thread/INFO]: Melon Growth Modifier: 100%
224[06:00:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
225[06:00:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
226[06:00:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
227[06:00:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
228[06:00:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
229[06:00:18] [Server thread/INFO]: Vine Growth Modifier: 100%
230[06:00:18] [Server thread/INFO]: Cocoa Growth Modifier: 100%
231[06:00:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
232[06:00:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
233[06:00:18] [Server thread/INFO]: Mob Spawn Range: 4
234[06:00:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
235[06:00:18] [Server thread/INFO]: Random Lighting Updates: false
236[06:00:18] [Server thread/INFO]: Structure Info Saving: true
237[06:00:18] [Server thread/INFO]: Max Entity Collisions: 8
238[06:00:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
239[06:00:18] [Server thread/INFO]: Max TNT Explosions: 100
240[06:00:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
241[06:00:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
242[06:00:18] [Server thread/INFO]: Item Despawn Rate: 6000
243[06:00:18] [Server thread/INFO]: Item Merge Radius: 2.5
244[06:00:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
245[06:00:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
246[06:00:18] [Server thread/INFO]: -------- World Settings For [Grivnokcraft_the_end] --------
247[06:00:18] [Server thread/INFO]: View Distance: 10
248[06:00:18] [Server thread/INFO]: Experience Merge Radius: 3.0
249[06:00:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
250[06:00:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
251[06:00:18] [Server thread/INFO]: Cane Growth Modifier: 100%
252[06:00:18] [Server thread/INFO]: Melon Growth Modifier: 100%
253[06:00:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
254[06:00:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
255[06:00:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
256[06:00:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
257[06:00:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
258[06:00:18] [Server thread/INFO]: Vine Growth Modifier: 100%
259[06:00:18] [Server thread/INFO]: Cocoa Growth Modifier: 100%
260[06:00:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
261[06:00:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
262[06:00:18] [Server thread/INFO]: Mob Spawn Range: 4
263[06:00:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
264[06:00:18] [Server thread/INFO]: Random Lighting Updates: false
265[06:00:18] [Server thread/INFO]: Structure Info Saving: true
266[06:00:18] [Server thread/INFO]: Max Entity Collisions: 8
267[06:00:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
268[06:00:18] [Server thread/INFO]: Max TNT Explosions: 100
269[06:00:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
270[06:00:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
271[06:00:18] [Server thread/INFO]: Item Despawn Rate: 6000
272[06:00:18] [Server thread/INFO]: Item Merge Radius: 2.5
273[06:00:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
274[06:00:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
275[06:00:18] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3132608241961970403)
276[06:00:19] [Server thread/INFO]: Preparing spawn area: 10%
277[06:00:20] [Server thread/INFO]: Preparing spawn area: 50%
278[06:00:21] [Server thread/INFO]: Preparing spawn area: 70%
279[06:00:22] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4917421080595515644)
280[06:00:23] [Server thread/INFO]: Preparing spawn area: 1%
281[06:00:24] [Server thread/INFO]: Preparing spawn area: 47%
282[06:00:25] [Server thread/INFO]: Preparing spawn area: 83%
283[06:00:25] [Server thread/INFO]: Preparing start region for level 2 (Seed: -4917421080595515644)
284[06:00:25] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
285[06:00:25] [Server thread/WARN]: /tmp/sqlite-3.7.2-libsqlitejdbc.so (Permission denied)
286[06:00:26] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
287[06:00:26] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
288[06:00:26] [Server thread/INFO]: [FlyingCarpet] Enabling FlyingCarpet v1.3
289[06:00:26] [Server thread/INFO]: [FlyingCarpet] Hooked WorldGuard
290[06:00:26] [Server thread/INFO]: [FlyingCarpet] Loaded 0 blacklisted WorldGuard regions
291[06:00:26] [Server thread/INFO]: [DiscoArmour] Enabling DiscoArmour v1.4
292[06:00:26] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
293[06:00:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
294[06:00:27] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
295[06:00:27] [Server thread/INFO]: [FrameProtect] Enabling FrameProtect v2.7
296[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -71.03125]. See error.log for more info.
297[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -70.5]. See error.log for more info.
298[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -69.96875]. See error.log for more info.
299[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -60.03125]. See error.log for more info.
300[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -59.5]. See error.log for more info.
301[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -58.96875]. See error.log for more info.
302[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -58.96875]. See error.log for more info.
303[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -59.5]. See error.log for more info.
304[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -60.03125]. See error.log for more info.
305[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -69.96875]. See error.log for more info.
306[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -70.5]. See error.log for more info.
307[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -71.03125]. See error.log for more info.
308[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -75.96875]. See error.log for more info.
309[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -76.5]. See error.log for more info.
310[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -77.03125]. See error.log for more info.
311[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -86.96875]. See error.log for more info.
312[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -87.5]. See error.log for more info.
313[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -88.03125]. See error.log for more info.
314[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -92.96875]. See error.log for more info.
315[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -93.5]. See error.log for more info.
316[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -94.03125]. See error.log for more info.
317[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -103.96875]. See error.log for more info.
318[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -104.5]. See error.log for more info.
319[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -105.03125]. See error.log for more info.
320[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -59.5]. See error.log for more info.
321[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -60.03125]. See error.log for more info.
322[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -69.96875]. See error.log for more info.
323[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -70.5]. See error.log for more info.
324[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -58.96875]. See error.log for more info.
325[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -71.03125]. See error.log for more info.
326[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -59.5]. See error.log for more info.
327[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -58.96875]. See error.log for more info.
328[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -71.03125]. See error.log for more info.
329[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -70.5]. See error.log for more info.
330[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -69.96875]. See error.log for more info.
331[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -60.03125]. See error.log for more info.
332[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -88.03125]. See error.log for more info.
333[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -87.5]. See error.log for more info.
334[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared leashknot at [Grivnokcraft, 66.5, 71.5, -81.5]. See error.log for more info.
335[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared leashknot at [Grivnokcraft, 66.5, 71.5, -85.5]. See error.log for more info.
336[06:00:28] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared leashknot at [Grivnokcraft, 66.5, 71.5, -81.5]. See error.log for more info.
337[06:00:29] [Server thread/INFO]: [NoLagg] Enabling NoLagg v1.2
338[06:00:29] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
339[06:00:29] [Thread-10/INFO]: --------------------
340[06:00:29] [Thread-10/INFO]: [CoreProtect] Version 2.13.1 now available.
341[06:00:29] [Thread-10/INFO]: [CoreProtect] Download: Type "/co version" in-game.
342[06:00:29] [Thread-10/INFO]: --------------------
343[06:00:29] [Thread-10/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
344[06:00:29] [Thread-10/INFO]: --------------------
345[06:00:29] [Server thread/INFO]: GroupManager - INFO - World Found: world
346[06:00:29] [Server thread/INFO]: GroupManager - INFO - World Found: grivnokcraft
347[06:00:29] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
348[06:00:29] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
349[06:00:29] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
350[06:00:29] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
351[06:00:29] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
352[06:00:29] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
353[06:00:29] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
354[06:00:29] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.8.2
355[06:00:29] [Server thread/INFO]: [BetterChairs] Your server is running version v1_10_R1
356[06:00:29] [Server thread/INFO]: [BetterChairs] NMS hooked !
357[06:00:29] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.6.2
358[06:00:29] [Server thread/WARN]: [MessageAnnouncer] Your sound NOTE_PLING is invalid!
359[06:00:29] [Server thread/INFO]: [MessageAnnouncer] Valid sound names can be found at the following link:
360[06:00:29] [Server thread/INFO]: [MessageAnnouncer] https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
361[06:00:29] [Server thread/INFO]: [MessageAnnouncer] Sound on message will be disabled!
362[06:00:29] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.3
363[06:00:29] [Server thread/INFO]: [Votifier] Loaded token for website: default
364[06:00:29] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
365[06:00:29] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
366[06:00:29] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /167.114.101.146:2222.
367[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) TNT ignition is PERMITTED.
368[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) Lighters are PERMITTED.
369[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) Lava fire is blocked.
370[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) Fire spread is UNRESTRICTED.
371[06:00:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Grivnokcraft'
372[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) TNT ignition is PERMITTED.
373[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) Lighters are PERMITTED.
374[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) Lava fire is blocked.
375[06:00:29] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) Fire spread is UNRESTRICTED.
376[06:00:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Grivnokcraft_nether'
377[06:00:30] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) TNT ignition is PERMITTED.
378[06:00:30] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) Lighters are PERMITTED.
379[06:00:30] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) Lava fire is blocked.
380[06:00:30] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) Fire spread is UNRESTRICTED.
381[06:00:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Grivnokcraft_the_end'
382[06:00:30] [Server thread/INFO]: [WorldGuard] Loading region data...
383[06:00:30] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v1.0
384[06:00:30] [Server thread/INFO]: [CommandSpy] CommandSpy has been enabled! (V.1.0)
385[06:00:30] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.0.9
386[06:00:30] [Server thread/INFO]: [LibsDisguises] Discovered MC version: v1_10_R1
387[06:00:30] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.0.20
388[06:00:31] [Server thread/INFO]: [AdvancedPortals] ENTITY_ENDERMEN_TELEPORT found
389[06:00:31] [Server thread/INFO]: [AdvancedPortals] ENTITY_GENERIC_EXPLODE found
390[06:00:31] [Server thread/INFO]: Advanced portals have been successfully enabled!
391[06:00:31] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
392[06:00:31] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
393[06:00:31] [Server thread/INFO]: [ChatReaction] 109582 words loaded!
394[06:00:31] [Server thread/INFO]: [ChatReaction] Creating MySQL connection ...
395[06:00:31] [Server thread/INFO]: ---------------------------
396[06:00:31] [Server thread/INFO]: ChatReaction Updater
397[06:00:31] [Server thread/INFO]:
398[06:00:31] [Server thread/INFO]: You are running 1.6.2
399[06:00:31] [Server thread/INFO]: The latest version
400[06:00:31] [Server thread/INFO]: of ChatReaction!
401[06:00:31] [Server thread/INFO]:
402[06:00:31] [Server thread/INFO]: ---------------------------
403[06:00:31] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v2.3.0
404[06:00:31] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix
405[06:00:31] [Server thread/INFO]: [AsyncWorldEditInjector] New class factory set to: org.primesoft.asyncworldedit.injector.async.AsyncClassFactory
406[06:00:32] [Server thread/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 2.3.0, available version: 2.3.2
407[06:00:32] [Server thread/INFO]: [AsyncWorldEdit] Enabled
408[06:00:32] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1928
409[06:00:32] [Server thread/INFO]: [TimeIsMoney] Loaded 1 Payouts!
410[06:00:32] [Server thread/INFO]: Time is Money v1935 started.
411[06:00:32] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v14.9.1
412[06:00:32] [Server thread/INFO]: GriefPrevention: Grief Prevention boot start.
413[06:00:32] [Server thread/INFO]: GriefPrevention: Finished loading configuration.
414[06:00:33] [Server thread/INFO]: GriefPrevention: 67 total claims loaded.
415[06:00:34] [Server thread/INFO]: GriefPrevention: Customizable messages loaded.
416[06:00:34] [Server thread/INFO]: GriefPrevention: Successfully hooked into WorldGuard.
417[06:00:34] [Server thread/INFO]: GriefPrevention: Finished loading data (File Mode).
418[06:00:34] [Server thread/INFO]: GriefPrevention: GriefPrevention requires Vault for economy integration.
419[06:00:34] [Server thread/INFO]: GriefPrevention: Attempting to load Vault...
420[06:00:34] [Server thread/INFO]: GriefPrevention: Vault loaded successfully!
421[06:00:34] [Server thread/INFO]: GriefPrevention: Looking for a Vault-compatible economy plugin...
422[06:00:34] [Server thread/INFO]: GriefPrevention: Hooked into economy: Essentials Economy.
423[06:00:34] [Server thread/INFO]: GriefPrevention: Ready to buy/sell claim blocks!
424[06:00:34] [Server thread/INFO]: GriefPrevention: Boot finished.
425[06:00:34] [Server thread/INFO]: [ChatterBot] Enabling ChatterBot v1.8
426[06:00:34] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
427[06:00:34] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
428[06:00:34] [Server thread/INFO]: creating table 'items'
429[06:00:34] [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`))
430[06:00:34] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
431[06:00:34] [Server thread/INFO]: creating table 'accounts'
432[06:00:34] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
433[06:00:34] [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`) )
434[06:00:34] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
435[06:00:35] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
436[06:00:35] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b370
437[06:00:35] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsProtect to the same version.
438[06:00:35] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
439[06:00:35] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsGeoIP to the same version.
440[06:00:35] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsAntiBuild to the same version.
441[06:00:35] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
442[06:00:35] [Server thread/INFO]: Using locale en_US
443[06:00:36] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
444[06:00:36] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
445[06:00:36] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
446[06:00:36] [Server thread/INFO]: Using locale en_US
447[06:00:36] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
448[06:00:36] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
449[06:00:36] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
450[06:00:36] [Server thread/INFO]: [Autorank] Enabling Autorank v3.8.2
451[06:00:36] [Server thread/INFO]: [Autorank] Simple config file loaded
452[06:00:36] [Server thread/INFO]: [Autorank] Advanced config file loaded
453[06:00:36] [Server thread/INFO]: [Autorank] Settings config file loaded
454[06:00:36] [Server thread/INFO]: [Autorank] Internal properties file loaded
455[06:00:36] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
456[06:00:37] [Server thread/INFO]: [Autorank] Loaded playerdata.
457[06:00:37] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
458[06:00:37] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
459[06:00:37] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
460[06:00:37] [Server thread/INFO]: [Autorank] Total data file loaded
461[06:00:37] [Server thread/INFO]: [Autorank] Daily data file loaded
462[06:00:37] [Server thread/INFO]: [Autorank] Weekly data file loaded
463[06:00:37] [Server thread/INFO]: [Autorank] Monthly data file loaded
464[06:00:37] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
465[06:00:37] [Server thread/INFO]: [Autorank] Using timings of: autorank
466[06:00:37] [Server thread/INFO]: [Autorank] Autorank 3.8.2 has been enabled!
467[06:00:37] [Server thread/INFO]: [EpicRename] Enabling EpicRename v2.6.1
468[06:00:37] [Server thread/INFO]: [EpicRename] This plugin is made by Justin Brubaker.
469[06:00:37] [Server thread/INFO]: [EpicRename] This plugin sends anonymous stats to mcstats.org.
470[06:00:37] [Server thread/INFO]: [EpicRename] To disable change opt-out in the config to true.
471[06:00:37] [Server thread/INFO]: [EpicRename] EpicRename version 2.6.1 is Copyright (C) 2016 Justin Brubaker
472[06:00:37] [Server thread/INFO]: [EpicRename] See LICENSE infomation here: http://tinyurl.com/epicrename1
473[06:00:37] [Server thread/INFO]: [EpicRename] No Update Found.
474[06:00:37] [Server thread/INFO]: [EpicRename] Prefix has been set to the one in the config.
475[06:00:37] [Server thread/INFO]: [EpicRename] Version: 2.6.1 Has Been Enabled.
476[06:00:37] [Server thread/INFO]: [ObsidianAuctions] Enabling ObsidianAuctions v4.0.2
477[06:00:37] [Server thread/INFO]: [ObsidianAuctions] Checking to see if migration is needed...
478[06:00:37] [Server thread/INFO]: [ObsidianAuctions] Migration not needed, skipping migration!
479[06:00:37] [Server thread/INFO]: [ObsidianAuctions] Checking to see if strings need to be mapped
480[06:00:37] [Server thread/INFO]: [GrivnokAuctions] has been enabled.
481[06:00:37] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v3.16
482[06:00:37] [Server thread/INFO]: [KillerMoney] Locale: "en" | Locale file: en_locale.yml
483[06:00:37] [Server thread/INFO]: [KillerMoney] Metrics initialized
484[06:00:37] [Server thread/INFO]: [TrailGUI] Enabling TrailGUI v5.0.1-b58-SNAPSHOT
485[06:00:37] [Server thread/INFO]: [TrailGUI] Hooked Essentials Successfully
486[06:00:38] [Server thread/INFO]: [TrailGUI] You are not running the latest build of TrailGUI. The latest build is 61 and your build is 58. Please update
487[06:00:38] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.7.3
488[06:00:40] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
489[06:00:40] [Server thread/INFO]: [SilkSpawners] Loading support for v1_10_R1
490[06:00:40] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
491[06:00:40] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
492[06:00:40] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
493[06:00:40] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.19-SNAPSHOT (build 1374)
494[06:00:40] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b403
495[06:00:40] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
496[06:00:40] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b403
497[06:00:40] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
498[06:00:40] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.0.1-b403
499[06:00:40] [Server thread/WARN]: [EssentialsGeoIP] §4Version mismatch! Please update all Essentials jars to the same version.
500[06:00:40] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
501[06:00:40] [Server thread/INFO]: [BossReferral] Enabling BossReferral v2.1.0-BETA-R2-SNAPSHOT
502[06:00:40] [Server thread/INFO]: [BossReferral] Vault detected! Initializing...
503[06:00:40] [Server thread/INFO]: [BossReferral] Hooked up with Vault permissions!
504[06:00:40] [Server thread/INFO]: [BossReferral] Hooked up with Vault economy!
505[06:00:44] [Server thread/WARN]: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
506[06:00:44] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
507[06:00:44] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
508[06:00:44] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
509[06:00:44] [Server thread/WARN]: at be.woutdev.bossreferral.data.impl.MySQLData.init(MySQLData.java:48)
510[06:00:44] [Server thread/WARN]: at be.woutdev.bossreferral.data.AbstractData.initialize(AbstractData.java:36)
511[06:00:44] [Server thread/WARN]: at be.woutdev.bossreferral.core.Main.onEnable(Main.java:119)
512[06:00:44] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)
513[06:00:44] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
514[06:00:44] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
515[06:00:44] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373)
516[06:00:44] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323)
517[06:00:44] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412)
518[06:00:44] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377)
519[06:00:44] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332)
520[06:00:44] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271)
521[06:00:44] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535)
522[06:00:44] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
523[06:00:44] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
524[06:00:44] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
525[06:00:44] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
526[06:00:44] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
527[06:00:44] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
528[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
529[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:387)
530[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
531[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
532[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
533[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:862)
534[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2164)
535[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2089)
536[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:795)
537[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
538[06:00:44] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
539[06:00:44] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
540[06:00:44] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
541[06:00:44] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
542[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
543[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:400)
544[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:327)
545[06:00:44] [Server thread/WARN]: at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
546[06:00:44] [Server thread/WARN]: at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
547[06:00:44] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
548[06:00:44] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
549[06:00:44] [Server thread/WARN]: ... 16 more
550[06:00:44] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
551
552The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
553[06:00:44] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
554[06:00:44] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
555[06:00:44] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
556[06:00:44] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
557[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
558[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983)
559[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339)
560[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2252)
561[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2105)
562[06:00:44] [Server thread/WARN]: ... 30 more
563[06:00:44] [Server thread/WARN]: Caused by: java.net.UnknownHostException: null
564[06:00:44] [Server thread/WARN]: at java.net.InetAddress.getAllByName0(InetAddress.java:1280)
565[06:00:44] [Server thread/WARN]: at java.net.InetAddress.getAllByName(InetAddress.java:1192)
566[06:00:44] [Server thread/WARN]: at java.net.InetAddress.getAllByName(InetAddress.java:1126)
567[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:191)
568[06:00:44] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:298)
569[06:00:44] [Server thread/WARN]: ... 32 more
570[06:00:44] [Server thread/ERROR]: [BossReferral] Failed to initialize data method (MySQL). Shutting down BossReferral plugin.
571[06:00:44] [Server thread/INFO]: [BossReferral] Disabling BossReferral v2.1.0-BETA-R2-SNAPSHOT
572[06:00:44] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.0.1-b403
573[06:00:44] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
574[06:00:44] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b403
575[06:00:44] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
576[06:00:44] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.3
577[06:00:45] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
578[06:00:45] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling WorldGuard Support
579[06:00:45] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.0.20
580[06:00:45] [Server thread/INFO]: Initializing for the first time.
581[06:00:46] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83
582[06:00:46] [Server thread/INFO]: [cncp] Ensured that the following plugin is enabled: WorldGuard
583[06:00:46] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Citizens2(default) / 2.2
584[06:00:46] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): mcMMO(default) / 2.1
585[06:00:46] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
586[06:00:46] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
587[06:00:46] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
588[06:00:46] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
589[06:00:46] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83 is enabled. Some hooks might get registered with NoCheatPlus later on.
590[06:00:46] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
591[06:00:46] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.10 / Spigot-CB-1.10_R1
592[06:00:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
593[06:00:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
594[06:00:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
595[06:00:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
596[06:00:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
597[06:00:46] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
598[06:00:46] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
599[06:00:46] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.10.2)...
600[06:00:46] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
601[06:00:46] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
602[06:00:46] [Server thread/INFO]: [NoCheatPlus] Version 3.15.0-SNAPSHOT-sMD5NET-b1022 is enabled.
603[06:00:46] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Added 2 registered hooks to NoCheatPlus.
604[06:00:46] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
605[06:00:46] [Server thread/INFO]: Done (28.177s)! For help, type "help" or "?"
606[06:00:46] [Server thread/INFO]: Starting GS4 status listener
607[06:00:46] [Query Listener #1/INFO]: Query running on 167.114.101.146:25619
608[06:00:46] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
609[06:00:46] [Craft Scheduler Thread - 1/INFO]: [mcMMO] Cleaned backup files. Deleted 2 of 24 files.
610[06:00:46] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
611[06:00:46] [Craft Scheduler Thread - 1/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
612[06:00:46] [Craft Scheduler Thread - 1/INFO]: [NoCheatPlus] Added hook: mcMMO(cncp) [2.3].
613[06:00:46] [Craft Scheduler Thread - 1/INFO]: [NoCheatPlus] Added hook: Citizens2(cncp) [2.0].
614[06:00:46] [Craft Scheduler Thread - 16/WARN]: Exception in thread "Craft Scheduler Thread - 16"
615[06:00:46] [Craft Scheduler Thread - 16/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
616 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
617 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
618 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
619 at java.lang.Thread.run(Thread.java:745)
620Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
621 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
622 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
623 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
624 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
625 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
626 ... 3 more
627
628[06:00:48] [Craft Scheduler Thread - 25/INFO]: [PvPManager] Checking for updates...
629[06:00:48] [Craft Scheduler Thread - 25/INFO]: [PvPManager] Update Available: PvPManager v3.3.2.1
630[06:00:48] [Craft Scheduler Thread - 25/INFO]: [PvPManager] Link: http://dev.bukkit.org/bukkit-plugins/pvpmanager/
631[06:00:48] [Server thread/INFO]: [Citizens] Loaded 40 NPCs.
632[06:00:49] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
633[06:00:50] [Craft Scheduler Thread - 25/INFO]: [Vault] Checking for Updates ...
634[06:00:50] [Craft Scheduler Thread - 25/INFO]: [Vault] No new version available
635[06:00:51] [Server thread/INFO]: [KillerMoney] Update not found
636[06:00:55] [Craft Scheduler Thread - 25/INFO]: [Autorank] Config files have been correctly setup!
637[06:01:37] [Server thread/INFO]: CONSOLE issued server command: /list
638[06:01:37] [Server thread/INFO]: There are 0 out of maximum 40 players online.
639[06:02:30] [Server thread/INFO]: CONSOLE issued server command: /list
640[06:02:30] [Server thread/INFO]: There are 0 out of maximum 40 players online.
641[06:03:21] [Server thread/INFO]: CONSOLE issued server command: /list
642[06:03:21] [Server thread/INFO]: There are 0 out of maximum 40 players online.
643[06:04:12] [Server thread/INFO]: CONSOLE issued server command: /list
644[06:04:12] [Server thread/INFO]: There are 0 out of maximum 40 players online.
645[06:05:03] [Server thread/INFO]: CONSOLE issued server command: /list
646[06:05:03] [Server thread/INFO]: There are 0 out of maximum 40 players online.
647[06:05:54] [Server thread/INFO]: CONSOLE issued server command: /list
648[06:05:54] [Server thread/INFO]: There are 0 out of maximum 40 players online.
649[06:06:45] [Server thread/INFO]: CONSOLE issued server command: /list
650[06:06:45] [Server thread/INFO]: There are 0 out of maximum 40 players online.
651[06:07:36] [Server thread/INFO]: CONSOLE issued server command: /list
652[06:07:36] [Server thread/INFO]: There are 0 out of maximum 40 players online.
653[06:08:27] [Server thread/INFO]: CONSOLE issued server command: /list
654[06:08:27] [Server thread/INFO]: There are 0 out of maximum 40 players online.
655[06:09:18] [Server thread/INFO]: CONSOLE issued server command: /list
656[06:09:18] [Server thread/INFO]: There are 0 out of maximum 40 players online.
657[06:10:09] [Server thread/INFO]: CONSOLE issued server command: /list
658[06:10:09] [Server thread/INFO]: There are 0 out of maximum 40 players online.
659[06:10:11] [Server thread/INFO]: Saving is already turned on
660[06:10:11] [Server thread/INFO]: Saving...
661[06:10:11] [Server thread/INFO]: Saved the world
662[06:10:11] [Server thread/INFO]: [Server] §8World saved.
663[06:11:00] [Server thread/INFO]: CONSOLE issued server command: /list
664[06:11:00] [Server thread/INFO]: There are 0 out of maximum 40 players online.
665[06:11:51] [Server thread/INFO]: CONSOLE issued server command: /list
666[06:11:51] [Server thread/INFO]: There are 0 out of maximum 40 players online.
667[06:12:42] [Server thread/INFO]: CONSOLE issued server command: /list
668[06:12:42] [Server thread/INFO]: There are 0 out of maximum 40 players online.
669[06:13:33] [Server thread/INFO]: CONSOLE issued server command: /list
670[06:13:33] [Server thread/INFO]: There are 0 out of maximum 40 players online.
671[06:14:24] [Server thread/INFO]: CONSOLE issued server command: /list
672[06:14:24] [Server thread/INFO]: There are 0 out of maximum 40 players online.
673[06:15:15] [Server thread/INFO]: CONSOLE issued server command: /list
674[06:15:15] [Server thread/INFO]: There are 0 out of maximum 40 players online.
675[06:15:53] [Craft Scheduler Thread - 55/WARN]: Exception in thread "Craft Scheduler Thread - 55"
676[06:15:53] [Craft Scheduler Thread - 55/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
677 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
678 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
679 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
680 at java.lang.Thread.run(Thread.java:745)
681Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
682 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
683 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
684 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
685 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
686 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
687 ... 3 more
688
689[06:16:06] [Server thread/INFO]: CONSOLE issued server command: /list
690[06:16:06] [Server thread/INFO]: There are 0 out of maximum 40 players online.
691[06:16:56] [Server thread/INFO]: CONSOLE issued server command: /list
692[06:16:56] [Server thread/INFO]: There are 0 out of maximum 40 players online.
693[06:17:47] [Server thread/INFO]: CONSOLE issued server command: /list
694[06:17:47] [Server thread/INFO]: There are 0 out of maximum 40 players online.
695[06:18:38] [Server thread/INFO]: CONSOLE issued server command: /list
696[06:18:38] [Server thread/INFO]: There are 0 out of maximum 40 players online.
697[06:19:29] [Server thread/INFO]: CONSOLE issued server command: /list
698[06:19:29] [Server thread/INFO]: There are 0 out of maximum 40 players online.
699[06:20:17] [Server thread/INFO]: Saving is already turned on
700[06:20:17] [Server thread/INFO]: Saving...
701[06:20:17] [Server thread/INFO]: Saved the world
702[06:20:17] [Server thread/INFO]: [Server] §8World saved.
703[06:20:20] [Server thread/INFO]: CONSOLE issued server command: /list
704[06:20:21] [Server thread/INFO]: There are 0 out of maximum 40 players online.
705[06:21:11] [Server thread/INFO]: CONSOLE issued server command: /list
706[06:21:11] [Server thread/INFO]: There are 0 out of maximum 40 players online.
707[06:22:03] [Server thread/INFO]: CONSOLE issued server command: /list
708[06:22:03] [Server thread/INFO]: There are 0 out of maximum 40 players online.
709[06:22:54] [Server thread/INFO]: CONSOLE issued server command: /list
710[06:22:54] [Server thread/INFO]: There are 0 out of maximum 40 players online.
711[06:23:45] [Server thread/INFO]: CONSOLE issued server command: /list
712[06:23:45] [Server thread/INFO]: There are 0 out of maximum 40 players online.
713[06:24:36] [Server thread/INFO]: CONSOLE issued server command: /list
714[06:24:36] [Server thread/INFO]: There are 0 out of maximum 40 players online.
715[06:25:27] [Server thread/INFO]: CONSOLE issued server command: /list
716[06:25:27] [Server thread/INFO]: There are 0 out of maximum 40 players online.
717[06:26:18] [Server thread/INFO]: CONSOLE issued server command: /list
718[06:26:18] [Server thread/INFO]: There are 0 out of maximum 40 players online.
719[06:27:09] [Server thread/INFO]: CONSOLE issued server command: /list
720[06:27:09] [Server thread/INFO]: There are 0 out of maximum 40 players online.
721[06:28:00] [Server thread/INFO]: CONSOLE issued server command: /list
722[06:28:00] [Server thread/INFO]: There are 0 out of maximum 40 players online.
723[06:28:51] [Server thread/INFO]: CONSOLE issued server command: /list
724[06:28:51] [Server thread/INFO]: There are 0 out of maximum 40 players online.
725[06:29:42] [Server thread/INFO]: CONSOLE issued server command: /list
726[06:29:42] [Server thread/INFO]: There are 0 out of maximum 40 players online.
727[06:30:23] [Server thread/INFO]: Saving is already turned on
728[06:30:23] [Server thread/INFO]: Saving...
729[06:30:23] [Server thread/INFO]: Saved the world
730[06:30:23] [Server thread/INFO]: [Server] §8World saved.
731[06:30:33] [Server thread/INFO]: CONSOLE issued server command: /list
732[06:30:33] [Server thread/INFO]: There are 0 out of maximum 40 players online.
733[06:31:00] [Craft Scheduler Thread - 85/WARN]: Exception in thread "Craft Scheduler Thread - 85"
734[06:31:00] [Craft Scheduler Thread - 85/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
735 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
736 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
737 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
738 at java.lang.Thread.run(Thread.java:745)
739Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
740 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
741 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
742 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
743 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
744 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
745 ... 3 more
746
747[06:31:24] [Server thread/INFO]: CONSOLE issued server command: /list
748[06:31:24] [Server thread/INFO]: There are 0 out of maximum 40 players online.
749[06:32:15] [Server thread/INFO]: CONSOLE issued server command: /list
750[06:32:15] [Server thread/INFO]: There are 0 out of maximum 40 players online.
751[06:33:06] [Server thread/INFO]: CONSOLE issued server command: /list
752[06:33:06] [Server thread/INFO]: There are 0 out of maximum 40 players online.
753[06:33:57] [Server thread/INFO]: CONSOLE issued server command: /list
754[06:33:57] [Server thread/INFO]: There are 0 out of maximum 40 players online.
755[06:34:48] [Server thread/INFO]: CONSOLE issued server command: /list
756[06:34:48] [Server thread/INFO]: There are 0 out of maximum 40 players online.
757[06:35:39] [Server thread/INFO]: CONSOLE issued server command: /list
758[06:35:39] [Server thread/INFO]: There are 0 out of maximum 40 players online.
759[06:36:29] [Server thread/INFO]: CONSOLE issued server command: /list
760[06:36:29] [Server thread/INFO]: There are 0 out of maximum 40 players online.
761[06:37:20] [Server thread/INFO]: CONSOLE issued server command: /list
762[06:37:20] [Server thread/INFO]: There are 0 out of maximum 40 players online.
763[06:38:11] [Server thread/INFO]: CONSOLE issued server command: /list
764[06:38:11] [Server thread/INFO]: There are 0 out of maximum 40 players online.
765[06:39:02] [Server thread/INFO]: CONSOLE issued server command: /list
766[06:39:02] [Server thread/INFO]: There are 0 out of maximum 40 players online.
767[06:39:53] [Server thread/INFO]: CONSOLE issued server command: /list
768[06:39:53] [Server thread/INFO]: There are 0 out of maximum 40 players online.
769[06:40:29] [Server thread/INFO]: Saving is already turned on
770[06:40:29] [Server thread/INFO]: Saving...
771[06:40:29] [Server thread/INFO]: Saved the world
772[06:40:29] [Server thread/INFO]: [Server] §8World saved.
773[06:40:44] [Server thread/INFO]: CONSOLE issued server command: /list
774[06:40:44] [Server thread/INFO]: There are 0 out of maximum 40 players online.
775[06:41:35] [Server thread/INFO]: CONSOLE issued server command: /list
776[06:41:35] [Server thread/INFO]: There are 0 out of maximum 40 players online.
777[06:42:26] [Server thread/INFO]: CONSOLE issued server command: /list
778[06:42:26] [Server thread/INFO]: There are 0 out of maximum 40 players online.
779[06:43:17] [Server thread/INFO]: CONSOLE issued server command: /list
780[06:43:17] [Server thread/INFO]: There are 0 out of maximum 40 players online.
781[06:44:08] [Server thread/INFO]: CONSOLE issued server command: /list
782[06:44:08] [Server thread/INFO]: There are 0 out of maximum 40 players online.
783[06:44:59] [Server thread/INFO]: CONSOLE issued server command: /list
784[06:44:59] [Server thread/INFO]: There are 0 out of maximum 40 players online.
785[06:45:50] [Server thread/INFO]: CONSOLE issued server command: /list
786[06:45:50] [Server thread/INFO]: There are 0 out of maximum 40 players online.
787[06:46:00] [Craft Scheduler Thread - 114/WARN]: Exception in thread "Craft Scheduler Thread - 114"
788[06:46:00] [Craft Scheduler Thread - 114/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
789 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
790 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
791 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
792 at java.lang.Thread.run(Thread.java:745)
793Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
794 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
795 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
796 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
797 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
798 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
799 ... 3 more
800
801[06:46:41] [Server thread/INFO]: CONSOLE issued server command: /list
802[06:46:41] [Server thread/INFO]: There are 0 out of maximum 40 players online.
803[06:47:32] [Server thread/INFO]: CONSOLE issued server command: /list
804[06:47:32] [Server thread/INFO]: There are 0 out of maximum 40 players online.
805[06:48:23] [Server thread/INFO]: CONSOLE issued server command: /list
806[06:48:23] [Server thread/INFO]: There are 0 out of maximum 40 players online.
807[06:49:14] [Server thread/INFO]: CONSOLE issued server command: /list
808[06:49:14] [Server thread/INFO]: There are 0 out of maximum 40 players online.
809[06:50:05] [Server thread/INFO]: CONSOLE issued server command: /list
810[06:50:05] [Server thread/INFO]: There are 0 out of maximum 40 players online.
811[06:50:35] [Server thread/INFO]: Saving is already turned on
812[06:50:35] [Server thread/INFO]: Saving...
813[06:50:35] [Server thread/INFO]: Saved the world
814[06:50:35] [Server thread/INFO]: [Server] §8World saved.
815[06:50:56] [Server thread/INFO]: CONSOLE issued server command: /list
816[06:50:56] [Server thread/INFO]: There are 0 out of maximum 40 players online.
817[06:51:47] [Server thread/INFO]: CONSOLE issued server command: /list
818[06:51:47] [Server thread/INFO]: There are 0 out of maximum 40 players online.
819[06:52:38] [Server thread/INFO]: CONSOLE issued server command: /list
820[06:52:38] [Server thread/INFO]: There are 0 out of maximum 40 players online.
821[06:53:29] [Server thread/INFO]: CONSOLE issued server command: /list
822[06:53:29] [Server thread/INFO]: There are 0 out of maximum 40 players online.
823[06:54:20] [Server thread/INFO]: CONSOLE issued server command: /list
824[06:54:20] [Server thread/INFO]: There are 0 out of maximum 40 players online.
825[06:55:11] [Server thread/INFO]: CONSOLE issued server command: /list
826[06:55:11] [Server thread/INFO]: There are 0 out of maximum 40 players online.
827[06:56:02] [Server thread/INFO]: CONSOLE issued server command: /list
828[06:56:02] [Server thread/INFO]: There are 0 out of maximum 40 players online.
829[06:56:52] [Server thread/INFO]: CONSOLE issued server command: /list
830[06:56:52] [Server thread/INFO]: There are 0 out of maximum 40 players online.
831[06:57:43] [Server thread/INFO]: CONSOLE issued server command: /list
832[06:57:43] [Server thread/INFO]: There are 0 out of maximum 40 players online.
833[06:58:34] [Server thread/INFO]: CONSOLE issued server command: /list
834[06:58:34] [Server thread/INFO]: There are 0 out of maximum 40 players online.
835[06:59:25] [Server thread/INFO]: CONSOLE issued server command: /list
836[06:59:25] [Server thread/INFO]: There are 0 out of maximum 40 players online.
837[07:00:16] [Server thread/INFO]: CONSOLE issued server command: /list
838[07:00:16] [Server thread/INFO]: There are 0 out of maximum 40 players online.
839[07:00:41] [Server thread/INFO]: Saving is already turned on
840[07:00:41] [Server thread/INFO]: Saving...
841[07:00:41] [Server thread/INFO]: Saved the world
842[07:00:41] [Server thread/INFO]: [Server] §8World saved.
843[07:01:01] [Craft Scheduler Thread - 161/WARN]: Exception in thread "Craft Scheduler Thread - 161"
844[07:01:01] [Craft Scheduler Thread - 161/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
845 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
846 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
847 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
848 at java.lang.Thread.run(Thread.java:745)
849Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
850 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
851 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
852 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
853 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
854 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
855 ... 3 more
856
857[07:01:07] [Server thread/INFO]: CONSOLE issued server command: /list
858[07:01:07] [Server thread/INFO]: There are 0 out of maximum 40 players online.
859[07:01:58] [Server thread/INFO]: CONSOLE issued server command: /list
860[07:01:58] [Server thread/INFO]: There are 0 out of maximum 40 players online.
861[07:02:49] [Server thread/INFO]: CONSOLE issued server command: /list
862[07:02:49] [Server thread/INFO]: There are 0 out of maximum 40 players online.
863[07:03:40] [Server thread/INFO]: CONSOLE issued server command: /list
864[07:03:40] [Server thread/INFO]: There are 0 out of maximum 40 players online.
865[07:04:31] [Server thread/INFO]: CONSOLE issued server command: /list
866[07:04:31] [Server thread/INFO]: There are 0 out of maximum 40 players online.
867[07:05:22] [Server thread/INFO]: CONSOLE issued server command: /list
868[07:05:22] [Server thread/INFO]: There are 0 out of maximum 40 players online.
869[07:06:13] [Server thread/INFO]: CONSOLE issued server command: /list
870[07:06:13] [Server thread/INFO]: There are 0 out of maximum 40 players online.
871[07:07:04] [Server thread/INFO]: CONSOLE issued server command: /list
872[07:07:04] [Server thread/INFO]: There are 0 out of maximum 40 players online.
873[07:07:55] [Server thread/INFO]: CONSOLE issued server command: /list
874[07:07:56] [Server thread/INFO]: There are 0 out of maximum 40 players online.
875[07:08:46] [Server thread/INFO]: CONSOLE issued server command: /list
876[07:08:46] [Server thread/INFO]: There are 0 out of maximum 40 players online.
877[07:09:37] [Server thread/INFO]: CONSOLE issued server command: /list
878[07:09:37] [Server thread/INFO]: There are 0 out of maximum 40 players online.
879[07:10:28] [Server thread/INFO]: CONSOLE issued server command: /list
880[07:10:28] [Server thread/INFO]: There are 0 out of maximum 40 players online.
881[07:10:47] [Server thread/INFO]: Saving is already turned on
882[07:10:47] [Server thread/INFO]: Saving...
883[07:10:47] [Server thread/INFO]: Saved the world
884[07:10:47] [Server thread/INFO]: [Server] §8World saved.
885[07:11:19] [Server thread/INFO]: CONSOLE issued server command: /list
886[07:11:19] [Server thread/INFO]: There are 0 out of maximum 40 players online.
887[07:12:10] [Server thread/INFO]: CONSOLE issued server command: /list
888[07:12:10] [Server thread/INFO]: There are 0 out of maximum 40 players online.
889[07:13:01] [Server thread/INFO]: CONSOLE issued server command: /list
890[07:13:01] [Server thread/INFO]: There are 0 out of maximum 40 players online.
891[07:13:52] [Server thread/INFO]: CONSOLE issued server command: /list
892[07:13:52] [Server thread/INFO]: There are 0 out of maximum 40 players online.
893[07:14:43] [Server thread/INFO]: CONSOLE issued server command: /list
894[07:14:43] [Server thread/INFO]: There are 0 out of maximum 40 players online.
895[07:15:34] [Server thread/INFO]: CONSOLE issued server command: /list
896[07:15:34] [Server thread/INFO]: There are 0 out of maximum 40 players online.
897[07:16:02] [Craft Scheduler Thread - 204/WARN]: Exception in thread "Craft Scheduler Thread - 204"
898[07:16:02] [Craft Scheduler Thread - 204/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
899 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
900 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
901 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
902 at java.lang.Thread.run(Thread.java:745)
903Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
904 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
905 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
906 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
907 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
908 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
909 ... 3 more
910
911[07:16:25] [Server thread/INFO]: CONSOLE issued server command: /list
912[07:16:25] [Server thread/INFO]: There are 0 out of maximum 40 players online.
913[07:17:16] [Server thread/INFO]: CONSOLE issued server command: /list
914[07:17:16] [Server thread/INFO]: There are 0 out of maximum 40 players online.
915[07:18:07] [Server thread/INFO]: CONSOLE issued server command: /list
916[07:18:07] [Server thread/INFO]: There are 0 out of maximum 40 players online.
917[07:18:58] [Server thread/INFO]: CONSOLE issued server command: /list
918[07:18:58] [Server thread/INFO]: There are 0 out of maximum 40 players online.
919[07:19:49] [Server thread/INFO]: CONSOLE issued server command: /list
920[07:19:49] [Server thread/INFO]: There are 0 out of maximum 40 players online.
921[07:20:39] [Server thread/INFO]: CONSOLE issued server command: /list
922[07:20:39] [Server thread/INFO]: There are 0 out of maximum 40 players online.
923[07:20:53] [Server thread/INFO]: Saving is already turned on
924[07:20:53] [Server thread/INFO]: Saving...
925[07:20:53] [Server thread/INFO]: Saved the world
926[07:20:53] [Server thread/INFO]: [Server] §8World saved.
927[07:21:30] [Server thread/INFO]: CONSOLE issued server command: /list
928[07:21:30] [Server thread/INFO]: There are 0 out of maximum 40 players online.
929[07:22:21] [Server thread/INFO]: CONSOLE issued server command: /list
930[07:22:21] [Server thread/INFO]: There are 0 out of maximum 40 players online.
931[07:23:12] [Server thread/INFO]: CONSOLE issued server command: /list
932[07:23:12] [Server thread/INFO]: There are 0 out of maximum 40 players online.
933[07:24:03] [Server thread/INFO]: CONSOLE issued server command: /list
934[07:24:03] [Server thread/INFO]: There are 0 out of maximum 40 players online.
935[07:24:54] [Server thread/INFO]: CONSOLE issued server command: /list
936[07:24:54] [Server thread/INFO]: There are 0 out of maximum 40 players online.
937[07:25:45] [Server thread/INFO]: CONSOLE issued server command: /list
938[07:25:45] [Server thread/INFO]: There are 0 out of maximum 40 players online.
939[07:26:36] [Server thread/INFO]: CONSOLE issued server command: /list
940[07:26:36] [Server thread/INFO]: There are 0 out of maximum 40 players online.
941[07:27:27] [Server thread/INFO]: CONSOLE issued server command: /list
942[07:27:27] [Server thread/INFO]: There are 0 out of maximum 40 players online.
943[07:28:18] [Server thread/INFO]: CONSOLE issued server command: /list
944[07:28:18] [Server thread/INFO]: There are 0 out of maximum 40 players online.
945[07:29:09] [Server thread/INFO]: CONSOLE issued server command: /list
946[07:29:09] [Server thread/INFO]: There are 0 out of maximum 40 players online.
947[07:30:00] [Server thread/INFO]: CONSOLE issued server command: /list
948[07:30:00] [Server thread/INFO]: There are 0 out of maximum 40 players online.
949[07:30:51] [Server thread/INFO]: CONSOLE issued server command: /list
950[07:30:51] [Server thread/INFO]: There are 0 out of maximum 40 players online.
951[07:30:59] [Server thread/INFO]: Saving is already turned on
952[07:30:59] [Server thread/INFO]: Saving...
953[07:30:59] [Server thread/INFO]: Saved the world
954[07:30:59] [Server thread/INFO]: [Server] §8World saved.
955[07:31:08] [Craft Scheduler Thread - 229/WARN]: Exception in thread "Craft Scheduler Thread - 229"
956[07:31:08] [Craft Scheduler Thread - 229/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
957 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
958 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
959 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
960 at java.lang.Thread.run(Thread.java:745)
961Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
962 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
963 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
964 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
965 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
966 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
967 ... 3 more
968
969[07:31:42] [Server thread/INFO]: CONSOLE issued server command: /list
970[07:31:42] [Server thread/INFO]: There are 0 out of maximum 40 players online.
971[07:32:33] [Server thread/INFO]: CONSOLE issued server command: /list
972[07:32:33] [Server thread/INFO]: There are 0 out of maximum 40 players online.
973[07:33:28] [Server thread/INFO]: CONSOLE issued server command: /list
974[07:33:28] [Server thread/INFO]: There are 0 out of maximum 40 players online.
975[07:34:15] [Server thread/INFO]: CONSOLE issued server command: /list
976[07:34:15] [Server thread/INFO]: There are 0 out of maximum 40 players online.
977[07:35:06] [Server thread/INFO]: CONSOLE issued server command: /list
978[07:35:06] [Server thread/INFO]: There are 0 out of maximum 40 players online.
979[07:35:57] [Server thread/INFO]: CONSOLE issued server command: /list
980[07:35:57] [Server thread/INFO]: There are 0 out of maximum 40 players online.
981[07:36:48] [Server thread/INFO]: CONSOLE issued server command: /list
982[07:36:48] [Server thread/INFO]: There are 0 out of maximum 40 players online.
983[07:37:39] [Server thread/INFO]: CONSOLE issued server command: /list
984[07:37:39] [Server thread/INFO]: There are 0 out of maximum 40 players online.
985[07:38:30] [Server thread/INFO]: CONSOLE issued server command: /list
986[07:38:30] [Server thread/INFO]: There are 0 out of maximum 40 players online.
987[07:39:21] [Server thread/INFO]: CONSOLE issued server command: /list
988[07:39:21] [Server thread/INFO]: There are 0 out of maximum 40 players online.
989[07:40:12] [Server thread/INFO]: CONSOLE issued server command: /list
990[07:40:12] [Server thread/INFO]: There are 0 out of maximum 40 players online.
991[07:41:02] [Server thread/INFO]: CONSOLE issued server command: /list
992[07:41:02] [Server thread/INFO]: There are 0 out of maximum 40 players online.
993[07:41:05] [Server thread/INFO]: Saving is already turned on
994[07:41:05] [Server thread/INFO]: Saving...
995[07:41:05] [Server thread/INFO]: Saved the world
996[07:41:05] [Server thread/INFO]: [Server] §8World saved.
997[07:41:53] [Server thread/INFO]: CONSOLE issued server command: /list
998[07:41:53] [Server thread/INFO]: There are 0 out of maximum 40 players online.
999[07:42:44] [Server thread/INFO]: CONSOLE issued server command: /list
1000[07:42:44] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1001[07:43:35] [Server thread/INFO]: CONSOLE issued server command: /list
1002[07:43:35] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1003[07:44:26] [Server thread/INFO]: CONSOLE issued server command: /list
1004[07:44:26] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1005[07:45:17] [Server thread/INFO]: CONSOLE issued server command: /list
1006[07:45:17] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1007[07:46:08] [Server thread/INFO]: CONSOLE issued server command: /list
1008[07:46:08] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1009[07:46:14] [Craft Scheduler Thread - 265/WARN]: Exception in thread "Craft Scheduler Thread - 265"
1010[07:46:14] [Craft Scheduler Thread - 265/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1011 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1012 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1013 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1014 at java.lang.Thread.run(Thread.java:745)
1015Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1016 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1017 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1018 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1019 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1020 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1021 ... 3 more
1022
1023[07:46:59] [Server thread/INFO]: CONSOLE issued server command: /list
1024[07:46:59] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1025[07:47:50] [Server thread/INFO]: CONSOLE issued server command: /list
1026[07:47:50] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1027[07:48:41] [Server thread/INFO]: CONSOLE issued server command: /list
1028[07:48:41] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1029[07:49:34] [Server thread/INFO]: CONSOLE issued server command: /list
1030[07:49:34] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1031[07:50:23] [Server thread/INFO]: CONSOLE issued server command: /list
1032[07:50:23] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1033[07:51:11] [Server thread/INFO]: Saving is already turned on
1034[07:51:11] [Server thread/INFO]: Saving...
1035[07:51:12] [Server thread/INFO]: Saved the world
1036[07:51:12] [Server thread/INFO]: [Server] §8World saved.
1037[07:51:14] [Server thread/INFO]: CONSOLE issued server command: /list
1038[07:51:14] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1039[07:52:05] [Server thread/INFO]: CONSOLE issued server command: /list
1040[07:52:05] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1041[07:52:56] [Server thread/INFO]: CONSOLE issued server command: /list
1042[07:52:56] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1043[07:53:47] [Server thread/INFO]: CONSOLE issued server command: /list
1044[07:53:47] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1045[07:54:38] [Server thread/INFO]: CONSOLE issued server command: /list
1046[07:54:38] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1047[07:55:29] [Server thread/INFO]: CONSOLE issued server command: /list
1048[07:55:29] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1049[07:56:20] [Server thread/INFO]: CONSOLE issued server command: /list
1050[07:56:20] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1051[07:57:11] [Server thread/INFO]: CONSOLE issued server command: /list
1052[07:57:11] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1053[07:58:02] [Server thread/INFO]: CONSOLE issued server command: /list
1054[07:58:02] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1055[07:58:53] [Server thread/INFO]: CONSOLE issued server command: /list
1056[07:58:53] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1057[07:59:44] [Server thread/INFO]: CONSOLE issued server command: /list
1058[07:59:44] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1059[08:00:35] [Server thread/INFO]: CONSOLE issued server command: /list
1060[08:00:35] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1061[08:01:17] [Server thread/INFO]: Saving is already turned on
1062[08:01:17] [Server thread/INFO]: Saving...
1063[08:01:17] [Server thread/INFO]: Saved the world
1064[08:01:17] [Server thread/INFO]: [Server] §8World saved.
1065[08:01:26] [Server thread/INFO]: CONSOLE issued server command: /list
1066[08:01:26] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1067[08:01:26] [Craft Scheduler Thread - 315/WARN]: Exception in thread "Craft Scheduler Thread - 315"
1068[08:01:26] [Craft Scheduler Thread - 315/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1069 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1070 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1071 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1072 at java.lang.Thread.run(Thread.java:745)
1073Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1074 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1075 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1076 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1077 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1078 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1079 ... 3 more
1080
1081[08:02:17] [Server thread/INFO]: CONSOLE issued server command: /list
1082[08:02:17] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1083[08:03:08] [Server thread/INFO]: CONSOLE issued server command: /list
1084[08:03:08] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1085[08:03:58] [Server thread/INFO]: CONSOLE issued server command: /list
1086[08:03:58] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1087[08:04:49] [Server thread/INFO]: CONSOLE issued server command: /list
1088[08:04:49] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1089[08:05:40] [Server thread/INFO]: CONSOLE issued server command: /list
1090[08:05:40] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1091[08:06:31] [Server thread/INFO]: CONSOLE issued server command: /list
1092[08:06:31] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1093[08:07:22] [Server thread/INFO]: CONSOLE issued server command: /list
1094[08:07:22] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1095[08:08:13] [Server thread/INFO]: CONSOLE issued server command: /list
1096[08:08:13] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1097[08:09:04] [Server thread/INFO]: CONSOLE issued server command: /list
1098[08:09:04] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1099[08:09:55] [Server thread/INFO]: CONSOLE issued server command: /list
1100[08:09:55] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1101[08:10:46] [Server thread/INFO]: CONSOLE issued server command: /list
1102[08:10:46] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1103[08:11:23] [Server thread/INFO]: Saving is already turned on
1104[08:11:23] [Server thread/INFO]: Saving...
1105[08:11:23] [Server thread/INFO]: Saved the world
1106[08:11:23] [Server thread/INFO]: [Server] §8World saved.
1107[08:11:37] [Server thread/INFO]: CONSOLE issued server command: /list
1108[08:11:37] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1109[08:12:28] [Server thread/INFO]: CONSOLE issued server command: /list
1110[08:12:28] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1111[08:13:19] [Server thread/INFO]: CONSOLE issued server command: /list
1112[08:13:19] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1113[08:14:10] [Server thread/INFO]: CONSOLE issued server command: /list
1114[08:14:11] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1115[08:15:01] [Server thread/INFO]: CONSOLE issued server command: /list
1116[08:15:01] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1117[08:15:52] [Server thread/INFO]: CONSOLE issued server command: /list
1118[08:15:52] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1119[08:16:35] [Craft Scheduler Thread - 354/WARN]: Exception in thread "Craft Scheduler Thread - 354"
1120[08:16:35] [Craft Scheduler Thread - 354/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1121 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1122 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1123 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1124 at java.lang.Thread.run(Thread.java:745)
1125Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1126 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1127 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1128 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1129 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1130 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1131 ... 3 more
1132
1133[08:16:43] [Server thread/INFO]: CONSOLE issued server command: /list
1134[08:16:43] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1135[08:17:34] [Server thread/INFO]: CONSOLE issued server command: /list
1136[08:17:34] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1137[08:18:25] [Server thread/INFO]: CONSOLE issued server command: /list
1138[08:18:25] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1139[08:19:16] [Server thread/INFO]: CONSOLE issued server command: /list
1140[08:19:16] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1141[08:20:07] [Server thread/INFO]: CONSOLE issued server command: /list
1142[08:20:07] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1143[08:20:58] [Server thread/INFO]: CONSOLE issued server command: /list
1144[08:20:58] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1145[08:21:29] [Server thread/INFO]: Saving is already turned on
1146[08:21:29] [Server thread/INFO]: Saving...
1147[08:21:29] [Server thread/INFO]: Saved the world
1148[08:21:29] [Server thread/INFO]: [Server] §8World saved.
1149[08:21:49] [Server thread/INFO]: CONSOLE issued server command: /list
1150[08:21:49] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1151[08:22:40] [Server thread/INFO]: CONSOLE issued server command: /list
1152[08:22:40] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1153[08:23:31] [Server thread/INFO]: CONSOLE issued server command: /list
1154[08:23:31] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1155[08:24:22] [Server thread/INFO]: CONSOLE issued server command: /list
1156[08:24:22] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1157[08:25:12] [Server thread/INFO]: CONSOLE issued server command: /list
1158[08:25:12] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1159[08:26:03] [Server thread/INFO]: CONSOLE issued server command: /list
1160[08:26:03] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1161[08:26:54] [Server thread/INFO]: CONSOLE issued server command: /list
1162[08:26:54] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1163[08:27:45] [Server thread/INFO]: CONSOLE issued server command: /list
1164[08:27:45] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1165[08:28:36] [Server thread/INFO]: CONSOLE issued server command: /list
1166[08:28:36] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1167[08:29:27] [Server thread/INFO]: CONSOLE issued server command: /list
1168[08:29:27] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1169[08:30:18] [Server thread/INFO]: CONSOLE issued server command: /list
1170[08:30:18] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1171[08:31:09] [Server thread/INFO]: CONSOLE issued server command: /list
1172[08:31:09] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1173[08:31:34] [Server thread/INFO]: Saving is already turned on
1174[08:31:34] [Server thread/INFO]: Saving...
1175[08:31:35] [Server thread/INFO]: Saved the world
1176[08:31:35] [Server thread/INFO]: [Server] §8World saved.
1177[08:31:36] [Craft Scheduler Thread - 401/WARN]: Exception in thread "Craft Scheduler Thread - 401"
1178[08:31:36] [Craft Scheduler Thread - 401/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1179 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1180 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1181 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1182 at java.lang.Thread.run(Thread.java:745)
1183Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1184 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1185 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1186 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1187 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1188 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1189 ... 3 more
1190
1191[08:32:00] [Server thread/INFO]: CONSOLE issued server command: /list
1192[08:32:00] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1193[08:32:51] [Server thread/INFO]: CONSOLE issued server command: /list
1194[08:32:51] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1195[08:33:42] [Server thread/INFO]: CONSOLE issued server command: /list
1196[08:33:42] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1197[08:34:33] [Server thread/INFO]: CONSOLE issued server command: /list
1198[08:34:33] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1199[08:35:24] [Server thread/INFO]: CONSOLE issued server command: /list
1200[08:35:24] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1201[08:36:15] [Server thread/INFO]: CONSOLE issued server command: /list
1202[08:36:15] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1203[08:37:06] [Server thread/INFO]: CONSOLE issued server command: /list
1204[08:37:06] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1205[08:37:57] [Server thread/INFO]: CONSOLE issued server command: /list
1206[08:37:57] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1207[08:38:48] [Server thread/INFO]: CONSOLE issued server command: /list
1208[08:38:48] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1209[08:39:39] [Server thread/INFO]: CONSOLE issued server command: /list
1210[08:39:39] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1211[08:40:30] [Server thread/INFO]: CONSOLE issued server command: /list
1212[08:40:30] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1213[08:41:21] [Server thread/INFO]: CONSOLE issued server command: /list
1214[08:41:21] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1215[08:41:40] [Server thread/INFO]: Saving is already turned on
1216[08:41:40] [Server thread/INFO]: Saving...
1217[08:41:40] [Server thread/INFO]: Saved the world
1218[08:41:41] [Server thread/INFO]: [Server] §8World saved.
1219[08:42:12] [Server thread/INFO]: CONSOLE issued server command: /list
1220[08:42:12] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1221[08:43:03] [Server thread/INFO]: CONSOLE issued server command: /list
1222[08:43:03] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1223[08:43:54] [Server thread/INFO]: CONSOLE issued server command: /list
1224[08:43:54] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1225[08:44:45] [Server thread/INFO]: CONSOLE issued server command: /list
1226[08:44:45] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1227[08:45:35] [Server thread/INFO]: CONSOLE issued server command: /list
1228[08:45:35] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1229[08:46:26] [Server thread/INFO]: CONSOLE issued server command: /list
1230[08:46:26] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1231[08:46:39] [Craft Scheduler Thread - 420/WARN]: Exception in thread "Craft Scheduler Thread - 420"
1232[08:46:39] [Craft Scheduler Thread - 420/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1233 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1234 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1235 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1236 at java.lang.Thread.run(Thread.java:745)
1237Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1238 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1239 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1240 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1241 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1242 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1243 ... 3 more
1244
1245[08:47:18] [Server thread/INFO]: CONSOLE issued server command: /list
1246[08:47:18] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1247[08:48:09] [Server thread/INFO]: CONSOLE issued server command: /list
1248[08:48:09] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1249[08:49:00] [Server thread/INFO]: CONSOLE issued server command: /list
1250[08:49:00] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1251[08:49:51] [Server thread/INFO]: CONSOLE issued server command: /list
1252[08:49:51] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1253[08:50:42] [Server thread/INFO]: CONSOLE issued server command: /list
1254[08:50:42] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1255[08:51:33] [Server thread/INFO]: CONSOLE issued server command: /list
1256[08:51:33] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1257[08:51:46] [Server thread/INFO]: Saving is already turned on
1258[08:51:46] [Server thread/INFO]: Saving...
1259[08:51:46] [Server thread/INFO]: Saved the world
1260[08:51:46] [Server thread/INFO]: [Server] §8World saved.
1261[08:52:24] [Server thread/INFO]: CONSOLE issued server command: /list
1262[08:52:24] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1263[08:53:15] [Server thread/INFO]: CONSOLE issued server command: /list
1264[08:53:15] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1265[08:54:06] [Server thread/INFO]: CONSOLE issued server command: /list
1266[08:54:06] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1267[08:54:57] [Server thread/INFO]: CONSOLE issued server command: /list
1268[08:54:57] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1269[08:55:48] [Server thread/INFO]: CONSOLE issued server command: /list
1270[08:55:48] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1271[08:56:39] [Server thread/INFO]: CONSOLE issued server command: /list
1272[08:56:39] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1273[08:57:30] [Server thread/INFO]: CONSOLE issued server command: /list
1274[08:57:30] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1275[08:58:21] [Server thread/INFO]: CONSOLE issued server command: /list
1276[08:58:21] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1277[08:59:12] [Server thread/INFO]: CONSOLE issued server command: /list
1278[08:59:12] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1279[09:00:03] [Server thread/INFO]: CONSOLE issued server command: /list
1280[09:00:03] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1281[09:00:54] [Server thread/INFO]: CONSOLE issued server command: /list
1282[09:00:54] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1283[09:01:45] [Server thread/INFO]: CONSOLE issued server command: /list
1284[09:01:45] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1285[09:01:45] [Craft Scheduler Thread - 474/WARN]: Exception in thread "Craft Scheduler Thread - 474"
1286[09:01:45] [Craft Scheduler Thread - 474/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1287 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1288 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1289 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1290 at java.lang.Thread.run(Thread.java:745)
1291Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1292 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1293 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1294 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1295 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1296 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1297 ... 3 more
1298
1299[09:01:52] [Server thread/INFO]: Saving is already turned on
1300[09:01:52] [Server thread/INFO]: Saving...
1301[09:01:52] [Server thread/INFO]: Saved the world
1302[09:01:52] [Server thread/INFO]: [Server] §8World saved.
1303[09:02:35] [Server thread/INFO]: CONSOLE issued server command: /list
1304[09:02:35] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1305[09:03:26] [Server thread/INFO]: CONSOLE issued server command: /list
1306[09:03:26] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1307[09:04:17] [Server thread/INFO]: CONSOLE issued server command: /list
1308[09:04:17] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1309[09:05:08] [Server thread/INFO]: CONSOLE issued server command: /list
1310[09:05:08] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1311[09:05:59] [Server thread/INFO]: CONSOLE issued server command: /list
1312[09:05:59] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1313[09:06:50] [Server thread/INFO]: CONSOLE issued server command: /list
1314[09:06:50] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1315[09:07:41] [Server thread/INFO]: CONSOLE issued server command: /list
1316[09:07:41] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1317[09:08:32] [Server thread/INFO]: CONSOLE issued server command: /list
1318[09:08:32] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1319[09:09:23] [Server thread/INFO]: CONSOLE issued server command: /list
1320[09:09:23] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1321[09:10:14] [Server thread/INFO]: CONSOLE issued server command: /list
1322[09:10:14] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1323[09:11:05] [Server thread/INFO]: CONSOLE issued server command: /list
1324[09:11:05] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1325[09:11:56] [Server thread/INFO]: CONSOLE issued server command: /list
1326[09:11:56] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1327[09:11:58] [Server thread/INFO]: Saving is already turned on
1328[09:11:58] [Server thread/INFO]: Saving...
1329[09:11:58] [Server thread/INFO]: Saved the world
1330[09:11:58] [Server thread/INFO]: [Server] §8World saved.
1331[09:12:47] [Server thread/INFO]: CONSOLE issued server command: /list
1332[09:12:47] [Server thread/INFO]: There are 0 out of maximum 40 players online.
1333[09:13:37] [User Authenticator #1/INFO]: UUID of player Groven_Grower is a8f7ca9f-7c03-48b4-87cc-231f60fe4651
1334[09:13:40] [Server thread/INFO]: Groven_Grower[/162.225.190.70:63091] logged in with entity id 9686 at ([Grivnokcraft_nether]-40.75913482066922, 60.23008074414877, -28.630314900373286)
1335[09:13:40] [Server thread/INFO]: CONSOLE issued server command: /list
1336[09:13:40] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1337[09:13:40] [Server thread/INFO]: 57: [AFK][Owner] Groven_Grower
1338[09:13:41] [Server thread/INFO]: Groven_Grower has logged onto the server!
1339[09:14:00] [Server thread/INFO]: Groven_Grower issued server command: /co l a:chat
1340[09:14:29] [Server thread/INFO]: CONSOLE issued server command: /list
1341[09:14:29] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1342[09:14:29] [Server thread/INFO]: 57: [Owner] Groven_Grower
1343[09:14:33] [Server thread/INFO]: Groven_Grower issued server command: /spawn
1344[09:14:39] [Async Chat Thread - #0/INFO]: [Owner] Groven_Grower: huh
1345[09:15:10] [Async Chat Thread - #0/INFO]: [Owner] Groven_Grower: WOW
1346[09:15:13] [Async Chat Thread - #0/INFO]: [Owner] Groven_Grower: no
1347[09:15:20] [Server thread/INFO]: CONSOLE issued server command: /list
1348[09:15:20] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1349[09:15:20] [Server thread/INFO]: 57: [Owner] Groven_Grower
1350[09:16:11] [Server thread/INFO]: CONSOLE issued server command: /list
1351[09:16:11] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1352[09:16:11] [Server thread/INFO]: 57: [Owner] Groven_Grower
1353[09:16:29] [Server thread/INFO]: [PT] Groven_Grower issued server command: /lightning
1354[09:16:33] [Server thread/INFO]: Groven_Grower issued server command: /powertool
1355[09:16:59] [Craft Scheduler Thread - 514/WARN]: Exception in thread "Craft Scheduler Thread - 514"
1356[09:16:59] [Craft Scheduler Thread - 514/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1357 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1358 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1359 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1360 at java.lang.Thread.run(Thread.java:745)
1361Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1362 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1363 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1364 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1365 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1366 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1367 ... 3 more
1368
1369[09:17:02] [Server thread/INFO]: CONSOLE issued server command: /list
1370[09:17:02] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1371[09:17:02] [Server thread/INFO]: 57: [Owner] Groven_Grower
1372[09:17:53] [Server thread/INFO]: CONSOLE issued server command: /list
1373[09:17:53] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1374[09:17:53] [Server thread/INFO]: 57: [Owner] Groven_Grower
1375[09:18:44] [Server thread/INFO]: CONSOLE issued server command: /list
1376[09:18:44] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1377[09:18:44] [Server thread/INFO]: 57: [Owner] Groven_Grower
1378[09:19:02] [Server thread/INFO]: Groven_Grower issued server command: /baltop
1379[09:19:03] [Server thread/INFO]: Groven_Grower issued server command: /bal
1380[09:19:35] [Server thread/INFO]: CONSOLE issued server command: /list
1381[09:19:35] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1382[09:19:35] [Server thread/INFO]: 57: [Owner] Groven_Grower
1383[09:19:42] [Async Chat Thread - #1/INFO]: [Owner] Groven_Grower: sigh
1384[09:20:26] [Server thread/INFO]: CONSOLE issued server command: /list
1385[09:20:26] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1386[09:20:26] [Server thread/INFO]: 57: [Owner] Groven_Grower
1387[09:21:17] [Server thread/INFO]: CONSOLE issued server command: /list
1388[09:21:17] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1389[09:21:17] [Server thread/INFO]: 57: [Owner] Groven_Grower
1390[09:21:24] [Server thread/INFO]: Groven_Grower issued server command: /gms
1391[09:21:27] [Server thread/INFO]: Groven_Grower issued server command: /deop Groven_Grower
1392[09:21:27] [Server thread/INFO]: [Groven_Grower: De-opped Groven_Grower]
1393[09:21:29] [Server thread/INFO]: Groven_Grower issued server command: /home end
1394[09:22:04] [Server thread/INFO]: Saving is already turned on
1395[09:22:04] [Server thread/INFO]: Saving...
1396[09:22:04] [Server thread/INFO]: Saved the world
1397[09:22:04] [Server thread/INFO]: [Server] §8World saved.
1398[09:22:08] [Server thread/INFO]: CONSOLE issued server command: /list
1399[09:22:08] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1400[09:22:08] [Server thread/INFO]: 57: [Owner] Groven_Grower
1401[09:22:59] [Server thread/INFO]: CONSOLE issued server command: /list
1402[09:22:59] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1403[09:22:59] [Server thread/INFO]: 57: [Owner] Groven_Grower
1404[09:23:35] [Server thread/INFO]: Groven_Grower issued server command: /home edgeshome
1405[09:23:50] [Server thread/INFO]: CONSOLE issued server command: /list
1406[09:23:50] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1407[09:23:50] [Server thread/INFO]: 57: [Owner] Groven_Grower
1408[09:23:53] [Async Chat Thread - #2/INFO]: [Owner] Groven_Grower: its getting better
1409[09:24:41] [Server thread/INFO]: CONSOLE issued server command: /list
1410[09:24:41] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1411[09:24:41] [Server thread/INFO]: 57: [Owner] Groven_Grower
1412[09:24:54] [Server thread/INFO]: Groven_Grower issued server command: /spawn
1413[09:25:07] [Async Chat Thread - #3/INFO]: [Owner] Groven_Grower: this is your chance... AT THE POKEMON ADVANCED... Y
1414[09:25:32] [Server thread/INFO]: CONSOLE issued server command: /list
1415[09:25:32] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1416[09:25:32] [Server thread/INFO]: 57: [Owner] Groven_Grower
1417[09:25:41] [Craft Scheduler Thread - 525/INFO]: [ChestShop] Groven_Grower sold 16 Ender Pearl for 256.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1418[09:25:42] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower sold 16 Ender Pearl for 256.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1419[09:25:42] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower sold 16 Ender Pearl for 256.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1420[09:25:42] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower sold 9 Ender Pearl for 144.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1421[09:25:45] [Server thread/INFO]: Groven_Grower issued server command: /bal
1422[09:26:22] [Server thread/INFO]: CONSOLE issued server command: /list
1423[09:26:22] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1424[09:26:22] [Server thread/INFO]: 57: [Owner] Groven_Grower
1425[09:26:38] [Craft Scheduler Thread - 525/INFO]: [ChestShop] Groven_Grower bought 1 Diamond Sword for 1702.00 from Admin Shop at [Grivnokcraft] 15, 65, -93
1426[09:26:39] [Craft Scheduler Thread - 525/INFO]: [ChestShop] Groven_Grower bought 1 Diamond Sword for 1702.00 from Admin Shop at [Grivnokcraft] 15, 65, -93
1427[09:26:39] [Craft Scheduler Thread - 525/INFO]: [ChestShop] Groven_Grower bought 1 Diamond Sword for 1702.00 from Admin Shop at [Grivnokcraft] 15, 65, -93
1428[09:26:42] [Server thread/INFO]: Groven_Grower issued server command: /home end
1429[09:27:13] [Server thread/INFO]: CONSOLE issued server command: /list
1430[09:27:13] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1431[09:27:13] [Server thread/INFO]: 57: [Owner] Groven_Grower
1432[09:28:05] [Server thread/INFO]: CONSOLE issued server command: /list
1433[09:28:05] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1434[09:28:05] [Server thread/INFO]: 57: [Owner] Groven_Grower
1435[09:28:56] [Server thread/INFO]: CONSOLE issued server command: /list
1436[09:28:56] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1437[09:28:56] [Server thread/INFO]: 57: [Owner] Groven_Grower
1438[09:29:46] [Server thread/INFO]: CONSOLE issued server command: /list
1439[09:29:47] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1440[09:29:47] [Server thread/INFO]: 57: [Owner] Groven_Grower
1441[09:30:37] [Server thread/INFO]: CONSOLE issued server command: /list
1442[09:30:37] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1443[09:30:37] [Server thread/INFO]: 57: [Owner] Groven_Grower
1444[09:31:20] [Server thread/INFO]: Groven_Grower issued server command: /warp market
1445[09:31:28] [Server thread/INFO]: CONSOLE issued server command: /list
1446[09:31:28] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1447[09:31:28] [Server thread/INFO]: 57: [Owner] Groven_Grower
1448[09:31:40] [Craft Scheduler Thread - 532/INFO]: [ChestShop] Groven_Grower sold 16 Ender Pearl for 256.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1449[09:31:40] [Craft Scheduler Thread - 532/INFO]: [ChestShop] Groven_Grower sold 16 Ender Pearl for 256.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1450[09:31:41] [Craft Scheduler Thread - 532/INFO]: [ChestShop] Groven_Grower sold 16 Ender Pearl for 256.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1451[09:31:41] [Craft Scheduler Thread - 532/INFO]: [ChestShop] Groven_Grower sold 5 Ender Pearl for 80.00 to Admin Shop at [Grivnokcraft] -21, 65, -98
1452[09:31:43] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1453[09:31:43] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1454[09:31:44] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1455[09:31:47] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1456[09:31:47] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1457[09:31:47] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1458[09:31:48] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1459[09:31:48] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1460[09:31:48] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1461[09:31:51] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1462[09:31:52] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1463[09:31:52] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1464[09:31:52] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1465[09:31:53] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1466[09:31:53] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1467[09:31:53] [Craft Scheduler Thread - 520/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1468[09:31:57] [Craft Scheduler Thread - 535/INFO]: [ChestShop] Groven_Grower bought 1 Exp Bottle for 300.00 from Admin Shop at [Grivnokcraft] -21, 65, -100
1469[09:31:58] [Server thread/INFO]: Groven_Grower issued server command: /bal
1470[09:32:01] [Server thread/INFO]: Groven_Grower issued server command: /home edgeshome
1471[09:32:03] [Craft Scheduler Thread - 549/WARN]: Exception in thread "Craft Scheduler Thread - 549"
1472[09:32:03] [Craft Scheduler Thread - 549/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 616
1473 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1474 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1475 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1476 at java.lang.Thread.run(Thread.java:745)
1477Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1478 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1479 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1480 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1481 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1482 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1483 ... 3 more
1484
1485[09:32:10] [Server thread/INFO]: Saving is already turned on
1486[09:32:10] [Server thread/INFO]: Saving...
1487[09:32:10] [Server thread/INFO]: Saved the world
1488[09:32:10] [Server thread/INFO]: [Server] §8World saved.
1489[09:32:19] [Server thread/INFO]: CONSOLE issued server command: /list
1490[09:32:19] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1491[09:32:19] [Server thread/INFO]: 57: [Owner] Groven_Grower
1492[09:33:03] [Server thread/INFO]: Groven_Grower issued server command: /home end
1493[09:33:10] [Server thread/INFO]: CONSOLE issued server command: /list
1494[09:33:10] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1495[09:33:10] [Server thread/INFO]: 57: [Owner] Groven_Grower
1496[09:33:15] [Server thread/INFO]: Groven_Grower issued server command: /sethome end
1497[09:34:01] [Server thread/INFO]: CONSOLE issued server command: /list
1498[09:34:01] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1499[09:34:01] [Server thread/INFO]: 57: [Owner] Groven_Grower
1500[09:34:52] [Server thread/INFO]: CONSOLE issued server command: /list
1501[09:34:52] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1502[09:34:52] [Server thread/INFO]: 57: [Owner] Groven_Grower
1503[09:34:54] [Server thread/INFO]: Groven_Grower issued server command: /home edgeshome
1504[09:35:31] [Server thread/INFO]: Groven_Grower issued server command: /pl
1505[09:35:34] [Server thread/INFO]: Groven_Grower issued server command: /br
1506[09:35:36] [Server thread/INFO]: Groven_Grower issued server command: /brs
1507[09:35:43] [Server thread/INFO]: CONSOLE issued server command: /list
1508[09:35:43] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1509[09:35:43] [Server thread/INFO]: 57: [Owner] Groven_Grower
1510[09:36:34] [Server thread/INFO]: CONSOLE issued server command: /list
1511[09:36:34] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1512[09:36:34] [Server thread/INFO]: 57: [Owner] Groven_Grower
1513[09:37:25] [Server thread/INFO]: CONSOLE issued server command: /list
1514[09:37:25] [Server thread/INFO]: There are 1 out of maximum 40 players online.
1515[09:37:25] [Server thread/INFO]: 57: [Owner] Groven_Grower
1516[09:37:26] [Server thread/INFO]: Opped Groven_Grower
1517[09:37:29] [Server thread/INFO]: Groven_Grower issued server command: /reload
1518[09:37:29] [Server thread/INFO]: Groven_Grower: Please note that this command is not supported and may cause issues when using some plugins.
1519[09:37:29] [Server thread/INFO]: Groven_Grower: If you encounter any issues please use the /stop command to restart your server.
1520[09:37:29] [Server thread/INFO]: Using 4 threads for Netty based IO
1521[09:37:29] [Server thread/INFO]: Server Ping Player Sample Count: 12
1522[09:37:29] [Server thread/INFO]: Debug logging is disabled
1523[09:37:29] [Server thread/INFO]: -------- World Settings For [Grivnokcraft] --------
1524[09:37:29] [Server thread/INFO]: View Distance: 10
1525[09:37:29] [Server thread/INFO]: Experience Merge Radius: 3.0
1526[09:37:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1527[09:37:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
1528[09:37:29] [Server thread/INFO]: Cane Growth Modifier: 100%
1529[09:37:29] [Server thread/INFO]: Melon Growth Modifier: 100%
1530[09:37:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1531[09:37:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1532[09:37:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
1533[09:37:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
1534[09:37:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1535[09:37:29] [Server thread/INFO]: Vine Growth Modifier: 100%
1536[09:37:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1537[09:37:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1538[09:37:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1539[09:37:29] [Server thread/INFO]: Mob Spawn Range: 4
1540[09:37:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1541[09:37:29] [Server thread/INFO]: Random Lighting Updates: false
1542[09:37:29] [Server thread/INFO]: Structure Info Saving: true
1543[09:37:29] [Server thread/INFO]: Max Entity Collisions: 8
1544[09:37:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1545[09:37:29] [Server thread/INFO]: Max TNT Explosions: 100
1546[09:37:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1547[09:37:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1548[09:37:29] [Server thread/INFO]: Item Despawn Rate: 6000
1549[09:37:29] [Server thread/INFO]: Item Merge Radius: 2.5
1550[09:37:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
1551[09:37:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1552[09:37:29] [Server thread/INFO]: -------- World Settings For [Grivnokcraft_nether] --------
1553[09:37:29] [Server thread/INFO]: View Distance: 10
1554[09:37:29] [Server thread/INFO]: Experience Merge Radius: 3.0
1555[09:37:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1556[09:37:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
1557[09:37:29] [Server thread/INFO]: Cane Growth Modifier: 100%
1558[09:37:29] [Server thread/INFO]: Melon Growth Modifier: 100%
1559[09:37:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1560[09:37:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1561[09:37:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
1562[09:37:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
1563[09:37:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1564[09:37:29] [Server thread/INFO]: Vine Growth Modifier: 100%
1565[09:37:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1566[09:37:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1567[09:37:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1568[09:37:29] [Server thread/INFO]: Mob Spawn Range: 4
1569[09:37:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1570[09:37:29] [Server thread/INFO]: Random Lighting Updates: false
1571[09:37:29] [Server thread/INFO]: Structure Info Saving: true
1572[09:37:29] [Server thread/INFO]: Max Entity Collisions: 8
1573[09:37:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1574[09:37:29] [Server thread/INFO]: Max TNT Explosions: 100
1575[09:37:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1576[09:37:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1577[09:37:29] [Server thread/INFO]: Item Despawn Rate: 6000
1578[09:37:29] [Server thread/INFO]: Item Merge Radius: 2.5
1579[09:37:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
1580[09:37:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1581[09:37:29] [Server thread/INFO]: -------- World Settings For [Grivnokcraft_the_end] --------
1582[09:37:29] [Server thread/INFO]: View Distance: 10
1583[09:37:29] [Server thread/INFO]: Experience Merge Radius: 3.0
1584[09:37:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1585[09:37:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
1586[09:37:29] [Server thread/INFO]: Cane Growth Modifier: 100%
1587[09:37:29] [Server thread/INFO]: Melon Growth Modifier: 100%
1588[09:37:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1589[09:37:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1590[09:37:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
1591[09:37:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
1592[09:37:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1593[09:37:29] [Server thread/INFO]: Vine Growth Modifier: 100%
1594[09:37:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1595[09:37:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1596[09:37:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1597[09:37:29] [Server thread/INFO]: Mob Spawn Range: 4
1598[09:37:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1599[09:37:29] [Server thread/INFO]: Random Lighting Updates: false
1600[09:37:29] [Server thread/INFO]: Structure Info Saving: true
1601[09:37:29] [Server thread/INFO]: Max Entity Collisions: 8
1602[09:37:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1603[09:37:29] [Server thread/INFO]: Max TNT Explosions: 100
1604[09:37:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1605[09:37:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1606[09:37:29] [Server thread/INFO]: Item Despawn Rate: 6000
1607[09:37:29] [Server thread/INFO]: Item Merge Radius: 2.5
1608[09:37:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
1609[09:37:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1610[09:37:29] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
1611[09:37:29] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Removed 2 registered hooks from NoCheatPlus.
1612[09:37:29] [Server thread/INFO]: [NoCheatPlus] Removed hook: mcMMO(cncp) [2.3].
1613[09:37:29] [Server thread/INFO]: [NoCheatPlus] Removed hook: Citizens2(cncp) [2.0].
1614[09:37:29] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
1615[09:37:29] [Server thread/INFO]: Version 3.15.0-SNAPSHOT-sMD5NET-b1022 is disabled.
1616[09:37:29] [Server thread/INFO]: [CompatNoCheatPlus] Disabling CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83
1617[09:37:29] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Removed 0 registered hooks from NoCheatPlus.
1618[09:37:29] [Server thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v3.0.20
1619[09:37:29] [Server thread/INFO]: [PvPManager] Disabling PvPManager v3.3
1620[09:37:29] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b403
1621[09:37:29] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.0.1-b403
1622[09:37:29] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP v2.0.1-b403
1623[09:37:29] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.0.1-b403
1624[09:37:29] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.0.1-b403
1625[09:37:29] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.19-SNAPSHOT (build 1374)
1626[09:37:29] [Server thread/INFO]: [SilkSpawners] Disabling SilkSpawners v3.7.3
1627[09:37:29] [Server thread/INFO]: [TrailGUI] Disabling TrailGUI v5.0.1-b58-SNAPSHOT
1628[09:37:29] [Server thread/INFO]: [KillerMoney] Disabling KillerMoney v3.16
1629[09:37:29] [Server thread/INFO]: [ObsidianAuctions] Disabling ObsidianAuctions v4.0.2
1630[09:37:29] [Server thread/INFO]: [GrivnokAuctions] has been disabled.
1631[09:37:29] [Server thread/INFO]: [EpicRename] Disabling EpicRename v2.6.1
1632[09:37:29] [Server thread/INFO]: [EpicRename] Has Been Disabled.
1633[09:37:29] [Server thread/INFO]: [Autorank] Disabling Autorank v3.8.2
1634[09:37:29] [Server thread/INFO]: [Autorank] Autorank 3.8.2 has been disabled!
1635[09:37:29] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b370
1636[09:37:29] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
1637[09:37:29] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
1638[09:37:29] [Server thread/INFO]: [Orebfuscator4] Disabling Orebfuscator4 v4.1.4
1639[09:37:29] [Server thread/INFO]: [ChatterBot] Disabling ChatterBot v1.8
1640[09:37:29] [Server thread/INFO]: [GriefPrevention] Disabling GriefPrevention v14.9.1
1641[09:37:29] [Server thread/INFO]: GriefPrevention: GriefPrevention disabled.
1642[09:37:29] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
1643[09:37:29] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.06-SNAPSHOT-b145
1644[09:37:29] [Server thread/INFO]: [TimeIsMoney] Disabling TimeIsMoney v1928
1645[09:37:29] [Server thread/INFO]: [AsyncWorldEdit] Disabling AsyncWorldEdit v2.3.0
1646[09:37:29] [Server thread/INFO]: [AsyncWorldEdit] Disabled
1647[09:37:29] [Server thread/INFO]: [ChatReaction] Disabling ChatReaction v1.6.2
1648[09:37:29] [Server thread/INFO]: [AdvancedPortals] Disabling AdvancedPortals v0.0.20
1649[09:37:29] [Server thread/INFO]: Advanced portals are being disabled!
1650[09:37:29] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v9.0.9
1651[09:37:29] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.1.0-SNAPSHOT-b313
1652[09:37:29] [Server thread/INFO]: [CommandSpy] Disabling CommandSpy v1.0
1653[09:37:29] [Server thread/INFO]: [CommandSpy] CommandSpy has been disabled!
1654[09:37:29] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.2;e38d98d
1655[09:37:29] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
1656[09:37:29] [Server thread/INFO]: [Votifier] Disabling Votifier v2.3.3
1657[09:37:29] [Server thread/INFO]: [Votifier] Votifier disabled.
1658[09:37:29] [Server thread/INFO]: [MessageAnnouncer] Disabling MessageAnnouncer v1.6.2
1659[09:37:29] [Server thread/INFO]: [BetterChairs] Disabling BetterChairs v0.8.2
1660[09:37:29] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0.1-b332
1661[09:37:29] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
1662[09:37:29] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
1663[09:37:29] [Server thread/INFO]: GroupManager version 2.0.1-b332 is disabled!
1664[09:37:29] [Server thread/INFO]: [NoLagg] Disabling NoLagg v1.2
1665[09:37:29] [Server thread/INFO]: [FrameProtect] Disabling FrameProtect v2.7
1666[09:37:29] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.3;7a097ca
1667[09:37:29] [Server thread/INFO]: [DiscoArmour] Disabling DiscoArmour v1.4
1668[09:37:29] [Server thread/INFO]: [FlyingCarpet] Disabling FlyingCarpet v1.3
1669[09:37:29] [Server thread/INFO]: [AsyncWorldEditInjector] Disabling AsyncWorldEditInjector v2.3.0
1670[09:37:29] [Server thread/INFO]: [AsyncWorldEditInjector] Disabled
1671[09:37:29] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.12.0
1672[09:37:30] [Server thread/ERROR]: Could not load 'plugins/ChestMaster.jar' in folder 'plugins'
1673org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
1674 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1675 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [custom.jar:git-Spigot-f9671b8-4d87c34]
1676 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [custom.jar:git-Spigot-f9671b8-4d87c34]
1677 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.reload(CraftServer.java:745) [custom.jar:git-Spigot-f9671b8-4d87c34]
1678 at org.bukkit.Bukkit.reload(Bukkit.java:539) [custom.jar:git-Spigot-f9671b8-4d87c34]
1679 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [custom.jar:git-Spigot-f9671b8-4d87c34]
1680 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [custom.jar:git-Spigot-f9671b8-4d87c34]
1681 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:647) [custom.jar:git-Spigot-f9671b8-4d87c34]
1682 at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1351) [custom.jar:git-Spigot-f9671b8-4d87c34]
1683 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186) [custom.jar:git-Spigot-f9671b8-4d87c34]
1684 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [custom.jar:git-Spigot-f9671b8-4d87c34]
1685 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [custom.jar:git-Spigot-f9671b8-4d87c34]
1686 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [custom.jar:git-Spigot-f9671b8-4d87c34]
1687 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_66]
1688 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_66]
1689 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [custom.jar:git-Spigot-f9671b8-4d87c34]
1690 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [custom.jar:git-Spigot-f9671b8-4d87c34]
1691 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [custom.jar:git-Spigot-f9671b8-4d87c34]
1692 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [custom.jar:git-Spigot-f9671b8-4d87c34]
1693 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [custom.jar:git-Spigot-f9671b8-4d87c34]
1694 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
1695Caused by: java.util.zip.ZipException: error in opening zip file
1696 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_66]
1697 at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_66]
1698 at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_66]
1699 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_66]
1700 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_66]
1701 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1702 ... 20 more
1703[09:37:30] [Server thread/ERROR]: Cannot load plugins/EpicRename/config.yml
1704org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
1705 in 'string', line 5, column 1:
1706 opt-out: 'false'
1707 ^
1708expected <block end>, but found Scalar
1709 in 'string', line 22, column 27:
1710 no permission: '&cYou don't have permission!'
1711 ^
1712
1713 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1714 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1715 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1716 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [custom.jar:git-Spigot-f9671b8-4d87c34]
1717 at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [custom.jar:git-Spigot-f9671b8-4d87c34]
1718 at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:163) [custom.jar:git-Spigot-f9671b8-4d87c34]
1719 at com.gmail.justbru00.epic.rename.main.RenameRewrite.<init>(RenameRewrite.java:62) [EpicRename%20v2.6.1.jar:?]
1720 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_66]
1721 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_66]
1722 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_66]
1723 at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [?:1.8.0_66]
1724 at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_66]
1725 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) [custom.jar:git-Spigot-f9671b8-4d87c34]
1726 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [custom.jar:git-Spigot-f9671b8-4d87c34]
1727 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) [custom.jar:git-Spigot-f9671b8-4d87c34]
1728 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [custom.jar:git-Spigot-f9671b8-4d87c34]
1729 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [custom.jar:git-Spigot-f9671b8-4d87c34]
1730 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.reload(CraftServer.java:745) [custom.jar:git-Spigot-f9671b8-4d87c34]
1731 at org.bukkit.Bukkit.reload(Bukkit.java:539) [custom.jar:git-Spigot-f9671b8-4d87c34]
1732 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [custom.jar:git-Spigot-f9671b8-4d87c34]
1733 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [custom.jar:git-Spigot-f9671b8-4d87c34]
1734 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:647) [custom.jar:git-Spigot-f9671b8-4d87c34]
1735 at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1351) [custom.jar:git-Spigot-f9671b8-4d87c34]
1736 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186) [custom.jar:git-Spigot-f9671b8-4d87c34]
1737 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [custom.jar:git-Spigot-f9671b8-4d87c34]
1738 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [custom.jar:git-Spigot-f9671b8-4d87c34]
1739 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [custom.jar:git-Spigot-f9671b8-4d87c34]
1740 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_66]
1741 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_66]
1742 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [custom.jar:git-Spigot-f9671b8-4d87c34]
1743 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [custom.jar:git-Spigot-f9671b8-4d87c34]
1744 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [custom.jar:git-Spigot-f9671b8-4d87c34]
1745 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [custom.jar:git-Spigot-f9671b8-4d87c34]
1746 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [custom.jar:git-Spigot-f9671b8-4d87c34]
1747 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
1748Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
1749 in 'string', line 5, column 1:
1750 opt-out: 'false'
1751 ^
1752expected <block end>, but found Scalar
1753 in 'string', line 22, column 27:
1754 no permission: '&cYou don't have permission!'
1755 ^
1756
1757 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1758 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1759 at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1760 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1761 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1762 at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1763 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1764 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1765 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1766 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1767 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1768 ... 34 more
1769[09:37:30] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
1770[09:37:30] [Server thread/INFO]: [AsyncWorldEditInjector] Loading AsyncWorldEditInjector v2.3.0
1771[09:37:30] [Server thread/INFO]: [FlyingCarpet] Loading FlyingCarpet v1.3
1772[09:37:30] [Server thread/INFO]: [DiscoArmour] Loading DiscoArmour v1.4
1773[09:37:30] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
1774[09:37:30] [Server thread/INFO]: [FrameProtect] Loading FrameProtect v2.7
1775[09:37:30] [Server thread/INFO]: [NoLagg] Loading NoLagg v1.2
1776[09:37:30] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
1777[09:37:30] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.8.2
1778[09:37:30] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.6.2
1779[09:37:30] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.3
1780[09:37:30] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
1781[09:37:30] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v1.0
1782[09:37:30] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.1.0-SNAPSHOT-b313
1783[09:37:31] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.0.9
1784[09:37:31] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.0.20
1785[09:37:31] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
1786[09:37:31] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v2.3.0
1787[09:37:31] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1928
1788[09:37:31] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.06-SNAPSHOT-b145
1789[09:37:31] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
1790[09:37:31] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v14.9.1
1791[09:37:31] [Server thread/INFO]: [ChatterBot] Loading ChatterBot v1.8
1792[09:37:31] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.1.4
1793[09:37:31] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
1794[09:37:31] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b370
1795[09:37:31] [Server thread/INFO]: [Autorank] Loading Autorank v3.8.2
1796[09:37:31] [Server thread/INFO]: [EpicRename] Loading EpicRename v2.6.1
1797[09:37:31] [Server thread/INFO]: [ObsidianAuctions] Loading ObsidianAuctions v4.0.2
1798[09:37:31] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v3.16
1799[09:37:31] [Server thread/INFO]: [TrailGUI] Loading TrailGUI v5.0.1-b58-SNAPSHOT
1800[09:37:31] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.7.3
1801[09:37:31] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.19-SNAPSHOT (build 1374)
1802[09:37:31] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b403
1803[09:37:31] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b403
1804[09:37:31] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.0.1-b403
1805[09:37:31] [Server thread/INFO]: [BossReferral] Loading BossReferral v2.1.0-BETA-R2-SNAPSHOT
1806[09:37:31] [Server thread/ERROR]: Cannot load plugins/BossReferral/config.yml
1807org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
1808found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
1809 in 'string', line 6, column 10:
1810 user: db_16944
1811 ^
1812
1813 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1814 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1815 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1816 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [custom.jar:git-Spigot-f9671b8-4d87c34]
1817 at be.woutdev.bossreferral.config.Config.initialize(Config.java:69) [BossReferral-2.1.0.jar:?]
1818 at be.woutdev.bossreferral.core.Main.onLoad(Main.java:51) [BossReferral-2.1.0.jar:?]
1819 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:303) [custom.jar:git-Spigot-f9671b8-4d87c34]
1820 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.reload(CraftServer.java:745) [custom.jar:git-Spigot-f9671b8-4d87c34]
1821 at org.bukkit.Bukkit.reload(Bukkit.java:539) [custom.jar:git-Spigot-f9671b8-4d87c34]
1822 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [custom.jar:git-Spigot-f9671b8-4d87c34]
1823 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [custom.jar:git-Spigot-f9671b8-4d87c34]
1824 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:647) [custom.jar:git-Spigot-f9671b8-4d87c34]
1825 at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1351) [custom.jar:git-Spigot-f9671b8-4d87c34]
1826 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186) [custom.jar:git-Spigot-f9671b8-4d87c34]
1827 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [custom.jar:git-Spigot-f9671b8-4d87c34]
1828 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [custom.jar:git-Spigot-f9671b8-4d87c34]
1829 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [custom.jar:git-Spigot-f9671b8-4d87c34]
1830 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_66]
1831 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_66]
1832 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [custom.jar:git-Spigot-f9671b8-4d87c34]
1833 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [custom.jar:git-Spigot-f9671b8-4d87c34]
1834 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [custom.jar:git-Spigot-f9671b8-4d87c34]
1835 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [custom.jar:git-Spigot-f9671b8-4d87c34]
1836 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [custom.jar:git-Spigot-f9671b8-4d87c34]
1837 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
1838Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
1839found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
1840 in 'string', line 6, column 10:
1841 user: db_16944
1842 ^
1843
1844 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1845 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1846 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1847 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1848 at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1849 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1850 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1851 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1852 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1853 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1854 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1855 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1856 at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1857 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1858 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1859 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1860 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1861 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[custom.jar:git-Spigot-f9671b8-4d87c34]
1862 ... 24 more
1863[09:37:31] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.0.1-b403
1864[09:37:31] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b403
1865[09:37:31] [Server thread/INFO]: [PvPManager] Loading PvPManager v3.3
1866[09:37:31] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.0.20
1867[09:37:31] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83
1868[09:37:31] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
1869[09:37:31] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
1870[09:37:31] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
1871[09:37:31] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.10.2
1872[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Enabling AsyncWorldEditInjector v2.3.0
1873[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Injector platform set to: InjectorBukkit
1874[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Injecting WorldEdit classes...
1875[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.EditSession injected.
1876[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.function.operation.Operations injected.
1877[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.SchematicCommands injected.
1878[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.ScriptingCommands injected.
1879[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.RegionCommands injected.
1880[09:37:31] [Server thread/INFO]: [AsyncWorldEditInjector] Enabled
1881[09:37:31] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.1.0-SNAPSHOT-b313
1882[09:37:31] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
1883[09:37:31] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.06-SNAPSHOT-b145
1884[09:37:31] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
1885[09:37:32] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
1886[09:37:32] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
1887[09:37:32] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
1888[09:37:32] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
1889[09:37:32] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
1890[09:37:32] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.1.4
1891[09:37:32] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
1892[09:37:32] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
1893[09:37:32] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
1894[09:37:32] [Server thread/INFO]: [FlyingCarpet] Enabling FlyingCarpet v1.3
1895[09:37:32] [Server thread/INFO]: [FlyingCarpet] Hooked WorldGuard
1896[09:37:32] [Server thread/INFO]: [FlyingCarpet] Loaded 0 blacklisted WorldGuard regions
1897[09:37:32] [Server thread/INFO]: [DiscoArmour] Enabling DiscoArmour v1.4
1898[09:37:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
1899[09:37:33] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
1900[09:37:33] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
1901[09:37:33] [Server thread/INFO]: [FrameProtect] Enabling FrameProtect v2.7
1902[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -71.03125]. See error.log for more info.
1903[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -70.5]. See error.log for more info.
1904[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -69.96875]. See error.log for more info.
1905[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -60.03125]. See error.log for more info.
1906[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -59.5]. See error.log for more info.
1907[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -58.96875]. See error.log for more info.
1908[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -58.96875]. See error.log for more info.
1909[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -59.5]. See error.log for more info.
1910[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -60.03125]. See error.log for more info.
1911[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -69.96875]. See error.log for more info.
1912[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -70.5]. See error.log for more info.
1913[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -71.03125]. See error.log for more info.
1914[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -75.96875]. See error.log for more info.
1915[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -76.5]. See error.log for more info.
1916[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -77.03125]. See error.log for more info.
1917[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -86.96875]. See error.log for more info.
1918[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -87.5]. See error.log for more info.
1919[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -88.03125]. See error.log for more info.
1920[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -92.96875]. See error.log for more info.
1921[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -93.5]. See error.log for more info.
1922[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -94.03125]. See error.log for more info.
1923[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -103.96875]. See error.log for more info.
1924[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -104.5]. See error.log for more info.
1925[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -105.03125]. See error.log for more info.
1926[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -59.5]. See error.log for more info.
1927[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -60.03125]. See error.log for more info.
1928[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -69.96875]. See error.log for more info.
1929[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -9.96875, 66.5, -70.5]. See error.log for more info.
1930[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -58.96875]. See error.log for more info.
1931[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, -10.5, 66.5, -71.03125]. See error.log for more info.
1932[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -59.5]. See error.log for more info.
1933[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -58.96875]. See error.log for more info.
1934[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -71.03125]. See error.log for more info.
1935[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -70.5]. See error.log for more info.
1936[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -69.96875]. See error.log for more info.
1937[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -60.03125]. See error.log for more info.
1938[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 11.5, 66.5, -88.03125]. See error.log for more info.
1939[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared itemframe at [Grivnokcraft, 10.96875, 66.5, -87.5]. See error.log for more info.
1940[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared leashknot at [Grivnokcraft, 66.5, 71.5, -81.5]. See error.log for more info.
1941[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared leashknot at [Grivnokcraft, 66.5, 71.5, -85.5]. See error.log for more info.
1942[09:37:33] [Server thread/WARN]: [FrameProtect] Unable to respawn disappeared leashknot at [Grivnokcraft, 66.5, 71.5, -81.5]. See error.log for more info.
1943[09:37:34] [Server thread/INFO]: [NoLagg] Enabling NoLagg v1.2
1944[09:37:34] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
1945[09:37:34] [Server thread/INFO]: GroupManager - INFO - World Found: world
1946[09:37:34] [Server thread/INFO]: GroupManager - INFO - World Found: grivnokcraft
1947[09:37:34] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
1948[09:37:34] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
1949[09:37:34] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
1950[09:37:34] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
1951[09:37:34] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
1952[09:37:34] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
1953[09:37:34] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
1954[09:37:34] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.8.2
1955[09:37:34] [Server thread/INFO]: [BetterChairs] Your server is running version v1_10_R1
1956[09:37:34] [Server thread/INFO]: [BetterChairs] NMS hooked !
1957[09:37:34] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.6.2
1958[09:37:34] [Server thread/WARN]: [MessageAnnouncer] Your sound NOTE_PLING is invalid!
1959[09:37:34] [Server thread/INFO]: [MessageAnnouncer] Valid sound names can be found at the following link:
1960[09:37:34] [Server thread/INFO]: [MessageAnnouncer] https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
1961[09:37:34] [Server thread/INFO]: [MessageAnnouncer] Sound on message will be disabled!
1962[09:37:34] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.3
1963[09:37:34] [Server thread/INFO]: [Votifier] Loaded token for website: default
1964[09:37:34] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
1965[09:37:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
1966[09:37:34] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /167.114.101.146:2222.
1967[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) TNT ignition is PERMITTED.
1968[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) Lighters are PERMITTED.
1969[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) Lava fire is blocked.
1970[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft) Fire spread is UNRESTRICTED.
1971[09:37:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Grivnokcraft'
1972[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) TNT ignition is PERMITTED.
1973[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) Lighters are PERMITTED.
1974[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) Lava fire is blocked.
1975[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_nether) Fire spread is UNRESTRICTED.
1976[09:37:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Grivnokcraft_nether'
1977[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) TNT ignition is PERMITTED.
1978[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) Lighters are PERMITTED.
1979[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) Lava fire is blocked.
1980[09:37:34] [Server thread/INFO]: [WorldGuard] (Grivnokcraft_the_end) Fire spread is UNRESTRICTED.
1981[09:37:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Grivnokcraft_the_end'
1982[09:37:34] [Server thread/INFO]: [WorldGuard] Loading region data...
1983[09:37:34] [Thread-30/INFO]: --------------------
1984[09:37:34] [Thread-30/INFO]: [CoreProtect] Version 2.13.1 now available.
1985[09:37:34] [Thread-30/INFO]: [CoreProtect] Download: Type "/co version" in-game.
1986[09:37:34] [Thread-30/INFO]: --------------------
1987[09:37:34] [Thread-30/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
1988[09:37:34] [Thread-30/INFO]: --------------------
1989[09:37:35] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v1.0
1990[09:37:35] [Server thread/INFO]: [CommandSpy] CommandSpy has been enabled! (V.1.0)
1991[09:37:35] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.0.9
1992[09:37:35] [Server thread/INFO]: [LibsDisguises] Discovered MC version: v1_10_R1
1993[09:37:35] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.0.20
1994[09:37:35] [Server thread/INFO]: [AdvancedPortals] ENTITY_ENDERMEN_TELEPORT found
1995[09:37:35] [Server thread/INFO]: [AdvancedPortals] ENTITY_GENERIC_EXPLODE found
1996[09:37:35] [Server thread/INFO]: Advanced portals have been successfully enabled!
1997[09:37:35] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
1998[09:37:35] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
1999[09:37:35] [Server thread/INFO]: [ChatReaction] 109582 words loaded!
2000[09:37:35] [Server thread/INFO]: [ChatReaction] Creating MySQL connection ...
2001[09:37:35] [Server thread/INFO]: ---------------------------
2002[09:37:35] [Server thread/INFO]: ChatReaction Updater
2003[09:37:35] [Server thread/INFO]:
2004[09:37:35] [Server thread/INFO]: You are running 1.6.2
2005[09:37:35] [Server thread/INFO]: The latest version
2006[09:37:35] [Server thread/INFO]: of ChatReaction!
2007[09:37:35] [Server thread/INFO]:
2008[09:37:35] [Server thread/INFO]: ---------------------------
2009[09:37:35] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v2.3.0
2010[09:37:35] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix
2011[09:37:35] [Server thread/INFO]: [AsyncWorldEditInjector] New class factory set to: org.primesoft.asyncworldedit.injector.async.AsyncClassFactory
2012[09:37:36] [Server thread/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 2.3.0, available version: 2.3.2
2013[09:37:36] [Server thread/INFO]: [AsyncWorldEdit] Enabled
2014[09:37:36] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1928
2015[09:37:36] [Server thread/INFO]: [TimeIsMoney] Loaded 1 Payouts!
2016[09:37:36] [Server thread/INFO]: Time is Money v1935 started.
2017[09:37:36] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v14.9.1
2018[09:37:36] [Server thread/INFO]: GriefPrevention: Grief Prevention boot start.
2019[09:37:36] [Server thread/INFO]: GriefPrevention: Finished loading configuration.
2020[09:37:37] [Server thread/INFO]: GriefPrevention: 67 total claims loaded.
2021[09:37:38] [Server thread/INFO]: GriefPrevention: Customizable messages loaded.
2022[09:37:38] [Server thread/INFO]: GriefPrevention: Successfully hooked into WorldGuard.
2023[09:37:38] [Server thread/INFO]: GriefPrevention: Finished loading data (File Mode).
2024[09:37:38] [Server thread/INFO]: GriefPrevention: GriefPrevention requires Vault for economy integration.
2025[09:37:38] [Server thread/INFO]: GriefPrevention: Attempting to load Vault...
2026[09:37:38] [Server thread/INFO]: GriefPrevention: Vault loaded successfully!
2027[09:37:38] [Server thread/INFO]: GriefPrevention: Looking for a Vault-compatible economy plugin...
2028[09:37:38] [Server thread/INFO]: GriefPrevention: Hooked into economy: Essentials Economy.
2029[09:37:38] [Server thread/INFO]: GriefPrevention: Ready to buy/sell claim blocks!
2030[09:37:38] [Server thread/INFO]: GriefPrevention: Boot finished.
2031[09:37:38] [Server thread/INFO]: [ChatterBot] Enabling ChatterBot v1.8
2032[09:37:38] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
2033[09:37:39] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
2034[09:37:39] [Server thread/INFO]: creating table 'items'
2035[09:37:39] [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`))
2036[09:37:39] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
2037[09:37:39] [Server thread/INFO]: creating table 'accounts'
2038[09:37:39] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
2039[09:37:39] [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`) )
2040[09:37:39] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
2041[09:37:39] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
2042[09:37:39] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b370
2043[09:37:39] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsProtect to the same version.
2044[09:37:39] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
2045[09:37:39] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsGeoIP to the same version.
2046[09:37:39] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsAntiBuild to the same version.
2047[09:37:39] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
2048[09:37:39] [Server thread/INFO]: Using locale en_US
2049[09:37:39] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
2050[09:37:39] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
2051[09:37:39] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
2052[09:37:39] [Server thread/INFO]: Using locale en_US
2053[09:37:39] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
2054[09:37:39] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
2055[09:37:39] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
2056[09:37:39] [Server thread/INFO]: [Autorank] Enabling Autorank v3.8.2
2057[09:37:39] [Server thread/INFO]: [Autorank] Simple config file loaded
2058[09:37:39] [Server thread/INFO]: [Autorank] Advanced config file loaded
2059[09:37:39] [Server thread/INFO]: [Autorank] Settings config file loaded
2060[09:37:39] [Server thread/INFO]: [Autorank] Internal properties file loaded
2061[09:37:40] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
2062[09:37:40] [Server thread/INFO]: [Autorank] Loaded playerdata.
2063[09:37:40] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
2064[09:37:40] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
2065[09:37:40] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
2066[09:37:40] [Server thread/INFO]: [Autorank] Total data file loaded
2067[09:37:40] [Server thread/INFO]: [Autorank] Daily data file loaded
2068[09:37:40] [Server thread/INFO]: [Autorank] Weekly data file loaded
2069[09:37:40] [Server thread/INFO]: [Autorank] Monthly data file loaded
2070[09:37:40] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
2071[09:37:40] [Server thread/INFO]: [Autorank] Using timings of: autorank
2072[09:37:40] [Server thread/INFO]: [Autorank] Autorank 3.8.2 has been enabled!
2073[09:37:40] [Server thread/INFO]: [EpicRename] Enabling EpicRename v2.6.1
2074[09:37:40] [Server thread/INFO]: [EpicRename] This plugin is made by Justin Brubaker.
2075[09:37:40] [Server thread/INFO]: [EpicRename] This plugin sends anonymous stats to mcstats.org.
2076[09:37:40] [Server thread/INFO]: [EpicRename] To disable change opt-out in the config to true.
2077[09:37:40] [Server thread/INFO]: [EpicRename] EpicRename version 2.6.1 is Copyright (C) 2016 Justin Brubaker
2078[09:37:40] [Server thread/INFO]: [EpicRename] See LICENSE infomation here: http://tinyurl.com/epicrename1
2079[09:37:40] [Server thread/INFO]: [EpicRename] No Update Found.
2080[09:37:40] [Server thread/INFO]: [EpicRename] Prefix has been set to the one in the config.
2081[09:37:40] [Server thread/INFO]: [EpicRename] Version: 2.6.1 Has Been Enabled.
2082[09:37:40] [Server thread/INFO]: [ObsidianAuctions] Enabling ObsidianAuctions v4.0.2
2083[09:37:40] [Server thread/INFO]: [ObsidianAuctions] Checking to see if migration is needed...
2084[09:37:40] [Server thread/INFO]: [ObsidianAuctions] Migration not needed, skipping migration!
2085[09:37:40] [Server thread/INFO]: [ObsidianAuctions] Checking to see if strings need to be mapped
2086[09:37:40] [Server thread/INFO]: [GrivnokAuctions] has been enabled.
2087[09:37:40] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v3.16
2088[09:37:40] [Server thread/INFO]: [KillerMoney] Locale: "en" | Locale file: en_locale.yml
2089[09:37:40] [Server thread/INFO]: [KillerMoney] Metrics initialized
2090[09:37:40] [Server thread/INFO]: [TrailGUI] Enabling TrailGUI v5.0.1-b58-SNAPSHOT
2091[09:37:40] [Server thread/INFO]: [TrailGUI] Hooked Essentials Successfully
2092[09:37:41] [Server thread/INFO]: [TrailGUI] You are not running the latest build of TrailGUI. The latest build is 61 and your build is 58. Please update
2093[09:37:41] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.7.3
2094[09:37:41] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
2095[09:37:41] [Server thread/INFO]: [SilkSpawners] Loading support for v1_10_R1
2096[09:37:41] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
2097[09:37:41] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
2098[09:37:41] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
2099[09:37:41] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.19-SNAPSHOT (build 1374)
2100[09:37:42] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b403
2101[09:37:42] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
2102[09:37:42] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b403
2103[09:37:42] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
2104[09:37:42] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.0.1-b403
2105[09:37:42] [Server thread/WARN]: [EssentialsGeoIP] §4Version mismatch! Please update all Essentials jars to the same version.
2106[09:37:42] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
2107[09:37:42] [Server thread/INFO]: [BossReferral] Enabling BossReferral v2.1.0-BETA-R2-SNAPSHOT
2108[09:37:42] [Server thread/INFO]: [BossReferral] Vault detected! Initializing...
2109[09:37:42] [Server thread/INFO]: [BossReferral] Hooked up with Vault permissions!
2110[09:37:42] [Server thread/INFO]: [BossReferral] Hooked up with Vault economy!
2111[09:37:46] [Server thread/WARN]: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
2112[09:37:46] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
2113[09:37:46] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
2114[09:37:46] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
2115[09:37:46] [Server thread/WARN]: at be.woutdev.bossreferral.data.impl.MySQLData.init(MySQLData.java:48)
2116[09:37:46] [Server thread/WARN]: at be.woutdev.bossreferral.data.AbstractData.initialize(AbstractData.java:36)
2117[09:37:46] [Server thread/WARN]: at be.woutdev.bossreferral.core.Main.onEnable(Main.java:119)
2118[09:37:46] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)
2119[09:37:46] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
2120[09:37:46] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
2121[09:37:46] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373)
2122[09:37:46] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323)
2123[09:37:46] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.reload(CraftServer.java:747)
2124[09:37:46] [Server thread/WARN]: at org.bukkit.Bukkit.reload(Bukkit.java:539)
2125[09:37:46] [Server thread/WARN]: at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25)
2126[09:37:46] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
2127[09:37:46] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:647)
2128[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1351)
2129[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186)
2130[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
2131[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
2132[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
2133[09:37:46] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
2134[09:37:46] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2135[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
2136[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732)
2137[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
2138[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
2139[09:37:46] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
2140[09:37:46] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
2141[09:37:46] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
2142[09:37:46] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2143[09:37:46] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2144[09:37:46] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2145[09:37:46] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
2146[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
2147[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:387)
2148[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
2149[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
2150[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
2151[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:862)
2152[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2164)
2153[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2089)
2154[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:795)
2155[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
2156[09:37:46] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2157[09:37:46] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2158[09:37:46] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2159[09:37:46] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
2160[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
2161[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:400)
2162[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:327)
2163[09:37:46] [Server thread/WARN]: at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
2164[09:37:46] [Server thread/WARN]: at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
2165[09:37:46] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
2166[09:37:46] [Server thread/WARN]: at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
2167[09:37:46] [Server thread/WARN]: ... 28 more
2168[09:37:46] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
2169
2170The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
2171[09:37:46] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2172[09:37:46] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2173[09:37:46] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2174[09:37:46] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
2175[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
2176[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983)
2177[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339)
2178[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2252)
2179[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2105)
2180[09:37:46] [Server thread/WARN]: ... 42 more
2181[09:37:46] [Server thread/WARN]: Caused by: java.net.UnknownHostException: null
2182[09:37:46] [Server thread/WARN]: at java.net.InetAddress.getAllByName0(InetAddress.java:1280)
2183[09:37:46] [Server thread/WARN]: at java.net.InetAddress.getAllByName(InetAddress.java:1192)
2184[09:37:46] [Server thread/WARN]: at java.net.InetAddress.getAllByName(InetAddress.java:1126)
2185[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:191)
2186[09:37:46] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:298)
2187[09:37:46] [Server thread/WARN]: ... 44 more
2188[09:37:46] [Server thread/ERROR]: [BossReferral] Failed to initialize data method (MySQL). Shutting down BossReferral plugin.
2189[09:37:46] [Server thread/INFO]: [BossReferral] Disabling BossReferral v2.1.0-BETA-R2-SNAPSHOT
2190[09:37:46] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.0.1-b403
2191[09:37:46] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
2192[09:37:46] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b403
2193[09:37:46] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
2194[09:37:46] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.3
2195[09:37:46] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
2196[09:37:46] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling WorldGuard Support
2197[09:37:46] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.0.20
2198[09:37:46] [Server thread/INFO]: Initializing for the first time.
2199[09:37:48] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83
2200[09:37:49] [Server thread/INFO]: [cncp] Ensured that the following plugin is enabled: WorldGuard
2201[09:37:49] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Citizens2(default) / 2.2
2202[09:37:49] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): mcMMO(default) / 2.1
2203[09:37:49] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
2204[09:37:49] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
2205[09:37:49] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
2206[09:37:49] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
2207[09:37:49] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83 is enabled. Some hooks might get registered with NoCheatPlus later on.
2208[09:37:49] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
2209[09:37:49] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.10 / Spigot-CB-1.10_R1
2210[09:37:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
2211[09:37:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
2212[09:37:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
2213[09:37:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
2214[09:37:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
2215[09:37:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
2216[09:37:50] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
2217[09:37:50] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.10.2)...
2218[09:37:50] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
2219[09:37:50] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
2220[09:37:50] [Server thread/INFO]: [NoCheatPlus] Version 3.15.0-SNAPSHOT-sMD5NET-b1022 is enabled.
2221[09:37:50] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Added 2 registered hooks to NoCheatPlus.
2222[09:37:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
2223[09:37:50] [Server thread/INFO]: Groven_Grower: Reload complete.
2224[09:37:50] [Craft Scheduler Thread - 557/INFO]: [PvPManager] Checking for updates...
2225[09:37:50] [Craft Scheduler Thread - 563/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
2226[09:37:50] [Craft Scheduler Thread - 563/INFO]: [NoCheatPlus] Added hook: Citizens2(cncp) [2.0].
2227[09:37:50] [Craft Scheduler Thread - 563/INFO]: [NoCheatPlus] Added hook: mcMMO(cncp) [2.3].
2228[09:37:50] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
2229[09:37:50] [Craft Scheduler Thread - 564/WARN]: Exception in thread "Craft Scheduler Thread - 564"
2230[09:37:50] [Craft Scheduler Thread - 564/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 22896
2231 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2232 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
2233 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
2234 at java.lang.Thread.run(Thread.java:745)
2235Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
2236 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
2237 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
2238 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
2239 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
2240 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2241 ... 3 more
2242
2243[09:37:50] [Craft Scheduler Thread - 557/INFO]: [PvPManager] Update Available: PvPManager v3.3.2.1
2244[09:37:50] [Craft Scheduler Thread - 557/INFO]: [PvPManager] Link: http://dev.bukkit.org/bukkit-plugins/pvpmanager/
2245[09:37:50] [Server thread/INFO]: [NoCheatPlus] Updated data for 1 players (post-enable).
2246[09:37:50] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
2247[09:37:51] [Server thread/INFO]: [Citizens] Loaded 40 NPCs.
2248[09:37:53] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
2249[09:37:53] [Craft Scheduler Thread - 562/INFO]: [Vault] Checking for Updates ...
2250[09:37:53] [Craft Scheduler Thread - 562/INFO]: [Vault] No new version available
2251[09:37:53] [Server thread/INFO]: Groven_Grower issued server command: /pl
2252[09:37:53] [Server thread/INFO]: [KillerMoney] Update not found
2253[09:37:57] [Server thread/INFO]: Groven_Grower issued server command: /brs
2254[09:37:57] [Craft Scheduler Thread - 550/INFO]: [Autorank] Config files have been correctly setup!
2255[09:38:16] [Server thread/INFO]: CONSOLE issued server command: /list
2256[09:38:16] [Server thread/INFO]: There are 1 out of maximum 40 players online.
2257[09:38:16] [Server thread/INFO]: 57: [Owner] Groven_Grower
2258[09:38:43] [User Authenticator #2/INFO]: UUID of player HunterS510 is 1c6a82e5-04fe-41aa-9f98-67ba04a50734
2259[09:38:44] [Server thread/INFO]: HunterS510[/74.65.143.153:53140] logged in with entity id 50122 at ([Grivnokcraft]26.134823148145166, 65.0, -172.82510325432997)
2260[09:38:44] [Server thread/INFO]: HunterS510 has logged onto the server!
2261[09:38:56] [Server thread/INFO]: HunterS510 lost connection: Disconnected
2262[09:38:56] [Server thread/INFO]: HunterS510 has logged off the server.
2263[09:39:07] [Server thread/INFO]: CONSOLE issued server command: /list
2264[09:39:07] [Server thread/INFO]: There are 1 out of maximum 40 players online.
2265[09:39:07] [Server thread/INFO]: 57: [Owner] Groven_Grower
2266[09:39:10] [Async Chat Thread - #4/INFO]: [Owner] Groven_Grower: hi
2267[09:39:10] [Async Chat Thread - #4/INFO]: [Owner] Groven_Grower: oh
2268[09:39:11] [Async Chat Thread - #4/INFO]: [Owner] Groven_Grower: geez
2269[09:39:15] [Async Chat Thread - #4/INFO]: [Owner] Groven_Grower: i wasnt fast enough
2270[09:39:22] [Async Chat Thread - #4/INFO]: [Owner] Groven_Grower: why do players do that
2271[09:39:58] [Server thread/INFO]: CONSOLE issued server command: /list
2272[09:39:58] [Server thread/INFO]: There are 1 out of maximum 40 players online.
2273[09:39:58] [Server thread/INFO]: 57: [Owner] Groven_Grower
2274[09:40:48] [Server thread/INFO]: De-opped Groven_Grower
2275[09:40:49] [Server thread/INFO]: CONSOLE issued server command: /list
2276[09:40:49] [Server thread/INFO]: There are 1 out of maximum 40 players online.
2277[09:40:49] [Server thread/INFO]: 57: [Owner] Groven_Grower
2278[09:40:52] [Server thread/INFO]: Groven_Grower issued server command: /tps
2279[09:40:54] [Server thread/INFO]: Groven_Grower issued server command: /list
2280[09:40:55] [Server thread/INFO]: Groven_Grower issued server command: /help
2281[09:41:40] [Server thread/INFO]: CONSOLE issued server command: /list
2282[09:41:40] [Server thread/INFO]: There are 1 out of maximum 40 players online.
2283[09:41:40] [Server thread/INFO]: 57: [Owner] Groven_Grower
2284[09:42:06] [Server thread/INFO]: Groven_Grower issued server command: /home end
2285[09:42:16] [Server thread/INFO]: Saving is already turned on
2286[09:42:16] [Server thread/INFO]: Saving...
2287[09:42:16] [Server thread/INFO]: Saved the world
2288[09:42:16] [Server thread/INFO]: [Server] §8World saved.
2289[09:42:31] [Server thread/INFO]: CONSOLE issued server command: /list
2290[09:42:31] [Server thread/INFO]: There are 1 out of maximum 40 players online.
2291[09:42:31] [Server thread/INFO]: 57: [Owner] Groven_Grower
2292[09:43:22] [Server thread/INFO]: CONSOLE issued server command: /list
2293[09:43:22] [Server thread/INFO]: There are 1 out of maximum 40 players online.
2294[09:43:22] [Server thread/INFO]: 57: [Owner] Groven_Grower