Advertisement
Guest User

As always, still errors

a guest
Apr 5th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.42 KB | None | 0 0
  1. Server Version:
  2.  
  3. CraftBukkit version git-Spigot-dbe012b-61ef214 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
  4.  
  5. Error:
  6.  
  7. [11:58:41] [Server thread/WARN]: [InfernalMobs] Task #255 for InfernalMobs v3.9 generated an exception
  8. java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/EnumParticle
  9. at io.hotmail.com.jacob_vejvoda.infernal_mobs.ParticleEffects.createPacket(ParticleEffects.java:150) ~[?:?]
  10. at io.hotmail.com.jacob_vejvoda.infernal_mobs.ParticleEffects.sendToLocation(ParticleEffects.java:135) ~[?:?]
  11. at io.hotmail.com.jacob_vejvoda.infernal_mobs.infernal_mobs.displayEffect(infernal_mobs.java:793) ~[?:?]
  12. at io.hotmail.com.jacob_vejvoda.infernal_mobs.infernal_mobs.showEffect(infernal_mobs.java:824) ~[?:?]
  13. at io.hotmail.com.jacob_vejvoda.infernal_mobs.infernal_mobs$4.run(infernal_mobs.java:956) ~[?:?]
  14. at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71) ~[craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  15. at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  16. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:718) [craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  17. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  18. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  19. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  20. at java.lang.Thread.run(Unknown Source) [?:1.7.0_75]
  21. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.EnumParticle
  22. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  23. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-dbe012b-61ef214]
  24. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_75]
  25. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_75]
  26. ... 12 more
  27.  
  28. Config:
  29.  
  30. #Chance is the chance that a mob will not be infernal, the lower the number the higher the chance. (min 1)
  31. #Enabledworlds are the worlds that infernal mobs can spawn in.
  32. #Enabledmobs are the mobs that can become infernal.
  33. #Loot is the items that are dropped when an infernal mob dies. (You can have up to 64)
  34. #Item is the item, Amount is the amount, Durability is how damaged it will be (0 is undamaged).
  35. #nameTagsLevel is the visibility level of the name tags, 0 = no tag,
  36. #1 = tag shown when your looking at the mob, 2 = tag always shown.
  37. #Note, if you have name tags set to 0, on server restart all infernal mobs will turn normal.
  38. #If you want to enable the boss bar you must have BarAPI on your server.
  39. #nameTagsName and bossBarsName have these special tags: <mobLevel> = the amount of powers the boss has.
  40. #<abilities> = A list of about 3-5 (whatever can fit) names of abilities the boss has.
  41. #<mobName> = Name of the mob, so if the mob is a creeper the mobName will be "Creeper".
  42. chance: 70
  43. levelChance:
  44. '3': 1
  45. '4': 1
  46. '5': 1
  47. '6': 1
  48. '7': 1
  49. namePrefix: '&fInfernal'
  50. levelPrefixs:
  51. '3': '&fMad'
  52. '4': '&fRabid'
  53. '5': '&fGiant'
  54. '6': '&fKing'
  55. '7': '&fInfernal'
  56. nameTagsLevel: 1
  57. nameTagsName: '&f<prefix> <mobName>'
  58. bossBarsName: '&fLevel <mobLevel> &f<prefix> <mobName>'
  59. enableBossBar: false
  60. enableScoreBoard: false
  61. showHealthOnScoreBoard: false
  62. effectAllPlayerAttacks: true
  63. enableFireParticles: true
  64. enableDeathMessages: false
  65. deathMessages:
  66. - '&cplayer &chas killed an mob&c!'
  67. - '&cAn mob &cwas slain by player&c!'
  68. - '&cplayer &cowned an mob&c!'
  69. - '&cAn mob &cwas beheaded by player&c''s weapon!'
  70. - '&cplayer&c''s weapon &ckilled an mob&c!'
  71. - '&cAn mob &cwas killed by player &cusing a weapon&c!'
  72. enableSpawnMessages: true
  73. spawnMessageRadius: 32
  74. spawnMessages:
  75. - '&cAn Infernal mob has spawned near you!'
  76. - '&cWatch out!'
  77. - '&cYou hear a faint scream...'
  78. - '&cSomething is coming...'
  79. - '&cYou hear a mob nearby...'
  80. enabledworlds:
  81. - <all>
  82. enabledmobs:
  83. - Chicken
  84. - PigZombie
  85. - Zombie
  86. - Skeleton
  87. - Spider
  88. - CaveSpider
  89. - Creeper
  90. - Witch
  91. - Enderman
  92. - Pig
  93. - Slime
  94. - LavaSlime
  95. - Wolf
  96. - Ghast
  97. - Giant
  98. - SilverFish
  99. - Blaze
  100. - Squid
  101. - WitherSkeleton
  102. poisonous: true
  103. armoured: true
  104. blinding: true
  105. withering: true
  106. tosser: true
  107. thief: true
  108. quicksand: true
  109. bullwark: true
  110. rust: true
  111. sapper: true
  112. 1up: true
  113. cloaked: true
  114. ender: true
  115. ghastly: true
  116. lifesteal: true
  117. sprint: true
  118. storm: true
  119. webber: true
  120. vengeance: true
  121. weakness: true
  122. berserk: true
  123. explode: true
  124. potions: true
  125. mama: true
  126. molten: true
  127. archer: true
  128. necromancer: true
  129. firework: true
  130. gravity: true
  131. flying: true
  132. mounted: true
  133. morph: true
  134. mamaSpawnAmount: 3
  135. vengeanceDamage: 6
  136. berserkDamage: 3
  137. moltenBurnLength: 5
  138. gravityLevitateLength: 6
  139. horseMountsHaveSaddles: true
  140. armouredMountsHaveArmour: true
  141. enabledMagic:
  142. - blinding
  143. - withering
  144. - tosser
  145. - thief
  146. - quicksand
  147. - sapper
  148. - ender
  149. - ghastly
  150. - storm
  151. - webber
  152. - archer
  153. - necromancer
  154. - firework
  155. - gravity
  156. - confusing
  157. fireworkColour:
  158. red: 255
  159. green: 10
  160. blue: 10
  161. mobParticles:
  162. - lavaSpark:1:10
  163. mountFate: nothing
  164. enabledMounts:
  165. - Spider
  166. - MushroomCow
  167. - Cow
  168. - Sheep
  169. - Pig
  170. - EntityHorse
  171. - Slime
  172. - Ghast
  173. enabledRiders:
  174. - PigZombie
  175. - Skeleton
  176. - Zombie
  177. - Witch
  178. - Creeper
  179. - SnowMan
  180. - Blaze
  181. - Enderman
  182. - WitherSkeleton
  183. disabledBabyMobs:
  184. - Wolf
  185. - MushroomCow
  186. - Cow
  187. - Sheep
  188. - Pig
  189. - Chicken
  190. - Ozelot
  191. - EntityHorse
  192. #The min/max amount of powers that a mob will get.
  193. #NOTE: the amount of enabled powers must not be less than the maxpowers.
  194. #healthMultiplier is what number the infernal mobs health will be multiplied by.
  195. #If you have healthByPower enabled then healthMultiplier and healthByDistance will do nothing.
  196. #dropChance is the chance a dead mob will drop loot, the lower the higher the chance (min 1)
  197. #xpMultiplier is what the normal xp a mob drops will be multiplied by.
  198. #healthByDistance makes mobs HP go up as you go further from the world spawn.
  199. #Every addDistance blocks the mobs will get healthToAdd times how far they are HP.
  200. minpowers: 3
  201. maxpowers: 7
  202. healthMultiplier: 4
  203. healthByPower: false
  204. healthByDistance: false
  205. healthToAdd: 5
  206. addDistance: 200
  207. enableDrops: true
  208.  
  209.  
  210. Startup:
  211.  
  212. [11:56:19] [Server thread/INFO]: Starting minecraft server version 1.8.3
  213. [11:56:19] [Server thread/INFO]: Loading properties
  214. [11:56:19] [Server thread/INFO]: Default game type: SURVIVAL
  215. [11:56:19] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-dbe012b-61ef214 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
  216. [11:56:19] [Server thread/INFO]: Debug logging is disabled
  217. [11:56:19] [Server thread/INFO]: Server Ping Player Sample Count: 12
  218. [11:56:19] [Server thread/INFO]: Using 3 threads for Netty based IO
  219. [11:56:19] [Server thread/INFO]: Generating keypair
  220. [11:56:20] [Server thread/INFO]: Starting Minecraft server on *:25598
  221. [11:56:20] [Server thread/INFO]: Using default channel type
  222. [11:56:20] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  223. [11:56:21] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.1
  224. [11:56:21] [Server thread/INFO]: [Stables] Loading Stables v1.9.5.5
  225. [11:56:21] [Server thread/INFO]: [CommandSync] Loading CommandSync v2.3
  226. [11:56:21] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0.2-SNAPSHOT;3370-58aac973
  227. [11:56:21] [Server thread/INFO]: [SimpleTeleportBukkit] Loading SimpleTeleportBukkit v0.0.1
  228. [11:56:21] [Server thread/INFO]: [InfernalMobs] Loading InfernalMobs v3.9
  229. [11:56:21] [Server thread/INFO]: [Vault] Loading Vault v1.5.2-b33
  230. [11:56:21] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
  231. [11:56:21] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.1
  232. [11:56:21] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  233. [11:56:21] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.1
  234. [11:56:21] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v2.1
  235. [11:56:21] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-SNAPSHOT.1575-
  236. [11:56:21] [Server thread/INFO]: [DigForDollars] Loading DigForDollars v1.1
  237. [11:56:21] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.10.0
  238. [11:56:21] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68
  239. [11:56:21] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT
  240. [11:56:21] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.3) has not yet been tested! Proceed with caution.
  241. [11:56:21] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v10.7.1
  242. [11:56:21] [Server thread/INFO]: [Votifier] Loading Votifier v1.0.7
  243. [11:56:21] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
  244. [11:56:21] [Server thread/INFO]: [PwnFilter] Loading PwnFilter v${pwnfilter.version}
  245. [11:56:21] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  246. [11:56:21] [Server thread/INFO]: [ShowCaseStandalone] Loading ShowCaseStandalone v0
  247. [11:56:21] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  248. [11:56:21] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.12.0-SNAPSHOT-sMD5NET-b791
  249. [11:56:21] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  250. [11:56:21] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  251. [11:56:21] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.3
  252. [11:56:21] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  253. [11:56:21] [Server thread/INFO]: [SignShop] Loading SignShop v2.9.2
  254. [11:56:21] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
  255. [11:56:21] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.2
  256. [11:56:21] [Server thread/INFO]: [Autorank] Loading Autorank v3.4
  257. [11:56:21] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  258. [11:56:21] [Server thread/INFO]: [Vault] Enabling Vault v1.5.2-b33
  259. [11:56:21] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  260. [11:56:21] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  261. [11:56:21] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  262. [11:56:21] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  263. [11:56:21] [Server thread/INFO]: [Vault] Enabled Version 1.5.2-b33
  264. [11:56:21] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT
  265. [11:56:21] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  266. [11:56:21] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  267. [11:56:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  268. [11:56:21] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  269. [11:56:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  270. [11:56:21] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  271. [11:56:21] [Server thread/INFO]: Preparing level "worldsurvival"
  272. [11:56:21] [Server thread/INFO]: -------- World Settings For [worldsurvival] --------
  273. [11:56:21] [Server thread/INFO]: Arrow Despawn Rate: 50
  274. [11:56:21] [Server thread/INFO]: Item Merge Radius: 2.5
  275. [11:56:21] [Server thread/INFO]: Item Despawn Rate: 6000
  276. [11:56:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
  277. [11:56:21] [Server thread/INFO]: Clear tick list: false
  278. [11:56:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  279. [11:56:21] [Server thread/INFO]: View Distance: 7
  280. [11:56:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  281. [11:56:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  282. [11:56:21] [Server thread/INFO]: Anti X-Ray: true
  283. [11:56:21] [Server thread/INFO]: Engine Mode: 2
  284. [11:56:21] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  285. [11:56:21] [Server thread/INFO]: Replace Blocks: [1, 5]
  286. [11:56:21] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 32 / Other 32
  287. [11:56:21] [Server thread/INFO]: Mob Spawn Range: 4
  288. [11:56:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  289. [11:56:21] [Server thread/INFO]: Random Lighting Updates: false
  290. [11:56:21] [Server thread/INFO]: Structure Info Saving: true
  291. [11:56:21] [Server thread/INFO]: Max TNT Explosions: 100
  292. [11:56:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  293. [11:56:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  294. [11:56:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  295. [11:56:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  296. [11:56:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  297. [11:56:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  298. [11:56:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  299. [11:56:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  300. [11:56:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  301. [11:56:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 48 / Mi 32
  302. [11:56:21] [Server thread/INFO]: Sending up to 5 chunks per packet
  303. [11:56:21] [Server thread/INFO]: Max Entity Collisions: 8
  304. [11:56:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  305. [11:56:22] [Server thread/INFO]: -------- World Settings For [worldsurvival_nether] --------
  306. [11:56:22] [Server thread/INFO]: Arrow Despawn Rate: 50
  307. [11:56:22] [Server thread/INFO]: Item Merge Radius: 2.5
  308. [11:56:22] [Server thread/INFO]: Item Despawn Rate: 6000
  309. [11:56:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
  310. [11:56:22] [Server thread/INFO]: Clear tick list: false
  311. [11:56:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  312. [11:56:22] [Server thread/INFO]: View Distance: 7
  313. [11:56:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  314. [11:56:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  315. [11:56:22] [Server thread/INFO]: Anti X-Ray: true
  316. [11:56:22] [Server thread/INFO]: Engine Mode: 2
  317. [11:56:22] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  318. [11:56:22] [Server thread/INFO]: Replace Blocks: [1, 5]
  319. [11:56:22] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 32 / Other 32
  320. [11:56:22] [Server thread/INFO]: Mob Spawn Range: 4
  321. [11:56:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  322. [11:56:22] [Server thread/INFO]: Random Lighting Updates: false
  323. [11:56:22] [Server thread/INFO]: Structure Info Saving: true
  324. [11:56:22] [Server thread/INFO]: Max TNT Explosions: 100
  325. [11:56:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  326. [11:56:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  327. [11:56:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  328. [11:56:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  329. [11:56:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  330. [11:56:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  331. [11:56:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  332. [11:56:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  333. [11:56:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  334. [11:56:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 48 / Mi 32
  335. [11:56:22] [Server thread/INFO]: Sending up to 5 chunks per packet
  336. [11:56:22] [Server thread/INFO]: Max Entity Collisions: 8
  337. [11:56:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  338. [11:56:22] [Server thread/INFO]: -------- World Settings For [worldsurvival_the_end] --------
  339. [11:56:22] [Server thread/INFO]: Arrow Despawn Rate: 50
  340. [11:56:22] [Server thread/INFO]: Item Merge Radius: 2.5
  341. [11:56:22] [Server thread/INFO]: Item Despawn Rate: 6000
  342. [11:56:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
  343. [11:56:22] [Server thread/INFO]: Clear tick list: false
  344. [11:56:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  345. [11:56:22] [Server thread/INFO]: View Distance: 7
  346. [11:56:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  347. [11:56:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  348. [11:56:22] [Server thread/INFO]: Anti X-Ray: true
  349. [11:56:22] [Server thread/INFO]: Engine Mode: 2
  350. [11:56:22] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  351. [11:56:22] [Server thread/INFO]: Replace Blocks: [1, 5]
  352. [11:56:22] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 32 / Other 32
  353. [11:56:22] [Server thread/INFO]: Mob Spawn Range: 4
  354. [11:56:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  355. [11:56:22] [Server thread/INFO]: Random Lighting Updates: false
  356. [11:56:22] [Server thread/INFO]: Structure Info Saving: true
  357. [11:56:22] [Server thread/INFO]: Max TNT Explosions: 100
  358. [11:56:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  359. [11:56:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  360. [11:56:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  361. [11:56:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  362. [11:56:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  363. [11:56:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  364. [11:56:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  365. [11:56:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  366. [11:56:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  367. [11:56:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 48 / Mi 32
  368. [11:56:22] [Server thread/INFO]: Sending up to 5 chunks per packet
  369. [11:56:22] [Server thread/INFO]: Max Entity Collisions: 8
  370. [11:56:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  371. [11:56:22] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1025009357)
  372. [11:56:23] [Server thread/INFO]: Preparing spawn area: 29%
  373. [11:56:23] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1025009357)
  374. [11:56:24] [Server thread/INFO]: Preparing spawn area: 93%
  375. [11:56:24] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1025009357)
  376. [11:56:25] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.1
  377. [11:56:25] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  378. [11:56:25] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  379. [11:56:25] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -862.0 Y: 78.0 Z: -1975.0
  380. [11:56:25] [Server thread/INFO]: [Stables] Enabling Stables v1.9.5.5
  381. [11:56:25] [Server thread/INFO]: Recipe added: SADDLE
  382. [11:56:25] [Server thread/INFO]: Recipe added: NAME_TAG
  383. [11:56:25] [Server thread/INFO]: Recipe added: IRON_BARDING
  384. [11:56:25] [Server thread/INFO]: Recipe added: GOLD_BARDING
  385. [11:56:25] [Server thread/INFO]: Recipe added: DIAMOND_BARDING
  386. [11:56:25] [Server thread/INFO]: Stables loading with SQLite.
  387. [11:56:25] [Server thread/INFO]: [Stables] Database up to date!
  388. [11:56:25] [Server thread/INFO]: [CommandSync] Enabling CommandSync v2.3
  389. [11:56:25] [Server thread/INFO]: [CommandSync] Configuration file loaded.
  390. [11:56:25] [Server thread/INFO]: [CommandSync] Connected to localhost:9190 under name survival.
  391. [11:56:25] [Server thread/INFO]: [CommandSync] All data loaded.
  392. [11:56:25] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0.2-SNAPSHOT;3370-58aac973
  393. [11:56:25] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  394. [11:56:25] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R2 as the Bukkit adapter
  395. [11:56:25] [Server thread/INFO]: [SimpleTeleportBukkit] Enabling SimpleTeleportBukkit v0.0.1
  396. [11:56:25] [Server thread/INFO]: [InfernalMobs] Enabling InfernalMobs v3.9
  397. [11:56:25] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
  398. [11:56:25] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
  399. [11:56:26] [Server thread/INFO]: -------- World Settings For [NewSurvival] --------
  400. [11:56:26] [Server thread/INFO]: Arrow Despawn Rate: 50
  401. [11:56:26] [Server thread/INFO]: Item Merge Radius: 2.5
  402. [11:56:26] [Server thread/INFO]: Item Despawn Rate: 6000
  403. [11:56:26] [Server thread/INFO]: Chunks to Grow per Tick: 650
  404. [11:56:26] [Server thread/INFO]: Clear tick list: false
  405. [11:56:26] [Server thread/INFO]: Experience Merge Radius: 3.0
  406. [11:56:26] [Server thread/INFO]: View Distance: 7
  407. [11:56:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  408. [11:56:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  409. [11:56:26] [Server thread/INFO]: Anti X-Ray: true
  410. [11:56:26] [Server thread/INFO]: Engine Mode: 2
  411. [11:56:26] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  412. [11:56:26] [Server thread/INFO]: Replace Blocks: [1, 5]
  413. [11:56:26] [Server thread/INFO]: Entity Tracking Range: Pl 32 / An 32 / Mo 32 / Mi 32 / Other 32
  414. [11:56:26] [Server thread/INFO]: Mob Spawn Range: 4
  415. [11:56:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  416. [11:56:26] [Server thread/INFO]: Random Lighting Updates: false
  417. [11:56:26] [Server thread/INFO]: Structure Info Saving: true
  418. [11:56:26] [Server thread/INFO]: Max TNT Explosions: 100
  419. [11:56:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  420. [11:56:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  421. [11:56:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
  422. [11:56:26] [Server thread/INFO]: Cane Growth Modifier: 100%
  423. [11:56:26] [Server thread/INFO]: Melon Growth Modifier: 100%
  424. [11:56:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  425. [11:56:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  426. [11:56:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
  427. [11:56:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
  428. [11:56:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 48 / Mi 32
  429. [11:56:26] [Server thread/INFO]: Sending up to 5 chunks per packet
  430. [11:56:26] [Server thread/INFO]: Max Entity Collisions: 8
  431. [11:56:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  432. [11:56:26] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1041085132)
  433. [11:56:26] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  434. [11:56:27] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  435. [11:56:27] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.1
  436. [11:56:27] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  437. [11:56:27] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  438. [11:56:27] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  439. [11:56:27] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  440. [11:56:27] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  441. [11:56:27] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.1
  442. [11:56:27] [Server thread/INFO]: [BungeePortals] Metrics initiated!
  443. [11:56:27] [Server thread/INFO]: [BungeePortals] Commands registered!
  444. [11:56:27] [Server thread/INFO]: [BungeePortals] Events registered!
  445. [11:56:27] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
  446. [11:56:27] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
  447. [11:56:27] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
  448. [11:56:27] [Server thread/INFO]: [BungeePortals] Portal data loaded! (0ms)
  449. [11:56:27] [Server thread/INFO]: [BungeePortals] Save task started!
  450. [11:56:27] [Server thread/INFO]: [BungeePortals] Version 1.1 has been enabled. (7ms)
  451. [11:56:27] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v2.1
  452. [11:56:27] [Server thread/INFO]: [KillerMoney] Wrong locale setup, using "en"
  453. [11:56:27] [Server thread/INFO]: [KillerMoney] Vault initialized
  454. [11:56:27] [Server thread/INFO]: [KillerMoney] Metrics initialized
  455. [11:56:27] [Server thread/INFO]: [KillerMoney] MobArena initialization failed
  456. [11:56:27] [Server thread/INFO]: [KillerMoney] ------------------------------
  457. [11:56:27] [Server thread/INFO]: [KillerMoney] | Update found!
  458. [11:56:27] [Server thread/INFO]: [KillerMoney] | Your version: 2.1 | new version: 3.0
  459. [11:56:27] [Server thread/INFO]: [KillerMoney] | Please update your KillerMoney!
  460. [11:56:27] [Server thread/INFO]: [KillerMoney] | http://dev.bukkit.org/bukkit-plugins/killermoney/
  461. [11:56:27] [Server thread/INFO]: [KillerMoney] ------------------------------
  462. [11:56:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-SNAPSHOT.1575-
  463. [11:56:28] [Server thread/INFO]: [WorldGuard] Blacklist loaded.
  464. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival) TNT ignition is PERMITTED.
  465. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival) Lighters are PERMITTED.
  466. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival) Lava fire is blocked.
  467. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival) Fire spread is UNRESTRICTED.
  468. [11:56:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'worldsurvival'
  469. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_nether) TNT ignition is PERMITTED.
  470. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_nether) Lighters are PERMITTED.
  471. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_nether) Lava fire is blocked.
  472. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_nether) Fire spread is UNRESTRICTED.
  473. [11:56:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'worldsurvival_nether'
  474. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_the_end) TNT ignition is PERMITTED.
  475. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_the_end) Lighters are PERMITTED.
  476. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_the_end) Lava fire is blocked.
  477. [11:56:28] [Server thread/INFO]: [WorldGuard] (worldsurvival_the_end) Fire spread is UNRESTRICTED.
  478. [11:56:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'worldsurvival_the_end'
  479. [11:56:28] [Server thread/INFO]: [WorldGuard] (NewSurvival) TNT ignition is PERMITTED.
  480. [11:56:28] [Server thread/INFO]: [WorldGuard] (NewSurvival) Lighters are PERMITTED.
  481. [11:56:28] [Server thread/INFO]: [WorldGuard] (NewSurvival) Lava fire is blocked.
  482. [11:56:28] [Server thread/INFO]: [WorldGuard] (NewSurvival) Fire spread is UNRESTRICTED.
  483. [11:56:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewSurvival'
  484. [11:56:28] [Server thread/INFO]: [WorldGuard] Loading region data...
  485. [11:56:28] [Server thread/INFO]: [DigForDollars] Enabling DigForDollars v1.1
  486. [11:56:28] [Server thread/INFO]: [DigForDollars] Reloading Config for DigForDollars
  487. [11:56:28] [Server thread/WARN]: [DigForDollars] No wildcard perm?
  488. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&bDiamond ore block' $25.0>
  489. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&aEmerald' $100.0>
  490. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&9Lapis' $10.0>
  491. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&cRedstone' $1.0>
  492. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&fQuartz' $7.0>
  493. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&7Coal' $2.0>
  494. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&eGold' $15.0>
  495. [11:56:28] [Server thread/INFO]: [DigForDollars] Registered Ore: <Ore: '&fIron' $5.0>
  496. [11:56:28] [Server thread/INFO]: [DigForDollars] ItemCausesDrops method: private boolean org.bukkit.craftbukkit.v1_8_R2.block.CraftBlock.itemCausesDrops(org.bukkit.inventory.ItemStack)
  497. [11:56:28] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.10.0
  498. [11:56:28] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
  499. [11:56:28] [Server thread/INFO]: CoreProtect version 2.10.0 is enabled!
  500. [11:56:28] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  501. [11:56:28] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68
  502. [11:56:28] [Server thread/INFO]: [cncp] Ensured that the following plugin is enabled: WorldGuard
  503. [11:56:28] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
  504. [11:56:28] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
  505. [11:56:28] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
  506. [11:56:28] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
  507. [11:56:28] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68 is enabled. Some hooks might get registered with NoCheatPlus later on.
  508. [11:56:28] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v10.7.1
  509. [11:56:28] [Server thread/INFO]: GriefPrevention: Grief Prevention boot start.
  510. [11:56:28] [Server thread/INFO]: GriefPrevention: Finished loading configuration.
  511. [11:56:31] [Server thread/INFO]: GriefPrevention: 1928 total claims loaded.
  512. [11:56:32] [Server thread/INFO]: GriefPrevention: Customizable messages loaded.
  513. [11:56:32] [Server thread/INFO]: GriefPrevention: Successfully hooked into WorldGuard.
  514. [11:56:32] [Server thread/INFO]: GriefPrevention: Finished loading data (File Mode).
  515. [11:56:33] [Server thread/INFO]: GriefPrevention: Cached 173 recent players.
  516. [11:56:33] [Server thread/INFO]: GriefPrevention: Boot finished.
  517. [11:56:33] [Server thread/INFO]: [Votifier] Enabling Votifier v1.0.7
  518. [11:56:33] [Server thread/WARN]: [Votifier] Maybe... But oh well ;P This could be normal!
  519. [11:56:33] [Server thread/INFO]: [Votifier] Votifier enabled.
  520. [11:56:33] [Server thread/INFO]: [Votifier] [BV] Shutting down the listener!
  521. [11:56:33] [Server thread/INFO]: [Votifier] [BV] Init BVConfig.
  522. [11:56:33] [Server thread/INFO]: [Votifier] [BV] Registered the PluginMessageListener.
  523. [11:56:33] [Server thread/INFO]: [Votifier] [BV] Registered "BVotifier" as an incoming channel!
  524. [11:56:33] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.1
  525. [11:56:33] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Enabled
  526. [11:56:33] [Server thread/INFO]: [PwnFilter] Enabling PwnFilter v${pwnfilter.version}
  527. [11:56:33] [Server thread/INFO]: [PwnFilter] Now logging to plugins\PwnFilter\pwnfilter.log
  528. [11:56:33] [Server thread/INFO]: [PwnFilter] Vault found. Enabling actions requiring Vault
  529. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 5
  530. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 12
  531. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 13
  532. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 19
  533. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 20
  534. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 22
  535. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 23
  536. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 25
  537. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 26
  538. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 27
  539. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 30
  540. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 35
  541. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 38
  542. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 39
  543. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 46
  544. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 48
  545. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 53
  546. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 61
  547. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 63
  548. [11:56:33] [Server thread/INFO]: [PwnFilter] Syntax error in letters.vars line: 91
  549. [11:56:34] [Server thread/INFO]: [PwnFilter] Activated SignListener with Priority Setting: LOWEST Rule Count: 972
  550. [11:56:34] [Server thread/INFO]: [PwnFilter] Activated ItemListener with Priority Setting: LOWEST Rule Count: 972
  551. [11:56:34] [Server thread/INFO]: [PwnFilter] Activated CommandListener with Priority Setting: LOWEST Rule Count: 972
  552. [11:56:34] [Server thread/INFO]: [PwnFilter] Activated PlayerListener with Priority Setting: LOWEST Rule Count: 972
  553. [11:56:34] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  554. [11:56:34] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  555. [11:56:34] [Server thread/INFO]: git-Spigot-dbe012b-61ef214 (MC: 1.8.3)
  556. [11:56:34] [Server thread/INFO]: 1.8.3-R0.1-SNAPSHOT
  557. [11:56:34] [Server thread/INFO]: Using locale en_US
  558. [11:56:34] [Server thread/INFO]: Using locale en_US
  559. [11:56:34] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  560. [11:56:34] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  561. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Enabling ShowCaseStandalone v0
  562. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Starting b0, created by kellerkindt with great contribution by sorklin, Ryzko
  563. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Loading configuration.
  564. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Loaded localization: locale_EN.yml
  565. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Initialising handlers
  566. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Initialising storage handlers
  567. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Loading data
  568. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Loaded Shops: 40, PlayerSessions: 4, PriceRanges: 0
  569. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Searching for other Plugins...
  570. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Hooked into Vault
  571. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Hooked into Vault Permissions
  572. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Hooked into WorldGuard
  573. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Register event listeners
  574. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Initilazing Metrics
  575. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Metrics is deactivated, ShowCaseStandalone respects your decision and won't use Metrics
  576. [11:56:34] [Server thread/INFO]: WARNING: This is a development version, there COULD be issues. Please be aware of this!
  577. [11:56:34] [Server thread/INFO]: [ShowCaseStandalone] Enabled
  578. [11:56:34] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  579. [11:56:34] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.12.0-SNAPSHOT-sMD5NET-b791
  580. [11:56:35] [Server thread/WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
  581. [11:56:35] [Server thread/WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes
  582. [11:56:35] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Spigot-dbe012b-61ef214 (MC: 1.8.3)). Please check for updates and consider to request support.
  583. [11:56:35] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.
  584. [11:56:35] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.x|1.7.x|1.8.x / Bukkit-API
  585. [11:56:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  586. [11:56:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  587. [11:56:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  588. [11:56:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  589. [11:56:35] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  590. [11:56:35] [Server thread/INFO]: Adding packet level hooks for ProtocolLib (MC 1.8.3)...
  591. [11:56:35] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: FlyingFrequency | SoundDistance
  592. [11:56:35] [Server thread/INFO]: [NoCheatPlus] Version 3.12.0-SNAPSHOT-sMD5NET-b791 is enabled.
  593. [11:56:35] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Added 0 registered hooks to NoCheatPlus.
  594. [11:56:35] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  595. [11:56:35] [Server thread/INFO]: [SignShop] Enabling SignShop v2.9.2
  596. [11:56:35] [Server thread/WARN]: [SignShop] Material called: 0 could not be added to the blacklist as it does not exist, please check your config.yml!
  597. [11:56:37] [Netty Server IO #1/INFO]: UUID of player Chicken_2004 is 55868b60-94a0-41c6-ada3-4a8fefc3fec9
  598. [11:56:41] [Server thread/ERROR]: [SignShop] Unable to load C:\Servers\Survival Server\plugins\SignShop\timing.yml because: unacceptable character ' ' (0x0) special characters are not allowed
  599. in "'string'", position 0
  600. [11:56:41] [Server thread/INFO]: [SignShop] v2.9.2 Enabled
  601. [11:56:41] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
  602. [11:56:41] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.2
  603. [11:56:41] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  604. [11:56:41] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  605. [11:56:41] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.10 or above found, enabling version 2 player handling.
  606. [11:56:41] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
  607. [11:56:41] [Server thread/INFO]: [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
  608. [11:56:41] [Server thread/INFO]: [Autorank] Enabling Autorank v3.4
  609. [11:56:41] [Server thread/INFO]: [Autorank] Simple config file loaded
  610. [11:56:41] [Server thread/INFO]: [Autorank] Advanced config file loaded
  611. [11:56:41] [Server thread/INFO]: [Autorank] Settings config file loaded
  612. [11:56:41] [Server thread/INFO]: [Autorank] Loaded stored uuids.
  613. [11:56:41] [Server thread/INFO]: [Autorank] Loaded playerdata.
  614. [11:56:41] [Server thread/INFO]: [Autorank] Successfully established connection to localhost:3306
  615. [11:56:41] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
  616. [11:56:41] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
  617. [11:56:41] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
  618. [11:56:41] [Server thread/INFO]: [Autorank] Data file loaded
  619. [11:56:41] [Server thread/INFO]: [Autorank] Config files have been correctly setup!
  620. [11:56:41] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
  621. [11:56:41] [Server thread/INFO]: [Autorank] Using timings of: autorank
  622. [11:56:41] [Server thread/INFO]: [Autorank] Autorank 3.4 has been enabled!
  623. [11:56:42] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  624. [11:56:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  625. [11:56:42] [Server thread/INFO]: Done (20.244s)! For help, type "help" or "?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement