Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.12 KB | None | 0 0
  1. [15:46:00] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [15:46:00] [Server thread/INFO]: Loading properties
  3. [15:46:00] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:46:00] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  5. [15:46:00] [Server thread/WARN]: Couldn't load server icon
  6. java.lang.IllegalArgumentException: Must be 64 pixels wide
  7. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  8. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadServerIcon0(CraftServer.java:1808) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  9. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadServerIcon0(CraftServer.java:1796) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  10. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadIcon(CraftServer.java:874) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  11. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.<init>(CraftServer.java:320) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  12. at net.minecraft.server.v1_7_R4.PlayerList.<init>(PlayerList.java:69) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  13. at net.minecraft.server.v1_7_R4.DedicatedPlayerList.<init>(SourceFile:14) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  14. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:130) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  15. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  16. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  17. [15:46:01] [Server thread/INFO]: Debug logging is disabled
  18. [15:46:01] [Server thread/INFO]: Server Ping Player Sample Count: 12
  19. [15:46:01] [Server thread/INFO]: Using 4 threads for Netty based IO
  20. [15:46:01] [Server thread/INFO]: Generating keypair
  21. [15:46:01] [Server thread/INFO]: Starting Minecraft server on 198.24.162.98:40468
  22. [15:46:02] [Server thread/ERROR]: Ambiguous plugin name `CrateReloaded' for files `plugins/CrateReloaded (1).jar' and `plugins/CrateReloaded.jar' in `plugins'
  23. [15:46:02] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins/EssentialsChat.jar' and `plugins/EssentialsChat (2).jar' in `plugins'
  24. [15:46:02] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  25. [15:46:03] [Server thread/ERROR]: Could not load 'plugins/Version_1.1B.jar' in folder 'plugins'
  26. org.bukkit.plugin.InvalidPluginException: Cannot find main class `me.MartinA.EasyHub.Main'
  27. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  28. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  29. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  30. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  31. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  32. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  33. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  34. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  35. Caused by: java.lang.ClassNotFoundException: me.MartinA.EasyHub.Main
  36. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_72]
  37. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_72]
  38. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_72]
  39. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_72]
  40. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  42. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  43. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  44. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_72]
  45. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_72]
  46. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  47. ... 7 more
  48. [15:46:03] [Server thread/ERROR]: Could not load 'plugins/Dynmap-Citizens2-0.20.jar' in folder 'plugins'
  49. org.bukkit.plugin.UnknownDependencyException: dynmap
  50. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:225) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  51. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  52. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  53. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  54. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  55. [15:46:03] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v3.1.2
  56. [15:46:03] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
  57. [15:46:03] [Server thread/INFO]: [StaffChat] Loading StaffChat v1.0
  58. [15:46:03] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.0
  59. [15:46:03] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
  60. [15:46:03] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8.1
  61. [15:46:03] [Server thread/INFO]: [AdminEssentials] Loading AdminEssentials v1.1.3
  62. [15:46:03] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  63. [15:46:03] [Server thread/INFO]: [UltimateParticles] Loading UltimateParticles v2.0
  64. [15:46:03] [Server thread/INFO]: [RankDisplay] Loading RankDisplay v1.0
  65. [15:46:03] [Server thread/INFO]: [AdminToolboxRemake] Loading AdminToolboxRemake v0.2.1
  66. [15:46:03] [Server thread/INFO]: [SimpleWelcome] Loading SimpleWelcome v1.0.1
  67. [15:46:03] [Server thread/INFO]: [CustomEnchants] Loading CustomEnchants v2.0.6
  68. [15:46:03] [Server thread/INFO]: [BankNote] Loading BankNote v0.1.0
  69. [15:46:03] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.6-b181
  70. [15:46:03] [Server thread/INFO]: [HoloAPI] Loading HoloAPI v1.2.3
  71. [15:46:03] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  72. [15:46:03] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
  73. [15:46:03] [Server thread/INFO]: [OpTalk] Loading OpTalk v0.7.0
  74. [15:46:03] [Server thread/INFO]: [BossBarMessage] Loading BossBarMessage v1.2.1
  75. [15:46:03] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1247)
  76. [15:46:03] [Server thread/INFO]: [EasyItemRename] Loading EasyItemRename v1.1.4
  77. [15:46:03] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.12.0-BETA2-sASO-b813
  78. [15:46:03] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  79. [15:46:03] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  80. [15:46:03] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.7.10
  81. [15:46:03] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  82. [15:46:03] [Server thread/INFO]: [ChatControl] Loading ChatControl v1.0
  83. [15:46:03] [Server thread/INFO]: [NoSwear] Loading NoSwear v6.2
  84. [15:46:03] [Server thread/INFO]: [CommandHub] Loading CommandHub v1.1
  85. [15:46:03] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
  86. [15:46:03] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.4-SNAPSHOT
  87. [15:46:03] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.1.22
  88. [15:46:03] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  89. [15:46:03] [Server thread/INFO]: [godItem] Loading godItem v1.0.6
  90. [15:46:03] [Server thread/INFO]: [Punishmental] Loading Punishmental v5.1
  91. [15:46:03] [Server thread/INFO]: [AdminToolkit] Loading AdminToolkit v0.9
  92. [15:46:03] [Server thread/INFO]: [SimplePrefix] Loading SimplePrefix v2.4.1
  93. [15:46:03] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  94. [15:46:03] [Server thread/INFO]: [CustomEnchantments] Loading CustomEnchantments v2.3c
  95. [15:46:03] [Server thread/INFO]: [ObbyDestruct] Loading ObbyDestruct v4.0
  96. [15:46:03] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v1.4
  97. [15:46:03] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.3
  98. [15:46:03] [Server thread/INFO]: [Modifyworld] Loading Modifyworld v1.19.7
  99. [15:46:03] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v2.4
  100. [15:46:03] [Server thread/INFO]: [CustomMobs] Loading CustomMobs v2.51
  101. [15:46:03] [Server thread/INFO]: [AutoAnnouncer] Loading AutoAnnouncer v1.7-03.23
  102. [15:46:03] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  103. [15:46:03] [Server thread/INFO]: [Trading] Loading Trading v3.2
  104. [15:46:03] [Server thread/INFO]: [EAuctions] Loading EAuctions v5.26
  105. [15:46:03] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.6.7
  106. [15:46:03] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.2.2
  107. [15:46:03] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  108. [15:46:03] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  109. [15:46:03] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  110. [15:46:03] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.3
  111. [15:46:03] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  112. [15:46:03] [Server thread/INFO]: [Factions] Loading Factions v2.8.0
  113. [15:46:03] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1
  114. [15:46:03] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.0
  115. [15:46:03] [Server thread/INFO]: [MassiveCore 2.8.0] === ENABLE START ===
  116. [15:46:03] [Server thread/INFO]: [MassiveCore 2.8.0] Loading Cachefile datas...
  117. [15:46:03] [Server thread/INFO]: [MassiveCore 2.8.0] Loading Onlineplayer datas...
  118. [15:46:03] [Server thread/INFO]: [MassiveCore 2.8.0] Loading Registry datas...
  119. [15:46:03] [Server thread/INFO]: [MassiveCore 2.8.0] Saving Cachefile...
  120. [15:46:03] [Server thread/INFO]: [MassiveCore 2.8.0] Setup of IdUtil took 31ms.
  121. [15:46:03] [Server thread/INFO]: [MassiveCore 2.8.0] === ENABLE COMPLETE (Took 212ms) ===
  122. [15:46:04] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  123. [15:46:04] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  124. [15:46:04] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  125. [15:46:04] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  126. [15:46:04] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  127. [15:46:04] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  128. [15:46:04] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  129. [15:46:04] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  130. [15:46:04] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  131. [15:46:04] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  132. [15:46:04] [Server thread/INFO]: [MassiveCore 2.8.0] Activated integration with Vault
  133. [15:46:04] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
  134. [15:46:05] [Server thread/WARN]: [mcMMO] NoCheatPlus plugin found, but CompatNoCheatPlus was not found!
  135. [15:46:05] [Server thread/WARN]: [mcMMO] mcMMO will not work properly alongside NoCheatPlus without CompatNoCheatPlus
  136. [15:46:06] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  137. [15:46:06] [Server thread/INFO]: Preparing level "fort-stoneguard"
  138. [15:46:06] [Server thread/INFO]: -------- World Settings For [fort-stoneguard] --------
  139. [15:46:06] [Server thread/INFO]: Anti X-Ray: true
  140. [15:46:06] [Server thread/INFO]: Engine Mode: 1
  141. [15:46:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  142. [15:46:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  143. [15:46:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  144. [15:46:06] [Server thread/INFO]: Mob Spawn Range: 4
  145. [15:46:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  146. [15:46:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  147. [15:46:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  148. [15:46:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  149. [15:46:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  150. [15:46:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  151. [15:46:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  152. [15:46:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  153. [15:46:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  154. [15:46:06] [Server thread/INFO]: Alternative Hopper Ticking: false
  155. [15:46:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  156. [15:46:06] [Server thread/INFO]: Random Lighting Updates: false
  157. [15:46:06] [Server thread/INFO]: Structure Info Saving: true
  158. [15:46:06] [Server thread/INFO]: Sending up to 5 chunks per packet
  159. [15:46:06] [Server thread/INFO]: Max Entity Collisions: 8
  160. [15:46:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  161. [15:46:06] [Server thread/INFO]: Max TNT Explosions: 100
  162. [15:46:06] [Server thread/INFO]: Item Despawn Rate: 6000
  163. [15:46:06] [Server thread/INFO]: Item Merge Radius: 2.5
  164. [15:46:06] [Server thread/INFO]: View Distance: 10
  165. [15:46:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  166. [15:46:06] [Server thread/INFO]: Clear tick list: false
  167. [15:46:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  168. [15:46:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  169. [15:46:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  170. [15:46:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  171. [15:46:06] [Server thread/INFO]: -------- World Settings For [fort-stoneguard_nether] --------
  172. [15:46:06] [Server thread/INFO]: Anti X-Ray: true
  173. [15:46:06] [Server thread/INFO]: Engine Mode: 1
  174. [15:46:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  175. [15:46:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  176. [15:46:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  177. [15:46:06] [Server thread/INFO]: Mob Spawn Range: 4
  178. [15:46:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  179. [15:46:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  180. [15:46:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  181. [15:46:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  182. [15:46:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  183. [15:46:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  184. [15:46:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  185. [15:46:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  186. [15:46:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  187. [15:46:06] [Server thread/INFO]: Alternative Hopper Ticking: false
  188. [15:46:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  189. [15:46:06] [Server thread/INFO]: Random Lighting Updates: false
  190. [15:46:06] [Server thread/INFO]: Structure Info Saving: true
  191. [15:46:06] [Server thread/INFO]: Sending up to 5 chunks per packet
  192. [15:46:06] [Server thread/INFO]: Max Entity Collisions: 8
  193. [15:46:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  194. [15:46:06] [Server thread/INFO]: Max TNT Explosions: 100
  195. [15:46:06] [Server thread/INFO]: Item Despawn Rate: 6000
  196. [15:46:06] [Server thread/INFO]: Item Merge Radius: 2.5
  197. [15:46:06] [Server thread/INFO]: View Distance: 10
  198. [15:46:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  199. [15:46:06] [Server thread/INFO]: Clear tick list: false
  200. [15:46:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  201. [15:46:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  202. [15:46:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  203. [15:46:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  204. [15:46:07] [Server thread/INFO]: -------- World Settings For [fort-stoneguard_the_end] --------
  205. [15:46:07] [Server thread/INFO]: Anti X-Ray: true
  206. [15:46:07] [Server thread/INFO]: Engine Mode: 1
  207. [15:46:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  208. [15:46:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  209. [15:46:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  210. [15:46:07] [Server thread/INFO]: Mob Spawn Range: 4
  211. [15:46:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  212. [15:46:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  213. [15:46:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  214. [15:46:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  215. [15:46:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  216. [15:46:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  217. [15:46:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  218. [15:46:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  219. [15:46:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  220. [15:46:07] [Server thread/INFO]: Alternative Hopper Ticking: false
  221. [15:46:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  222. [15:46:07] [Server thread/INFO]: Random Lighting Updates: false
  223. [15:46:07] [Server thread/INFO]: Structure Info Saving: true
  224. [15:46:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  225. [15:46:07] [Server thread/INFO]: Max Entity Collisions: 8
  226. [15:46:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  227. [15:46:07] [Server thread/INFO]: Max TNT Explosions: 100
  228. [15:46:07] [Server thread/INFO]: Item Despawn Rate: 6000
  229. [15:46:07] [Server thread/INFO]: Item Merge Radius: 2.5
  230. [15:46:07] [Server thread/INFO]: View Distance: 10
  231. [15:46:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  232. [15:46:07] [Server thread/INFO]: Clear tick list: false
  233. [15:46:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  234. [15:46:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  235. [15:46:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  236. [15:46:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  237. [15:46:07] [Server thread/INFO]: Preparing start region for level 0 (Seed: -346075237254144500)
  238. [15:46:08] [Server thread/INFO]: Preparing spawn area: 77%
  239. [15:46:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8150189461895316990)
  240. [15:46:08] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8150189461895316990)
  241. [15:46:09] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v3.1.2
  242. [15:46:09] [Server thread/ERROR]: Error occurred while enabling CratesPlus v3.1.2 (Is it up to date?)
  243. java.lang.NoSuchFieldError: BARRIER
  244. at com.connorlinfoot.cratesplus.Handlers.SettingsHandler.setupSettingsInventory(SettingsHandler.java:49) ~[?:?]
  245. at com.connorlinfoot.cratesplus.Handlers.SettingsHandler.<init>(SettingsHandler.java:23) ~[?:?]
  246. at com.connorlinfoot.cratesplus.CratesPlus.onEnable(CratesPlus.java:109) ~[?:?]
  247. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  248. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  249. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  250. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  251. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  252. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  253. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  254. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  255. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  256. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  257. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  258. [15:46:09] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
  259. [15:46:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  260. [15:46:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  261. [15:46:09] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 283.0 Y: 73.0 Z: -617.0
  262. [15:46:09] [Server thread/INFO]: [StaffChat] Enabling StaffChat v1.0
  263. [15:46:09] [Server thread/INFO]: StaffChat Plugin Has Been Enabled!
  264. [15:46:09] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.8.1
  265. [15:46:09] [Server thread/INFO]: [Buycraft] Failed to create README.md.
  266. [15:46:09] [Server thread/INFO]: [Buycraft] Loaded all signs from disk
  267. [15:46:09] [Server thread/INFO]: [AdminEssentials] Enabling AdminEssentials v1.1.3
  268. [15:46:09] [Server thread/WARN]: [AdminEssentials] [AdminEssentials] Version 1.2 has been released! Download it here: http://dev.bukkit.org/bukkit-plugins/adminessentials/files/14-admin-essentials-v1-2/
  269. [15:46:09] [Server thread/INFO]: [UltimateParticles] Enabling UltimateParticles v2.0
  270. [15:46:09] [Server thread/INFO]: [UltimateParticles] has been enabled!
  271. [15:46:09] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  272. [15:46:09] [Server thread/INFO]: UltimateParticles
  273. [15:46:09] [Server thread/INFO]: Developed by AgentR
  274. [15:46:09] [Server thread/INFO]: Version 2.2
  275. [15:46:09] [Server thread/INFO]: Loading...
  276. [15:46:09] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  277. [15:46:09] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  278. [15:46:09] [Server thread/INFO]: Loaded successfully!
  279. [15:46:09] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  280. [15:46:09] [Server thread/INFO]: [RankDisplay] Enabling RankDisplay v1.0
  281. [15:46:09] [Server thread/INFO]: RankDisplay Version 1.0 has been enabled!
  282. [15:46:09] [Server thread/ERROR]: [RankDisplay] Cannot load configuration from jar
  283. org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
  284. found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
  285. in 'string', line 26, column 1:
  286.  
  287. ^
  288.  
  289. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  290. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:209) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  291. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:157) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  292. at com.redstonefreak589.Info.RankDisplay.onEnable(RankDisplay.java:23) [RankDisplay_v2.0.jar:?]
  293. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  294. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  295. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  296. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  297. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  298. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  299. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  300. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  301. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  302. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  303. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  304. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token; found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation); in 'string', line 26, column 1:
  305.  
  306. ^
  307. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  308. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  309. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  310. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  311. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  312. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  313. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  314. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  315. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  316. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  317. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  318. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  319. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  320. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  321. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  322. ... 14 more
  323. [15:46:09] [Server thread/INFO]: [AdminToolboxRemake] Enabling AdminToolboxRemake v0.2.1
  324. [15:46:09] [Server thread/INFO]: [AdminToolboxRemake] console log is set to false
  325. [15:46:09] [Server thread/INFO]: [AdminToolboxRemake] wand material is set to BLAZE_ROD
  326. [15:46:09] [Server thread/INFO]: [AdminToolboxRemake] close inventory is set to true
  327. [15:46:09] [Server thread/INFO]: [AdminToolboxRemake] Done!
  328. [15:46:09] [Server thread/INFO]: [SimpleWelcome] Enabling SimpleWelcome v1.0.1
  329. [15:46:09] [Server thread/INFO]: [SimpleWelcome] Enabled successfully!
  330. [15:46:09] [Server thread/INFO]: [CustomEnchants] Enabling CustomEnchants v2.0.6
  331. [15:46:09] [Server thread/INFO]: [BankNote] Enabling BankNote v0.1.0
  332. [15:46:09] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.6-b181
  333. [15:46:09] [Server thread/INFO]: [HoloAPI] Enabling HoloAPI v1.2.3
  334. [15:46:10] [Server thread/INFO]: [HoloAPI] [Vault] Successfully hooked
  335. [15:46:10] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  336. [15:46:10] [Server thread/INFO]: [OpTalk] Enabling OpTalk v0.7.0
  337. [15:46:10] [Server thread/INFO]: OpTalk version 0.7.0 is now enabled.
  338. [15:46:10] [Server thread/INFO]: [BossBarMessage] Enabling BossBarMessage v1.2.1
  339. [15:46:10] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
  340. [15:46:10] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.16-SNAPSHOT (build 1247) (Is it up to date?)
  341. java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_8_R3/CraftServer
  342. at net.citizensnpcs.util.Util.getMinecraftRevision(Util.java:78) ~[?:?]
  343. at net.citizensnpcs.Citizens.onEnable(Citizens.java:260) ~[?:?]
  344. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  345. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  346. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  347. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  348. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  349. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  350. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  351. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  352. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  353. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  354. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  355. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_8_R3.CraftServer
  356. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  357. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  358. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  359. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  360. ... 13 more
  361. [15:46:10] [Server thread/INFO]: [EasyItemRename] Enabling EasyItemRename v1.1.4
  362. [15:46:10] [Server thread/INFO]: [EasyItemRename] Hooked into Vault
  363. [15:46:10] [Server thread/INFO]: [EasyItemRename] Successfully enabled EasyItemRename v1.1.4
  364. [15:46:11] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.12.0-BETA2-sASO-b813
  365. [15:46:11] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.10 / CB3100
  366. [15:46:11] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  367. [15:46:11] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  368. [15:46:11] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  369. [15:46:11] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  370. [15:46:11] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  371. [15:46:11] [Server thread/INFO]: [NoCheatPlus] Version 3.12.0-BETA2-sASO-b813 is enabled.
  372. [15:46:11] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  373. [15:46:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  374. [15:46:12] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
  375. [15:46:12] [Server thread/INFO]: [ChatControl] Enabling ChatControl v1.0
  376. [15:46:12] [Server thread/INFO]: [ChatControl] ChatControl has been successfully enabled.
  377. [15:46:12] [Server thread/INFO]: [NoSwear] Enabling NoSwear v6.2
  378. [15:46:12] [Server thread/INFO]: [NoSwear] Enabled! Config Loaded! Kicking!
  379. [15:46:12] [Server thread/INFO]: [CommandHub] Enabling CommandHub v1.1
  380. [15:46:12] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
  381. [15:46:12] [Server thread/ERROR]: [PermissionsEx] =================================================================================
  382. [15:46:12] [Server thread/ERROR]: [PermissionsEx] As of version 1.23, PEX is only compatible with versions of Minecraft 1.8 or greater. Please downgrade to the most recent 1.22.x series version of PEX to continue.
  383. [15:46:12] [Server thread/ERROR]: [PermissionsEx] =================================================================================
  384. [15:46:12] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.3
  385. [15:46:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  386. [15:46:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  387. [15:46:12] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  388. [15:46:12] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.4-SNAPSHOT
  389. [15:46:12] [Server thread/INFO]: [BarAPI] Detected spigot hack, enabling fake 1.8
  390. [15:46:12] [Server thread/INFO]: [BarAPI] Loaded
  391. [15:46:12] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.1.22
  392. [15:46:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  393. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard) TNT ignition is PERMITTED.
  394. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard) Lighters are PERMITTED.
  395. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard) Lava fire is blocked.
  396. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard) Fire spread is UNRESTRICTED.
  397. [15:46:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'fort-stoneguard'
  398. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_nether) TNT ignition is PERMITTED.
  399. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_nether) Lighters are PERMITTED.
  400. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_nether) Lava fire is blocked.
  401. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_nether) Fire spread is UNRESTRICTED.
  402. [15:46:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'fort-stoneguard_nether'
  403. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_the_end) TNT ignition is PERMITTED.
  404. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_the_end) Lighters are PERMITTED.
  405. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_the_end) Lava fire is blocked.
  406. [15:46:13] [Server thread/INFO]: [WorldGuard] (fort-stoneguard_the_end) Fire spread is UNRESTRICTED.
  407. [15:46:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'fort-stoneguard_the_end'
  408. [15:46:13] [Server thread/INFO]: [WorldGuard] Loading region data...
  409. [15:46:13] [Server thread/INFO]: [godItem] Enabling godItem v1.0.6
  410. [15:46:13] [Server thread/INFO]: [godItem] Plugin GodItem initialized
  411. [15:46:13] [Server thread/INFO]: [Punishmental] Enabling Punishmental v5.1
  412. [15:46:13] [Server thread/INFO]: 5.1
  413. [15:46:13] [Server thread/WARN]: §a[Punishmental] Starting lag checker
  414. [15:46:13] [Server thread/WARN]: §a[Punishmental] Lag cheker running
  415. [15:46:13] [Server thread/INFO]: [Punishmental]: Connecting to WorldEdit
  416. [15:46:13] [Server thread/INFO]: [Punishmental]: WorldEdit found and loaded, loading punishable areas
  417. [15:46:13] [Server thread/INFO]: [Punishmental]: Commands READY
  418. [15:46:14] [Server thread/INFO]: [AdminToolkit] Enabling AdminToolkit v0.9
  419. [15:46:14] [Server thread/INFO]: AdminToolkit0.9Has Been Eenabled!
  420. [15:46:14] [Server thread/INFO]: [SimplePrefix] Enabling SimplePrefix v2.4.1
  421. [15:46:14] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  422. [15:46:14] [Server thread/INFO]: [iConomy - April Fools] Enabled (23 ms)
  423. [15:46:14] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  424. [15:46:14] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  425. [15:46:14] [Thread-18/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  426. [15:46:14] [Server thread/INFO]: [CustomEnchantments] Enabling CustomEnchantments v2.3c
  427. [15:46:14] [Server thread/INFO]: [CE] Vault has been detected!
  428. [15:46:14] [Server thread/INFO]: [CE] WorldGuard has been detected!
  429. [15:46:14] [Server thread/INFO]: [CE] All Enchantments have been loaded.
  430. [15:46:14] [Server thread/INFO]: [CE] All Items have been loaded.
  431. [15:46:15] [Server thread/INFO]: [ObbyDestruct] Enabling ObbyDestruct v4.0
  432. [15:46:15] [Server thread/INFO]: [ObbyDestruct] System Enabled.
  433. [15:46:15] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v1.4
  434. [15:46:16] [Server thread/WARN]: java.io.FileNotFoundException: http://dev.bukkit.org/bukkit-plugins/command-spy/files.rss
  435. [15:46:16] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  436. [15:46:16] [Server thread/WARN]: at me.sonarbeserk.commandspy.updating.FeedChecker.isupdateneeded(FeedChecker.java:38)
  437. [15:46:16] [Server thread/WARN]: at me.sonarbeserk.commandspy.CommandSpy.onEnable(CommandSpy.java:113)
  438. [15:46:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
  439. [15:46:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  440. [15:46:16] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412)
  441. [15:46:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476)
  442. [15:46:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394)
  443. [15:46:16] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360)
  444. [15:46:16] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334)
  445. [15:46:16] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290)
  446. [15:46:16] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210)
  447. [15:46:16] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458)
  448. [15:46:16] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  449. [15:46:16] [Server thread/INFO]: [CommandSpy] Enabled Support for Vault!
  450. [15:46:16] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.3
  451. [15:46:16] [Server thread/INFO]: [ClearLag] Loading modules...
  452. [15:46:16] [Server thread/WARN]: [ClearLag] ARMOR_STAND is NOT a valid Entity!
  453. [15:46:16] [Server thread/WARN]: [ClearLag] ARMOR_STAND is NOT a valid Entity!
  454. [15:46:16] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  455. [15:46:16] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  456. [15:46:16] [Thread-19/INFO]: [ClearLag] Checking for updates...
  457. [15:46:16] [Server thread/INFO]: [Modifyworld] Enabling Modifyworld v1.19.7
  458. [15:46:16] [Server thread/INFO]: [Modifyworld] Modifyworld enabled!
  459. [15:46:16] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v2.4
  460. [15:46:16] [Thread-19/INFO]: [ClearLag] No updates found!
  461. [15:46:16] [Server thread/INFO]: An update is available: NametagEdit v2.4, a release for CB 1.7.9-R0.1 available at http://servermods.cursecdn.com/files/790/383/NametagEdit.jar
  462. [15:46:16] [Server thread/INFO]: Update by executing: /ne update
  463. [15:46:16] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs v2.51
  464. [15:46:16] [Server thread/INFO]: [CustomMobs] CustomMobs is compatible with running Minecraft Version!
  465. [15:46:16] [Server thread/INFO]: [CustomMobs] loading...
  466. [15:46:16] [Server thread/INFO]: [CustomMobs] enabled!
  467. [15:46:16] [Server thread/INFO]: [AutoAnnouncer] Enabling AutoAnnouncer v1.7-03.23
  468. [15:46:16] [Server thread/ERROR]: Cannot load plugins/AutoAnnouncer/settings.yml
  469. org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
  470. in 'string', line 9, column 8:
  471. Tag: &b&lInfo
  472. ^
  473. expected alphabetic or numeric character, but found &(38)
  474. in 'string', line 9, column 10:
  475. Tag: &b&lInfo
  476. ^
  477.  
  478. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  479. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  480. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  481. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  482. at com.sectorgamer.sharkiller.AutoAnnouncer.Announcer.loadSettings(Announcer.java:223) [AutoAnnouncer.jar:?]
  483. at com.sectorgamer.sharkiller.AutoAnnouncer.Announcer.onEnable(Announcer.java:41) [AutoAnnouncer.jar:?]
  484. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  485. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  486. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  487. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  488. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  489. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  490. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  491. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  492. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  493. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  494. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  495. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor; expected alphabetic or numeric character, but found &(38); in 'string', line 9, column 10:
  496. Tag: &b&lInfo
  497. ^
  498. at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1446) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  499. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:939) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  500. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:370) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  501. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  502. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  503. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  504. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  505. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  506. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  507. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  508. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  509. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  510. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  511. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  512. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  513. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  514. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  515. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  516. ... 16 more
  517. [15:46:16] [Server thread/INFO]: [AutoAnnouncer] Permission support enabled!
  518. [15:46:16] [Server thread/INFO]: [AutoAnnouncer] Settings Loaded (0 announces).
  519. [15:46:16] [Server thread/WARN]: [AutoAnnouncer] Scheduling failed! There are no announcements to do.
  520. [15:46:16] [Server thread/INFO]: [AutoAnnouncer] v1.7-03.23 is enabled!
  521. [15:46:16] [Server thread/INFO]: [AutoAnnouncer] Developed by: [Sharkiller]
  522. [15:46:16] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  523. [15:46:16] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  524. [15:46:16] [Server thread/INFO]: git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10)
  525. [15:46:16] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
  526. [15:46:17] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  527. [15:46:17] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  528. [15:46:17] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  529. [15:46:17] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.5.6-b49)
  530. [15:46:17] [Server thread/INFO]: [Trading] Enabling Trading v3.2
  531. [15:46:17] [Server thread/INFO]: [Trading] Trading has been enabled
  532. [15:46:17] [Server thread/INFO]: [Trading] Vault and Economy have been found!
  533. [15:46:17] [Server thread/INFO]: [EAuctions] Enabling EAuctions v5.26
  534. [15:46:17] [Server thread/INFO]: [EAuctions] Vault found and hooked with EAuctions.
  535. [15:46:17] [Server thread/INFO]: [EAuctions] BarAPI was not found. Bar messages will not be added.
  536. [15:46:17] [Server thread/INFO]: [EAuctions] EAuctions v5.26 has been enabled.
  537. [15:46:17] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.6.7
  538. [15:46:17] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  539. [15:46:17] [Server thread/INFO]: [SilkSpawners] Loading support for v1_7_R4
  540. [15:46:17] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  541. [15:46:17] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  542. [15:46:17] [Server thread/INFO]: [SilkSpawners] Loaded BarAPI successfully!
  543. [15:46:17] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.2.2
  544. [15:46:17] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  545. [15:46:17] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  546. [15:46:17] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  547. [15:46:18] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.3
  548. [15:46:18] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
  549. [15:46:18] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  550. [15:46:18] [Server thread/INFO]: [Factions] Enabling Factions v2.8.0
  551. [15:46:18] [Server thread/INFO]: [Factions 2.8.0] === ENABLE START ===
  552. [15:46:18] [Server thread/INFO]: [Factions 2.8.0] === ENABLE COMPLETE (Took 495ms) ===
  553. [15:46:18] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1
  554. [15:46:18] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [VaultVariables, PlayerPingVariable, BukkitGlobalVariables, McmmoVariables, FactionsVariables, GeneralVariables, BukkitVariables]
  555. [15:46:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  556. [15:46:19] [Server thread/INFO]: Done (12.250s)! For help, type "help" or "?"
  557. [15:46:19] [Server thread/ERROR]: Couldn't load server icon
  558. java.lang.IllegalStateException: Must be 64 pixels wide
  559. at net.minecraft.util.org.apache.commons.lang3.Validate.validState(Validate.java:826) ~[Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  560. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:550) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  561. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:464) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  562. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  563. [15:46:19] [Server thread/ERROR]: [NametagEdit] Plugin NametagEdit v2.4 has failed to register events for class ca.wacos.nametagedit.NametagHookPEX because ru/tehkode/permissions/events/PermissionEntityEvent does not exist.
  564. [15:46:19] [Server thread/INFO]: [NametagEdit] Hooked into PermissionsEx!
  565. [15:46:19] [Server thread/INFO]: [Buycraft] Authenticated with the specified Secret key.
  566. [15:46:19] [Server thread/INFO]: [Buycraft] Plugin is now ready to be used.
  567. [15:46:19] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
  568. [15:46:19] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  569. [15:46:19] [pool-5-thread-2/INFO]: [Buycraft] Loaded 5 package(s) into the cache.
  570. [15:46:19] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  571. [15:46:19] [Craft Scheduler Thread - 16/INFO]: [PlayerVaults] We didn't find an update!
  572. [15:46:19] [Craft Scheduler Thread - 15/INFO]: [mcMMO] Cleaned backup files. Deleted 1 of 16 files.
  573. [15:46:19] [Craft Scheduler Thread - 19/WARN]: §c[Punishmental] Failsafe Activated to prevent server lock-up
  574. [15:46:19] [Craft Scheduler Thread - 19/WARN]: §c[Punishmental] If the server was running fine when this happened, please consider deactivating or raising the failsafe value in the Punishmental Config Settings
  575. [15:46:19] [Craft Scheduler Thread - 19/WARN]: §a[Punishmental] Starting lag checker
  576. [15:46:19] [Craft Scheduler Thread - 19/WARN]: §a[Punishmental] Lag cheker running
  577. [15:46:19] [Craft Scheduler Thread - 19/INFO]: [Vault] Checking for Updates ...
  578. [15:46:19] [Server thread/INFO]: /65.32.106.240:61072 lost connection: Disconnected
  579. [15:46:20] [Thread-22/INFO]: [CS-CoreLib - Updater] CS-CoreLib is up to date!
  580. [15:46:20] [Craft Scheduler Thread - 19/INFO]: [Vault] No new version available
  581. [15:46:20] [Craft Scheduler Thread - 19/INFO]: Checking for updates via Spigot...
  582. [15:46:20] [Server thread/INFO]: [CustomMobs] Using Version without WorldGuard (-region:SomeRegion specifications are ignored)
  583. [15:46:20] [Craft Scheduler Thread - 19/INFO]: [ArmorCraftCrates] No update was found, you are running the latest version. Will check again later.
  584. [15:46:25] [Craft Scheduler Thread - 14/WARN]: §c[Punishmental] Failsafe Activated to prevent server lock-up
  585. [15:46:25] [Craft Scheduler Thread - 14/WARN]: §c[Punishmental] If the server was running fine when this happened, please consider deactivating or raising the failsafe value in the Punishmental Config Settings
  586. [15:46:25] [Craft Scheduler Thread - 14/WARN]: §a[Punishmental] Starting lag checker
  587. [15:46:25] [Craft Scheduler Thread - 14/WARN]: §a[Punishmental] Lag cheker running
  588. [15:46:27] [Server thread/INFO]: [HoloAPI] Holograms loaded
  589. [15:46:37] [Craft Scheduler Thread - 16/INFO]: [CE] Checking for updates...
  590. [15:46:38] [Craft Scheduler Thread - 16/INFO]: [CE] You are using the latest Version of CE!
  591. [15:46:52] [Craft Scheduler Thread - 19/INFO]: [CustomMobs] Latest Version on bukkit.org: 2.51
  592. [15:46:52] [Craft Scheduler Thread - 19/INFO]: [CustomMobs] If you wish to disable the auto-update checking then execute the command: '/cmob update false'
  593. [15:46:52] [Craft Scheduler Thread - 19/INFO]: [CustomMobs] Switch back with '/cmob update true' if you want to be informed about the newest updates.
  594. [16:06:28] [Server thread/INFO]: CONSOLE issued server command: /list
  595. [16:06:28] [Server thread/INFO]: There are 0 out of maximum 25 players online.
  596. [16:26:38] [Server thread/INFO]: CONSOLE issued server command: /list
  597. [16:26:38] [Server thread/INFO]: There are 0 out of maximum 25 players online.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement