Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.53 KB | None | 0 0
  1. [09:39:00] [Server thread/INFO]: Starting minecraft server version 1.8.3
  2. [09:39:00] [Server thread/INFO]: Loading properties
  3. [09:39:00] [Server thread/INFO]: Default game type: SURVIVAL
  4. [09:39:00] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2f787bd-ea28011 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
  5. [09:39:01] [Server thread/INFO]: Debug logging is disabled
  6. [09:39:01] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [09:39:01] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [09:39:01] [Server thread/INFO]: Generating keypair
  9. [09:39:01] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [09:39:01] [Server thread/INFO]: Using default channel type
  11. [09:39:01] [Server thread/ERROR]: Could not load 'plugins\BuildTools.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:154) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  15. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  16. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  17. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  19. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  20. ... 6 more
  21. [09:39:01] [Server thread/WARN]: Plugin `Hunger_Games_Map_Generator_Server v1.1pre' uses the space-character (0x20) in its name `Hunger Games Map Generator Server' - this is discouraged
  22. [09:39:01] [Server thread/WARN]: Plugin `Project_HungerGames v0.9.2' uses the space-character (0x20) in its name `Project HungerGames' - this is discouraged
  23. [09:39:01] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  24. [09:39:02] [Server thread/ERROR]: Could not load 'plugins\NoLagg-1.90.4.jar' in folder 'plugins'
  25. org.bukkit.plugin.UnknownDependencyException: BKCommonLib
  26. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  27. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  28. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  29. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  30. at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  31. [09:39:02] [Server thread/ERROR]: Could not load 'plugins\TitleAPI.jar' in folder 'plugins'
  32. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/Packet
  33. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  34. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  35. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  36. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  37. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  38. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  39. at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  40. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/Packet
  41. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
  42. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_51]
  43. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  44. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  45. ... 6 more
  46. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.Packet
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  48. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  49. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
  50. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
  51. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
  52. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_51]
  53. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  54. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  55. ... 6 more
  56. [09:39:02] [Server thread/INFO]: [PermissionsEx] sql backend registered!
  57. [09:39:02] [Server thread/INFO]: [PermissionsEx] file backend registered!
  58. [09:39:02] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  59. [09:39:02] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
  60. [09:39:02] [Server thread/INFO]: [TerrainControl] Loading TerrainControl v2.5.0
  61. [09:39:02] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  62. [09:39:02] [Server thread/INFO]: [FixIt] Loading FixIt v4.0
  63. [09:39:02] [Server thread/INFO]: [cPlugins] Loading cPlugins v1.0
  64. [09:39:02] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.7
  65. [09:39:02] [Server thread/INFO]: [AntiExplode] Loading AntiExplode v1.0
  66. [09:39:02] [Server thread/INFO]: [FireworkBuilder] Loading FireworkBuilder v0.2.8
  67. [09:39:02] [Server thread/INFO]: [LaggRemover] Loading LaggRemover v0.1.1
  68. [09:39:02] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  69. [09:39:02] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  70. [09:39:02] [Server thread/INFO]: [Emojix] Loading Emojix v2.4
  71. [09:39:02] [Server thread/INFO]: [Hunger_Games_Map_Generator_Server] Loading Hunger_Games_Map_Generator_Server v1.1pre
  72. [09:39:02] [Server thread/INFO]: [HealAndFeed] Loading HealAndFeed v0.1
  73. [09:39:02] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  74. [09:39:02] [Server thread/INFO]: [CostOnCommand] Loading CostOnCommand v2.3
  75. [09:39:02] [Server thread/INFO]: [Emotions] Loading Emotions v1.0.0.0
  76. [09:39:02] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  77. [09:39:02] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  78. [09:39:02] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
  79. [09:39:02] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  80. [09:39:02] [Server thread/INFO]: Permissions file successfully reloaded
  81. [09:39:02] [Server thread/INFO]: [ReSpawnRemover] Loading ReSpawnRemover v1.1
  82. [09:39:02] [Server thread/INFO]: [FunAdmin] Loading FunAdmin v1.5
  83. [09:39:02] [Server thread/INFO]: [PvPDiffTimer] Loading PvPDiffTimer v1.1.0
  84. [09:39:02] [Server thread/INFO]: [Simple-AutoSave] Loading Simple-AutoSave v0.2.2
  85. [09:39:02] [Server thread/INFO]: [AutoCorrect] Loading AutoCorrect v1.2
  86. [09:39:02] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v1.7
  87. [09:39:02] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  88. [09:39:02] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
  89. [09:39:02] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  90. [09:39:02] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v11.8
  91. [09:39:02] [Server thread/INFO]: [LightAPI] Loading LightAPI v1.3.1
  92. [09:39:02] [Server thread/INFO]: [LightSource] Loading LightSource v2.2.4
  93. [09:39:02] [Server thread/INFO]: [NoGodApple] Loading NoGodApple v1.0
  94. [09:39:02] [Server thread/INFO]: [Titlebar] Loading Titlebar v1.2.0
  95. [09:39:02] [Server thread/INFO]: [MineMaze] Loading MineMaze v2.1
  96. [09:39:02] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
  97. [09:39:02] [Server thread/INFO]: [MobHunting] Loading MobHunting v2.3.1
  98. [09:39:02] [Server thread/INFO]: [Project_HungerGames] Loading Project_HungerGames v0.9.2
  99. [09:39:02] [Server thread/INFO]: [MyHorse] Loading MyHorse v0.3.2
  100. [09:39:02] [Server thread/INFO]: [CommandBuy] Loading CommandBuy v1.0
  101. [09:39:02] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1
  102. [09:39:02] [Server thread/INFO]: [SignShop] Loading SignShop v2.11.0
  103. [09:39:02] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3.2
  104. [09:39:02] [Server thread/INFO]: [Taxes] Loading Taxes v1.1
  105. [09:39:02] [Server thread/INFO]: [TerrainControl] Enabling TerrainControl v2.5.0
  106. [09:39:02] [Server thread/ERROR]: Error occurred while enabling TerrainControl v2.5.0 (Is it up to date?)
  107. java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/WorldGenFactory
  108. at com.khorn.terraincontrol.bukkit.TCPlugin.onEnable(TCPlugin.java:99) ~[?:?]
  109. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  110. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  111. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  112. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  113. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  114. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:200) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  115. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  116. at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  117. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.WorldGenFactory
  118. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  119. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  120. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
  121. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
  122. ... 9 more
  123. [09:39:02] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
  124. [09:39:02] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  125. [09:39:02] [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.
  126. [09:39:02] [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!
  127. [09:39:02] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  128. [09:39:02] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  129. [09:39:02] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  130. [09:39:02] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  131. [09:39:02] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  132. [09:39:02] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
  133. [09:39:02] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  134. [09:39:02] [Server thread/INFO]: Preparing level "lobby"
  135. [09:39:02] [Server thread/INFO]: -------- World Settings For [lobby] --------
  136. [09:39:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  137. [09:39:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  138. [09:39:02] [Server thread/INFO]: Anti X-Ray: true
  139. [09:39:02] [Server thread/INFO]: Engine Mode: 1
  140. [09:39:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  141. [09:39:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  142. [09:39:02] [Server thread/INFO]: Mob Spawn Range: 4
  143. [09:39:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  144. [09:39:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  145. [09:39:02] [Server thread/INFO]: Structure Info Saving: true
  146. [09:39:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  147. [09:39:02] [Server thread/INFO]: Random Lighting Updates: false
  148. [09:39:02] [Server thread/INFO]: Max TNT Explosions: 100
  149. [09:39:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  150. [09:39:02] [Server thread/INFO]: Sending up to 5 chunks per packet
  151. [09:39:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  152. [09:39:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  153. [09:39:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  154. [09:39:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  155. [09:39:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  156. [09:39:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  157. [09:39:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  158. [09:39:02] [Server thread/INFO]: Item Despawn Rate: 6000
  159. [09:39:02] [Server thread/INFO]: Item Merge Radius: 2.5
  160. [09:39:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  161. [09:39:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  162. [09:39:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  163. [09:39:02] [Server thread/INFO]: Clear tick list: false
  164. [09:39:02] [Server thread/INFO]: View Distance: 10
  165. [09:39:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  166. [09:39:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  167. [09:39:02] [Server thread/INFO]: Max Entity Collisions: 8
  168. [09:39:02] [Server thread/INFO]: -------- World Settings For [lobby_nether] --------
  169. [09:39:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  170. [09:39:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  171. [09:39:02] [Server thread/INFO]: Anti X-Ray: true
  172. [09:39:02] [Server thread/INFO]: Engine Mode: 1
  173. [09:39:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  174. [09:39:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  175. [09:39:02] [Server thread/INFO]: Mob Spawn Range: 4
  176. [09:39:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  177. [09:39:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  178. [09:39:02] [Server thread/INFO]: Structure Info Saving: true
  179. [09:39:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  180. [09:39:02] [Server thread/INFO]: Random Lighting Updates: false
  181. [09:39:02] [Server thread/INFO]: Max TNT Explosions: 100
  182. [09:39:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  183. [09:39:02] [Server thread/INFO]: Sending up to 5 chunks per packet
  184. [09:39:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  185. [09:39:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  186. [09:39:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  187. [09:39:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  188. [09:39:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  189. [09:39:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  190. [09:39:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  191. [09:39:02] [Server thread/INFO]: Item Despawn Rate: 6000
  192. [09:39:02] [Server thread/INFO]: Item Merge Radius: 2.5
  193. [09:39:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  194. [09:39:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  195. [09:39:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  196. [09:39:02] [Server thread/INFO]: Clear tick list: false
  197. [09:39:02] [Server thread/INFO]: View Distance: 10
  198. [09:39:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  199. [09:39:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  200. [09:39:02] [Server thread/INFO]: Max Entity Collisions: 8
  201. [09:39:02] [Server thread/INFO]: -------- World Settings For [lobby_the_end] --------
  202. [09:39:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  203. [09:39:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  204. [09:39:02] [Server thread/INFO]: Anti X-Ray: true
  205. [09:39:02] [Server thread/INFO]: Engine Mode: 1
  206. [09:39:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  207. [09:39:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  208. [09:39:02] [Server thread/INFO]: Mob Spawn Range: 4
  209. [09:39:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  210. [09:39:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  211. [09:39:02] [Server thread/INFO]: Structure Info Saving: true
  212. [09:39:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  213. [09:39:02] [Server thread/INFO]: Random Lighting Updates: false
  214. [09:39:02] [Server thread/INFO]: Max TNT Explosions: 100
  215. [09:39:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  216. [09:39:02] [Server thread/INFO]: Sending up to 5 chunks per packet
  217. [09:39:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  218. [09:39:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  219. [09:39:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  220. [09:39:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  221. [09:39:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  222. [09:39:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  223. [09:39:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  224. [09:39:02] [Server thread/INFO]: Item Despawn Rate: 6000
  225. [09:39:02] [Server thread/INFO]: Item Merge Radius: 2.5
  226. [09:39:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  227. [09:39:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  228. [09:39:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  229. [09:39:02] [Server thread/INFO]: Clear tick list: false
  230. [09:39:02] [Server thread/INFO]: View Distance: 10
  231. [09:39:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  232. [09:39:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  233. [09:39:02] [Server thread/INFO]: Max Entity Collisions: 8
  234. [09:39:03] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5162990049724215316)
  235. [09:39:03] [Server thread/INFO]: Preparing start region for level 1 (Seed: -341937381697742706)
  236. [09:39:04] [Server thread/INFO]: Preparing spawn area: 79%
  237. [09:39:05] [Server thread/INFO]: Preparing start region for level 2 (Seed: -341937381697742706)
  238. [09:39:05] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  239. [09:39:05] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  240. [09:39:05] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
  241. [09:39:05] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  242. [09:39:05] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  243. [09:39:05] [Server thread/INFO]: git-Spigot-2f787bd-ea28011 (MC: 1.8.3)
  244. [09:39:05] [Server thread/INFO]: 1.8.3-R0.1-SNAPSHOT
  245. [09:39:05] [Server thread/INFO]: Using locale nl_NL
  246. [09:39:05] [Server thread/INFO]: Using locale nl_NL
  247. [09:39:05] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  248. [09:39:05] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  249. [09:39:05] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  250. [09:39:05] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.3-b37)
  251. [09:39:05] [Server thread/INFO]: [FixIt] Enabling FixIt v4.0
  252. [09:39:05] [Server thread/INFO]: [FixIt] FixIt has been enabled!
  253. [09:39:05] [Server thread/INFO]: [cPlugins] Enabling cPlugins v1.0
  254. [09:39:05] [Server thread/INFO]: §aCustomPlugins : Enabled!
  255. [09:39:05] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.7
  256. [09:39:05] [Server thread/INFO]: [ClearLag] Loading modules...
  257. [09:39:05] [Server thread/WARN]: [ClearLag] mob-range requires you to use bukkit v1.7_r4 (1.7.10)
  258. [09:39:05] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  259. [09:39:05] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  260. [09:39:05] [Server thread/INFO]: [AntiExplode] Enabling AntiExplode v1.0
  261. [09:39:05] [Server thread/INFO]: AntiExplode - Version: 1.0 - Has been enabled!
  262. [09:39:05] [Server thread/INFO]: [FireworkBuilder] Enabling FireworkBuilder v0.2.8
  263. [09:39:06] [Thread-11/INFO]: [ClearLag] Checking for updates...
  264. [09:39:06] [Server thread/INFO]: [FireworkBuilder] Loading Firework Platforms. Please wait...
  265. [09:39:06] [Server thread/INFO]: [FireworkBuilder] 0 Firework Platforms loaded.
  266. [09:39:06] [Server thread/INFO]: [FireworkBuilder] FireworkBuilder has been enabled!
  267. [09:39:06] [Server thread/INFO]: [LaggRemover] Enabling LaggRemover v0.1.1
  268. [09:39:06] [Server thread/INFO]: [LaggRemover] The Smart Lag Detection AI is now active.
  269. [09:39:06] [Server thread/INFO]: [LaggRemover] LaggRemover has been enabled!
  270. [09:39:06] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  271. [09:39:06] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  272. [09:39:06] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  273. [09:39:06] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: LARGE_BIOMES & seed: -8420309182049436776
  274. [09:39:06] [Server thread/INFO]: -------- World Settings For [world] --------
  275. [09:39:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  276. [09:39:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  277. [09:39:06] [Server thread/INFO]: Anti X-Ray: true
  278. [09:39:06] [Server thread/INFO]: Engine Mode: 1
  279. [09:39:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  280. [09:39:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  281. [09:39:06] [Server thread/INFO]: Mob Spawn Range: 4
  282. [09:39:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  283. [09:39:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  284. [09:39:06] [Server thread/INFO]: Structure Info Saving: true
  285. [09:39:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  286. [09:39:06] [Server thread/INFO]: Random Lighting Updates: false
  287. [09:39:06] [Server thread/INFO]: Max TNT Explosions: 100
  288. [09:39:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  289. [09:39:06] [Server thread/INFO]: Sending up to 5 chunks per packet
  290. [09:39:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  291. [09:39:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  292. [09:39:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  293. [09:39:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  294. [09:39:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  295. [09:39:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  296. [09:39:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  297. [09:39:06] [Server thread/INFO]: Item Despawn Rate: 6000
  298. [09:39:06] [Server thread/INFO]: Item Merge Radius: 2.5
  299. [09:39:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  300. [09:39:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  301. [09:39:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  302. [09:39:06] [Server thread/INFO]: Clear tick list: false
  303. [09:39:06] [Server thread/INFO]: View Distance: 10
  304. [09:39:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  305. [09:39:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  306. [09:39:06] [Server thread/INFO]: Max Entity Collisions: 8
  307. [09:39:06] [Server thread/INFO]: Preparing start region for level 3 (Seed: -8420309182049436776)
  308. [09:39:06] [Thread-11/INFO]: [ClearLag] No updates found!
  309. [09:39:07] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 4489678980065516093
  310. [09:39:07] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  311. [09:39:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  312. [09:39:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  313. [09:39:07] [Server thread/INFO]: Anti X-Ray: true
  314. [09:39:07] [Server thread/INFO]: Engine Mode: 1
  315. [09:39:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  316. [09:39:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  317. [09:39:07] [Server thread/INFO]: Mob Spawn Range: 4
  318. [09:39:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  319. [09:39:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  320. [09:39:07] [Server thread/INFO]: Structure Info Saving: true
  321. [09:39:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  322. [09:39:07] [Server thread/INFO]: Random Lighting Updates: false
  323. [09:39:07] [Server thread/INFO]: Max TNT Explosions: 100
  324. [09:39:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  325. [09:39:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  326. [09:39:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  327. [09:39:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  328. [09:39:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  329. [09:39:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  330. [09:39:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  331. [09:39:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  332. [09:39:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  333. [09:39:07] [Server thread/INFO]: Item Despawn Rate: 6000
  334. [09:39:07] [Server thread/INFO]: Item Merge Radius: 2.5
  335. [09:39:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  336. [09:39:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  337. [09:39:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  338. [09:39:07] [Server thread/INFO]: Clear tick list: false
  339. [09:39:07] [Server thread/INFO]: View Distance: 10
  340. [09:39:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  341. [09:39:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  342. [09:39:07] [Server thread/INFO]: Max Entity Collisions: 8
  343. [09:39:07] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4489678980065516093)
  344. [09:39:07] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  345. [09:39:07] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
  346. [09:39:08] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  347. [09:39:09] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 4489678980065516093
  348. [09:39:09] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  349. [09:39:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
  350. [09:39:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  351. [09:39:09] [Server thread/INFO]: Anti X-Ray: true
  352. [09:39:09] [Server thread/INFO]: Engine Mode: 1
  353. [09:39:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  354. [09:39:09] [Server thread/INFO]: Replace Blocks: [1, 5]
  355. [09:39:09] [Server thread/INFO]: Mob Spawn Range: 4
  356. [09:39:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  357. [09:39:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  358. [09:39:09] [Server thread/INFO]: Structure Info Saving: true
  359. [09:39:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  360. [09:39:09] [Server thread/INFO]: Random Lighting Updates: false
  361. [09:39:09] [Server thread/INFO]: Max TNT Explosions: 100
  362. [09:39:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  363. [09:39:09] [Server thread/INFO]: Sending up to 5 chunks per packet
  364. [09:39:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
  365. [09:39:09] [Server thread/INFO]: Cane Growth Modifier: 100%
  366. [09:39:09] [Server thread/INFO]: Melon Growth Modifier: 100%
  367. [09:39:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  368. [09:39:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  369. [09:39:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
  370. [09:39:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
  371. [09:39:09] [Server thread/INFO]: Item Despawn Rate: 6000
  372. [09:39:09] [Server thread/INFO]: Item Merge Radius: 2.5
  373. [09:39:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  374. [09:39:09] [Server thread/INFO]: Experience Merge Radius: 3.0
  375. [09:39:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
  376. [09:39:09] [Server thread/INFO]: Clear tick list: false
  377. [09:39:09] [Server thread/INFO]: View Distance: 10
  378. [09:39:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  379. [09:39:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  380. [09:39:09] [Server thread/INFO]: Max Entity Collisions: 8
  381. [09:39:09] [Server thread/INFO]: Preparing start region for level 5 (Seed: 4489678980065516093)
  382. [09:39:09] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'eland' - Env: NORMAL - Type: NORMAL & seed: 5737129693024979369
  383. [09:39:09] [Server thread/INFO]: -------- World Settings For [eland] --------
  384. [09:39:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
  385. [09:39:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  386. [09:39:09] [Server thread/INFO]: Anti X-Ray: true
  387. [09:39:09] [Server thread/INFO]: Engine Mode: 1
  388. [09:39:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  389. [09:39:09] [Server thread/INFO]: Replace Blocks: [1, 5]
  390. [09:39:09] [Server thread/INFO]: Mob Spawn Range: 4
  391. [09:39:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  392. [09:39:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  393. [09:39:09] [Server thread/INFO]: Structure Info Saving: true
  394. [09:39:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  395. [09:39:09] [Server thread/INFO]: Random Lighting Updates: false
  396. [09:39:09] [Server thread/INFO]: Max TNT Explosions: 100
  397. [09:39:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  398. [09:39:09] [Server thread/INFO]: Sending up to 5 chunks per packet
  399. [09:39:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
  400. [09:39:09] [Server thread/INFO]: Cane Growth Modifier: 100%
  401. [09:39:09] [Server thread/INFO]: Melon Growth Modifier: 100%
  402. [09:39:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  403. [09:39:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  404. [09:39:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
  405. [09:39:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
  406. [09:39:09] [Server thread/INFO]: Item Despawn Rate: 6000
  407. [09:39:09] [Server thread/INFO]: Item Merge Radius: 2.5
  408. [09:39:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  409. [09:39:09] [Server thread/INFO]: Experience Merge Radius: 3.0
  410. [09:39:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
  411. [09:39:09] [Server thread/INFO]: Clear tick list: false
  412. [09:39:09] [Server thread/INFO]: View Distance: 10
  413. [09:39:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  414. [09:39:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  415. [09:39:09] [Server thread/INFO]: Max Entity Collisions: 8
  416. [09:39:09] [Server thread/INFO]: Preparing start region for level 6 (Seed: 5737129693024979369)
  417. [09:39:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobby' - Env: NORMAL - Type: FLAT & seed: 5162990049724215316
  418. [09:39:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobby_nether' - Env: NETHER - Type: AMPLIFIED & seed: -341937381697742706
  419. [09:39:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobby_the_end' - Env: THE_END - Type: AMPLIFIED & seed: -341937381697742706
  420. [09:39:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'generated_map' - Env: NORMAL - Type: NORMAL & seed: 9222142599404080378
  421. [09:39:10] [Server thread/INFO]: -------- World Settings For [generated_map] --------
  422. [09:39:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  423. [09:39:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  424. [09:39:10] [Server thread/INFO]: Anti X-Ray: true
  425. [09:39:10] [Server thread/INFO]: Engine Mode: 1
  426. [09:39:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  427. [09:39:10] [Server thread/INFO]: Replace Blocks: [1, 5]
  428. [09:39:10] [Server thread/INFO]: Mob Spawn Range: 4
  429. [09:39:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  430. [09:39:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  431. [09:39:10] [Server thread/INFO]: Structure Info Saving: true
  432. [09:39:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  433. [09:39:10] [Server thread/INFO]: Random Lighting Updates: false
  434. [09:39:10] [Server thread/INFO]: Max TNT Explosions: 100
  435. [09:39:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  436. [09:39:10] [Server thread/INFO]: Sending up to 5 chunks per packet
  437. [09:39:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  438. [09:39:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  439. [09:39:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  440. [09:39:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  441. [09:39:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  442. [09:39:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  443. [09:39:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  444. [09:39:10] [Server thread/INFO]: Item Despawn Rate: 6000
  445. [09:39:10] [Server thread/INFO]: Item Merge Radius: 2.5
  446. [09:39:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  447. [09:39:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  448. [09:39:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  449. [09:39:10] [Server thread/INFO]: Clear tick list: false
  450. [09:39:10] [Server thread/INFO]: View Distance: 10
  451. [09:39:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  452. [09:39:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  453. [09:39:10] [Server thread/INFO]: Max Entity Collisions: 8
  454. [09:39:10] [Server thread/INFO]: Preparing start region for level 7 (Seed: 9222142599404080378)
  455. [09:39:18] [Server thread/INFO]: [Multiverse-Core] 8 - World(s) loaded.
  456. [09:39:18] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  457. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby) TNT ignition is PERMITTED.
  458. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby) Lighters are PERMITTED.
  459. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby) Lava fire is blocked.
  460. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby) Fire spread is UNRESTRICTED.
  461. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby'
  462. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_nether) TNT ignition is PERMITTED.
  463. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_nether) Lighters are PERMITTED.
  464. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_nether) Lava fire is blocked.
  465. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_nether) Fire spread is UNRESTRICTED.
  466. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby_nether'
  467. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_the_end) TNT ignition is PERMITTED.
  468. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_the_end) Lighters are PERMITTED.
  469. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_the_end) Lava fire is blocked.
  470. [09:39:18] [Server thread/INFO]: [WorldGuard] (lobby_the_end) Fire spread is UNRESTRICTED.
  471. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby_the_end'
  472. [09:39:18] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  473. [09:39:18] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  474. [09:39:18] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  475. [09:39:18] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  476. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  477. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  478. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  479. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  480. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  481. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  482. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  483. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  484. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  485. [09:39:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  486. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  487. [09:39:18] [Server thread/INFO]: [WorldGuard] (eland) TNT ignition is PERMITTED.
  488. [09:39:18] [Server thread/INFO]: [WorldGuard] (eland) Lighters are PERMITTED.
  489. [09:39:18] [Server thread/INFO]: [WorldGuard] (eland) Lava fire is blocked.
  490. [09:39:18] [Server thread/INFO]: [WorldGuard] (eland) Fire spread is UNRESTRICTED.
  491. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'eland'
  492. [09:39:18] [Server thread/INFO]: [WorldGuard] (generated_map) TNT ignition is PERMITTED.
  493. [09:39:18] [Server thread/INFO]: [WorldGuard] (generated_map) Lighters are PERMITTED.
  494. [09:39:18] [Server thread/INFO]: [WorldGuard] (generated_map) Lava fire is blocked.
  495. [09:39:18] [Server thread/INFO]: [WorldGuard] (generated_map) Fire spread is UNRESTRICTED.
  496. [09:39:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'generated_map'
  497. [09:39:18] [Server thread/INFO]: [WorldGuard] Loading region data...
  498. [09:39:18] [Server thread/INFO]: [Emojix] Enabling Emojix v2.4
  499. [09:39:18] [Server thread/INFO]: [Hunger_Games_Map_Generator_Server] Enabling Hunger_Games_Map_Generator_Server v1.1pre
  500. [09:39:18] [Server thread/INFO]: [Hunger_Games_Map_Generator_Server] Loaded ScoreboardStatLogger successfully!
  501. [09:39:18] [Server thread/INFO]: [Hunger_Games_Map_Generator_Server] Loaded SBD.jar - v1.0
  502. [09:39:18] [Server thread/INFO]: [HealAndFeed] Enabling HealAndFeed v0.1
  503. [09:39:18] [Server thread/INFO]: Enabled Version 1.0 of Heal&Feed!
  504. [09:39:18] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  505. [09:39:18] [Server thread/INFO]: [CostOnCommand] Enabling CostOnCommand v2.3
  506. [09:39:18] [Server thread/INFO]: CostOnCommand Version 2.3 has been enabled! null
  507. [09:39:18] [Server thread/INFO]: [CostOnCommand] CostOnCommand Enabled!
  508. [09:39:18] [Server thread/INFO]: [Emotions] Enabling Emotions v1.0.0.0
  509. [09:39:18] [Server thread/INFO]: [Emotions] Healer has been enabled!
  510. [09:39:18] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  511. [09:39:18] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  512. [09:39:18] [Server thread/INFO]: [iConomy - April Fools] Enabled (14 ms)
  513. [09:39:18] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  514. [09:39:18] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  515. [09:39:18] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
  516. [09:39:18] [Thread-18/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  517. [09:39:18] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  518. [09:39:18] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  519. [09:39:18] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  520. [09:39:18] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  521. [09:39:18] [Server thread/INFO]: [ReSpawnRemover] Enabling ReSpawnRemover v1.1
  522. [09:39:18] [Server thread/INFO]: [FunAdmin] Enabling FunAdmin v1.5
  523. [09:39:18] [Server thread/INFO]: [FunAdmin] v1.5 has been enabled!
  524. [09:39:18] [Server thread/INFO]: [PvPDiffTimer] Enabling PvPDiffTimer v1.1.0
  525. [09:39:18] [Server thread/INFO]: PvPDiffTimer: [All configurations loaded!]
  526. [09:39:18] [Server thread/INFO]: PvPDiffTimer: [WorldGuard found. Hooked with success!]
  527. [09:39:18] [Server thread/INFO]: PvPDiffTimer: [GriefPrevention found. Hooked with success!]
  528. [09:39:18] [Server thread/INFO]: PvPDiffTimer: [PvPDiffTimer v1.1.0 enabled.]
  529. [09:39:18] [Server thread/INFO]: [Simple-AutoSave] Enabling Simple-AutoSave v0.2.2
  530. [09:39:18] [Server thread/INFO]: [Simple-AutoSave] [Simple-AutoSave] 0.2.2 enabled.
  531. [09:39:18] [Server thread/INFO]: [Simple-AutoSave] Autosave Started.
  532. [09:39:18] [Server thread/INFO]: [AutoCorrect] Enabling AutoCorrect v1.2
  533. [09:39:18] [Server thread/WARN]: [AutoCorrect] Could not save config.yml to plugins\AutoCorrect\config.yml because config.yml already exists.
  534. [09:39:18] [Server thread/INFO]: [AutoCorrect] Enabled
  535. [09:39:18] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v1.7
  536. [09:39:18] [Server thread/INFO]: [ItemJoin] world
  537. [09:39:18] [Server thread/INFO]: [ItemJoin] world_nether
  538. [09:39:18] [Server thread/INFO]: [ItemJoin] Enabled!
  539. [09:39:18] [Server thread/INFO]: [ItemJoin] Checking for updates...
  540. [09:39:19] [Server thread/INFO]: [ItemJoin] No other updates are avaliable.
  541. [09:39:19] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  542. [09:39:19] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  543. [09:39:19] [Server thread/INFO]: [Multiverse-Portals] 14 - Portals(s) loaded
  544. [09:39:20] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  545. [09:39:20] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v11.8
  546. [09:39:20] [Server thread/INFO]: GriefPrevention: Grief Prevention boot start.
  547. [09:39:20] [Server thread/INFO]: GriefPrevention: Finished loading configuration.
  548. [09:39:20] [Server thread/INFO]: GriefPrevention: 2 total claims loaded.
  549. [09:39:20] [Server thread/INFO]: GriefPrevention: Customizable messages loaded.
  550. [09:39:20] [Server thread/INFO]: GriefPrevention: Successfully hooked into WorldGuard.
  551. [09:39:20] [Server thread/INFO]: GriefPrevention: Finished loading data (File Mode).
  552. [09:39:20] [Server thread/INFO]: GriefPrevention: GriefPrevention requires Vault for economy integration.
  553. [09:39:20] [Server thread/INFO]: GriefPrevention: Attempting to load Vault...
  554. [09:39:20] [Server thread/INFO]: GriefPrevention: Vault loaded successfully!
  555. [09:39:20] [Server thread/INFO]: GriefPrevention: Looking for a Vault-compatible economy plugin...
  556. [09:39:20] [Server thread/INFO]: GriefPrevention: Hooked into economy: iConomy 7.
  557. [09:39:20] [Server thread/INFO]: GriefPrevention: Ready to buy/sell claim blocks!
  558. [09:39:20] [Server thread/INFO]: GriefPrevention: Boot finished.
  559. [09:39:20] [Server thread/INFO]: [LightAPI] Enabling LightAPI v1.3.1
  560. [09:39:20] [Server thread/INFO]: [LightAPI] Loading support for CraftBukkit git-Spigot-2f787bd-ea28011 (MC: 1.8.3)
  561. [09:39:20] [Server thread/INFO]: [LightSource] Enabling LightSource v2.2.4
  562. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: Lava
  563. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: StationLava
  564. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: Fire
  565. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: Jack
  566. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: LavaBucket
  567. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: Torch
  568. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: Glowstone
  569. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: BlazeRod
  570. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: Redstone
  571. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: RedstoneLamp
  572. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: Furnace
  573. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: RedstoneOre
  574. [09:39:20] [Server thread/INFO]: <LightSource>: Added new item: EnderChest
  575. [09:39:20] [Server thread/INFO]: [NoGodApple] Enabling NoGodApple v1.0
  576. [09:39:20] [Server thread/INFO]: [NoGodApple] Enabling created by 2Hash
  577. [09:39:20] [Server thread/INFO]: [Titlebar] Enabling Titlebar v1.2.0
  578. [09:39:20] [Server thread/INFO]: Titlebar> Titlebar v1.2.0 enabled!!
  579. [09:39:20] [Server thread/INFO]: [MineMaze] Enabling MineMaze v2.1
  580. [09:39:20] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  581. [09:39:20] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  582. [09:39:20] [Server thread/INFO]: creating table 'items'
  583. [09:39:20] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
  584. [09:39:20] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  585. [09:39:20] [Server thread/INFO]: creating table 'accounts'
  586. [09:39:20] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
  587. [09:39:20] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  588. [09:39:20] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  589. [09:39:21] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  590. [09:39:21] [Server thread/INFO]: [MobHunting] Enabling MobHunting v2.3.1
  591. [09:39:21] [Server thread/INFO]: [MobHunting] Enabling compatability with WorldEdit (5.6.3)
  592. [09:39:21] [Server thread/INFO]: [MobHunting] Enabling compatability with WorldGuard (6.1)
  593. [09:39:21] [Server thread/INFO]: [MobHunting] Checking for new updates...
  594. [09:39:22] [Server thread/INFO]: [Project_HungerGames] Enabling Project_HungerGames v0.9.2
  595. [09:39:22] [Server thread/INFO]: -------- World Settings For [hungergames_lobby] --------
  596. [09:39:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
  597. [09:39:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  598. [09:39:22] [Server thread/INFO]: Anti X-Ray: true
  599. [09:39:22] [Server thread/INFO]: Engine Mode: 1
  600. [09:39:22] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  601. [09:39:22] [Server thread/INFO]: Replace Blocks: [1, 5]
  602. [09:39:22] [Server thread/INFO]: Mob Spawn Range: 4
  603. [09:39:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  604. [09:39:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  605. [09:39:22] [Server thread/INFO]: Structure Info Saving: true
  606. [09:39:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  607. [09:39:22] [Server thread/INFO]: Random Lighting Updates: false
  608. [09:39:22] [Server thread/INFO]: Max TNT Explosions: 100
  609. [09:39:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  610. [09:39:22] [Server thread/INFO]: Sending up to 5 chunks per packet
  611. [09:39:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  612. [09:39:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  613. [09:39:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  614. [09:39:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  615. [09:39:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  616. [09:39:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  617. [09:39:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  618. [09:39:22] [Server thread/INFO]: Item Despawn Rate: 6000
  619. [09:39:22] [Server thread/INFO]: Item Merge Radius: 2.5
  620. [09:39:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  621. [09:39:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  622. [09:39:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
  623. [09:39:22] [Server thread/INFO]: Clear tick list: false
  624. [09:39:22] [Server thread/INFO]: View Distance: 10
  625. [09:39:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  626. [09:39:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  627. [09:39:22] [Server thread/INFO]: Max Entity Collisions: 8
  628. [09:39:22] [Server thread/INFO]: Preparing start region for level 8 (Seed: 5356238496652130134)
  629. [09:39:22] [Server thread/INFO]: [WorldGuard] (hungergames_lobby) TNT ignition is PERMITTED.
  630. [09:39:22] [Server thread/INFO]: [WorldGuard] (hungergames_lobby) Lighters are PERMITTED.
  631. [09:39:22] [Server thread/INFO]: [WorldGuard] (hungergames_lobby) Lava fire is blocked.
  632. [09:39:22] [Server thread/INFO]: [WorldGuard] (hungergames_lobby) Fire spread is UNRESTRICTED.
  633. [09:39:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hungergames_lobby'
  634. [09:39:22] [Server thread/INFO]: PvPDiffTimer: [All configurations loaded!]
  635. [09:39:22] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'generated_map' - Env: NORMAL - Type: NORMAL & seed: 9222142599404080378
  636. [09:39:22] [Server thread/INFO]: [MyHorse] Enabling MyHorse v0.3.2
  637. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Using PermissionsEx.
  638. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'lobby'
  639. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'lobby_nether'
  640. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'lobby_the_end'
  641. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'world'
  642. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'world_nether'
  643. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'world_the_end'
  644. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'eland'
  645. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'generated_map'
  646. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Enabled in 'hungergames_lobby'
  647. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Loaded 0 horses.
  648. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Loaded 0 horse owners.
  649. [09:39:22] [Server thread/INFO]: [MyHorse v0.3.2] Vault found, buying and selling is enabled.
  650. [09:39:22] [Server thread/INFO]: [CommandBuy] Enabling CommandBuy v1.0
  651. [09:39:22] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1
  652. [09:39:22] [Server thread/INFO]: [ScoreboardStats] You need http://dev.bukkit.org/bukkit-plugins/protocollib/ for compatibilityMode
  653. [09:39:22] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [BukkitGlobalVariables, PlayerPingVariable, GeneralVariables, BukkitVariables, VaultVariables]
  654. [09:39:22] [Server thread/ERROR]: ebean.properties not found
  655. [09:39:22] [Server thread/INFO]: Using [com.github.games647.scoreboardstats.pvpstats.PathReader] to read the searchable class path
  656. [09:39:22] [Server thread/INFO]: DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
  657. [09:39:22] [Server thread/INFO]: SubClassFactory parent ClassLoader [com.github.games647.scoreboardstats.ReloadFixLoader]
  658. [09:39:22] [Thread-22/INFO]: [Skyupdater] No update found for 'Project HungerGames'.
  659. [09:39:22] [Server thread/INFO]: Entities enhanced[0] subclassed[1]
  660. [09:39:22] [Server thread/INFO]: runScript
  661. [09:39:22] [Server thread/INFO]: executing 1 of 1 create table IF NOT EXISTS player_stats ( id integer prim...
  662. [09:39:22] [Server thread/INFO]: ... end of script
  663. [09:39:22] [Server thread/INFO]: [SignShop] Enabling SignShop v2.11.0
  664. [09:39:23] [Server thread/INFO]: [SignShop] v2.11.0 Enabled
  665. [09:39:23] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3.2
  666. [09:39:23] [Server thread/INFO]: [CommandSigns] No signs found.
  667. [09:39:23] [Server thread/INFO]: [Taxes] Enabling Taxes v1.1
  668. [09:39:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  669. [09:39:23] [Server thread/INFO]: Done (20.442s)! For help, type "help" or "?"
  670. [09:39:23] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
  671. [09:39:23] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
  672. [09:39:24] [Server thread/INFO]: [MobHunting] No updates available.
  673. [09:44:24] [Server thread/INFO]: [Simple-AutoSave] Saving Worlds & Player Data...
  674. [09:44:24] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
  675. [09:44:24] [Server thread/INFO]: [Simple-AutoSave] lobby Saved...
  676. [09:44:24] [Server thread/INFO]: [Simple-AutoSave] lobby_nether Saved...
  677. [09:44:25] [Server thread/INFO]: [Simple-AutoSave] lobby_the_end Saved...
  678. [09:44:25] [Server thread/INFO]: [Simple-AutoSave] world Saved...
  679. [09:44:25] [Server thread/INFO]: [Simple-AutoSave] world_nether Saved...
  680. [09:44:25] [Server thread/INFO]: [Simple-AutoSave] world_the_end Saved...
  681. [09:44:25] [Server thread/INFO]: [Simple-AutoSave] eland Saved...
  682. [09:44:25] [Server thread/INFO]: [Simple-AutoSave] generated_map Saved...
  683. [09:44:25] [Server thread/INFO]: [Simple-AutoSave] hungergames_lobby Saved...
  684. [09:44:43] [Server thread/INFO]: Plugins (45): WorldEdit, HealthBar, TerrainControl, Essentials, FixIt, cPlugins, ClearLag, AntiExplode, FireworkBuilder, LaggRemover, Multiverse-Core, WorldGuard, Emojix, Hunger_Games_Map_Generator_Server, HealAndFeed, EssentialsProtect, CostOnCommand, Emotions, EssentialsChat, iConomy, PermissionsEx, ReSpawnRemover, FunAdmin, PvPDiffTimer, Simple-AutoSave, AutoCorrect, ItemJoin, Multiverse-Portals, Vault, EssentialsSpawn, GriefPrevention, LightAPI, LightSource, NoGodApple, Titlebar, MineMaze, ChestShop, MobHunting, Project_HungerGames, MyHorse, CommandBuy, ScoreboardStats, SignShop, CommandSigns, Taxes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement