Guest User

Untitled

a guest
Jul 5th, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.78 KB | None | 0 0
  1. [17:01:20] [Server thread/INFO]: Starting minecraft server version 1.7.2
  2. [17:01:20] [Server thread/INFO]: Loading properties
  3. [17:01:20] [Server thread/INFO]: Default game type: SURVIVAL
  4. [17:01:20] [Server thread/INFO]: Generating keypair
  5. [17:01:20] [Server thread/INFO]: Starting Minecraft server on *:28457
  6. [17:01:21] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
  7. [17:01:21] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
  8. [17:01:21] [Thread-7/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  9. [17:01:21] [Thread-7/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
  10. [17:01:21] [Thread-7/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
  11. [17:01:21] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  12. [17:01:21] [Thread-7/INFO]: ----- ------------------- -----
  13. [17:01:21] [Server thread/ERROR]: Ambiguous plugin name `Quake' for files `plugins/Quake-2.4.1-SNAPSHOT.jar' and `plugins/Quake.jar' in `plugins'
  14. [17:01:21] [Server thread/ERROR]: Ambiguous plugin name `Vault' for files `plugins/Vault-1.4.1.jar' and `plugins/Vault.jar' in `plugins'
  15. [17:01:21] [Server thread/ERROR]: Could not load 'plugins/ForceChat_Restricted.jar' in folder 'plugins'
  16. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
  17. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  19. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  20. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  21. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.(CraftServer.java:312) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  22. at net.minecraft.server.v1_7_R1.PlayerList.(PlayerList.java:63) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  23. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.(SourceFile:14) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  24. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  25. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  26. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  27. Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
  28. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:98) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  29. at org.bukkit.plugin.java.JavaPlugin.(JavaPlugin.java:59) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  30. at me.CosmicReaperMC.ForceChat.Core.(Core.java:10) ~[?:?]
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_21]
  32. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_21]
  33. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_21]
  34. at java.lang.reflect.Constructor.newInstance(Constructor.java:525) ~[?:1.7.0_21]
  35. at java.lang.Class.newInstance0(Class.java:374) ~[?:1.7.0_21]
  36. at java.lang.Class.newInstance(Class.java:327) ~[?:1.7.0_21]
  37. at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:52) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  38. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  39. ... 9 more
  40. Caused by: java.lang.IllegalStateException: Initial initialization
  41. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:101) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  42. at org.bukkit.plugin.java.JavaPlugin.(JavaPlugin.java:59) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  43. at me.CosmicReaperMC.ForceChat.Core.(Core.java:10) ~[?:?]
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_21]
  45. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_21]
  46. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_21]
  47. at java.lang.reflect.Constructor.newInstance(Constructor.java:525) ~[?:1.7.0_21]
  48. at java.lang.Class.newInstance0(Class.java:374) ~[?:1.7.0_21]
  49. at java.lang.Class.newInstance(Class.java:327) ~[?:1.7.0_21]
  50. at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:52) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  51. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[1.7.2-R0.4-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
  52. ... 9 more
  53. [17:01:22] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.2
  54. [17:01:22] [Server thread/INFO]: [ForceChat_Unrestricted] Loading ForceChat_Unrestricted v0.1.0
  55. [17:01:22] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
  56. [17:01:22] [Server thread/INFO]: [MobBountyReloaded] Loading MobBountyReloaded v2.1.0-b88-jenkins
  57. [17:01:22] [Server thread/INFO]: [dynmap] Loading dynmap v1.9.4-991
  58. [17:01:22] [Server thread/INFO]: [dynmap] Mod Support API available
  59. [17:01:22] [Server thread/INFO]: [WorldReset] Loading WorldReset v1.4.6
  60. [17:01:22] [Server thread/INFO]: [WorldReset] Loading configuration...
  61. [17:01:22] [Server thread/INFO]: [WorldReset] Loading world manager...
  62. [17:01:22] [Server thread/INFO]: [WorldReset] No world resets scheduled in the config, aborting.
  63. [17:01:22] [Server thread/INFO]: [AntiBuild] Loading AntiBuild v2.9.2
  64. [17:01:22] [Server thread/INFO]: [Announcer] Loading Announcer v1.5
  65. [17:01:22] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.54
  66. [17:01:22] [Server thread/INFO]: [ChatPerWorld] Loading ChatPerWorld v1.3
  67. [17:01:22] [Server thread/INFO]: [NoRain] Loading NoRain v1.1.0
  68. [17:01:22] [Server thread/INFO]: [InfinityDispenser] Loading InfinityDispenser v1.7
  69. [17:01:22] [Server thread/INFO]: [Infected] Loading Infected v2.2.0
  70. [17:01:22] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
  71. [17:01:22] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1053)
  72. [17:01:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.7-SNAPSHOT:3030-d18a20d,master
  73. [17:01:22] [Server thread/INFO]: [War] Loading War v1.8.1 (Nimitz)
  74. [17:01:22] [Server thread/INFO]: [ArcaneEnchants] Loading ArcaneEnchants v5.1.1
  75. [17:01:22] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
  76. [17:01:22] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.21.3
  77. [17:01:22] [Server thread/INFO]: [DACv2] Loading DACv2 v1.0.0-SNAPSHOT-bCustom
  78. [17:01:22] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.1
  79. [17:01:22] [Server thread/INFO]: [WelcomeBar] Loading WelcomeBar v1.0
  80. [17:01:22] [Server thread/INFO]: [NoSplosion] Loading NoSplosion v0.9
  81. [17:01:22] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v3.0.9-snapshot
  82. [17:01:22] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  83. [17:01:22] [Server thread/INFO]: [OITC] Loading OITC v2.1.2
  84. [17:01:22] [Server thread/INFO]: [NoPlugin] Loading NoPlugin v2.1
  85. [17:01:22] [Server thread/INFO]: [Lockette] Loading Lockette v1.7.12
  86. [17:01:22] [Server thread/INFO]: [RobotStaff] Loading RobotStaff v4.1
  87. [17:01:22] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  88. [17:01:22] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.0
  89. [17:01:22] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13b
  90. [17:01:22] [Server thread/INFO]: [TNTRun] Loading TNTRun v3.1
  91. [17:01:22] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  92. [17:01:22] [Server thread/INFO]: [Quake] Loading Quake v2.4.1
  93. [17:01:22] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  94. [17:01:22] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  95. [17:01:22] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  96. [17:01:22] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
  97. [17:01:22] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  98. [17:01:22] [Server thread/INFO]: [BowSpleef] Loading BowSpleef vB 0.2.0
  99. [17:01:22] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v1.8.3
  100. [17:01:22] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.6
  101. [17:01:22] [Server thread/INFO]: [InstantReset] Loading InstantReset v1.2
  102. [17:01:22] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  103. [17:01:22] [Server thread/INFO]: [Minigames] Loading Minigames v1.6.4
  104. [17:01:22] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3
  105. [17:01:22] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  106. [17:01:22] [Server thread/INFO]: [HeavySpleef] Loading HeavySpleef v1.5.1
  107. [17:01:22] [Server thread/INFO]: [BattleArena] Loading BattleArena v3.9.7.9
  108. [17:01:22] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
  109. [17:01:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  110. [17:01:22] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  111. [17:01:22] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  112. [17:01:22] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  113. [17:01:22] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
  114. [17:01:22] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
  115. [17:01:22] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
  116. [17:01:22] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13b
  117. [17:01:22] [Server thread/INFO]: §9[PlotMe] §r 5 plots loaded
  118. [17:01:22] [Server thread/INFO]: Preparing level "world"
  119. [17:01:22] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5315297298002863829)
  120. [17:01:23] [Server thread/INFO]: Preparing spawn area: 0%
  121. [17:01:24] [Server thread/INFO]: Preparing spawn area: 98%
  122. [17:01:25] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5315297298002863829)
  123. [17:01:25] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5315297298002863829)
  124. [17:01:25] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.2
  125. [17:01:25] [Server thread/INFO]: [ForceChat_Unrestricted] Enabling ForceChat_Unrestricted v0.1.0
  126. [17:01:25] [Server thread/INFO]: [MobBountyReloaded] Enabling MobBountyReloaded v2.1.0-b88-jenkins
  127. [17:01:26] [Server thread/INFO]: [dynmap] Enabling dynmap v1.9.4-991
  128. [17:01:26] [Server thread/INFO]: [dynmap] Added 38 custom biome mappings
  129. [17:01:26] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.3
  130. [17:01:26] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  131. [17:01:26] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  132. [17:01:26] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  133. [17:01:26] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  134. [17:01:26] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.21.3 for access control
  135. [17:01:26] [Server thread/INFO]: [dynmap] Mod Support processing completed
  136. [17:01:27] [Server thread/INFO]: [dynmap] Loaded 22 shaders.
  137. [17:01:27] [Thread-11/WARN]: [PermissionsEx] An update to PermissionsEx version 1.22 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!
  138. [17:01:27] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  139. [17:01:27] [Server thread/INFO]: [dynmap] Loaded 12 lightings.
  140. [17:01:27] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:60000
  141. [17:01:27] [Server thread/INFO]: [dynmap] version 1.9.4-991 is enabled - core version 1.9.4-1940
  142. [17:01:27] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  143. [17:01:27] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  144. [17:01:27] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  145. [17:01:27] [Server thread/INFO]: [dynmap] Enabled
  146. [17:01:28] [Server thread/INFO]: [WorldReset] Enabling WorldReset v1.4.6
  147. [17:01:28] [Server thread/INFO]: [WorldReset] Registering listener...
  148. [17:01:28] [Server thread/INFO]: [WorldReset] Activating command handler...
  149. [17:01:28] [Server thread/INFO]: [WorldReset] Enabled!
  150. [17:01:28] [Server thread/INFO]: [AntiBuild] Enabling AntiBuild v2.9.2
  151. [17:01:28] [Server thread/INFO]: [AntiBuild] AntiBuild enabled!
  152. [17:01:28] [Server thread/INFO]: [Announcer] Enabling Announcer v1.5
  153. [17:01:29] [Server thread/INFO]: Announcer v1.5 is enabled!
  154. [17:01:29] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.54
  155. [17:01:29] [Server thread/INFO]: METRICS STARTING
  156. [17:01:29] [Server thread/INFO]: [ChatPerWorld] Enabling ChatPerWorld v1.3
  157. [17:01:29] [Server thread/INFO]: [NoRain] Enabling NoRain v1.1.0
  158. [17:01:29] [Server thread/INFO]: [InfinityDispenser] Enabling InfinityDispenser v1.7
  159. [17:01:29] [Server thread/INFO]: [InfinityDispenser] 1.7 version is enabled
  160. [17:01:29] [Server thread/INFO]: [Infected] Enabling Infected v2.2.0
  161. [17:01:29] [Server thread/INFO]: §3§o>§e§o§m---------------<<§4§l Infected §e§o§m>>---------------§3§o<
  162. [17:01:29] [Server thread/INFO]: Metrics was started!
  163. [17:01:30] [Server thread/INFO]: Vault Support is Disabled
  164. [17:01:30] [Server thread/INFO]: CrackShot Support is Disabled
  165. [17:01:30] [Server thread/INFO]: Factions Support is Disabled
  166. [17:01:30] [Server thread/INFO]: mcMMO Support is Disabled
  167. [17:01:30] [Server thread/INFO]: Disguise Support is Disabled
  168. [17:01:30] [Server thread/INFO]: Couldn't Find Any Arenas
  169. [17:01:30] [Server thread/INFO]: Loaded Human Class: Guard
  170. [17:01:30] [Server thread/INFO]: Loaded Human Class: Knight
  171. [17:01:30] [Server thread/INFO]: Loaded Zombie Class: Regular
  172. [17:01:30] [Server thread/INFO]: Loaded Zombie Class: Bones
  173. [17:01:30] [Server thread/INFO]: Loaded Grenade Stun
  174. [17:01:30] [Server thread/INFO]: Loaded Grenade Flash
  175. [17:01:30] [Server thread/INFO]: Loaded Grenade Frag
  176. [17:01:30] [Server thread/INFO]: Loaded Grenade Health Pack
  177. [17:01:30] [Server thread/INFO]: §3§l>§e§m-------------------------------------------§3§l<
  178. [17:01:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1053)
  179. [17:01:30] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.7-SNAPSHOT:3030-d18a20d,master
  180. [17:01:30] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  181. [17:01:30] [Server thread/INFO]: [War] Enabling War v1.8.1 (Nimitz)
  182. [17:01:30] [Server thread/INFO]: [War] War v1.8.1 (Nimitz) is on.
  183. [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Enabling ArcaneEnchants v5.1.1
  184. [17:01:30] [Server thread/INFO]: ---------------------------------------------------
  185. [17:01:30] [Server thread/INFO]: |******** [ArcaneEnchants] BANG! Enabled! ********|
  186. [17:01:30] [Server thread/INFO]: ---------------------------------------------------
  187. [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Loaded enchantments successfully.
  188. [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Effects being used: [ENDER, POTION]
  189. [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Began metrics.
  190. [17:01:30] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
  191. [17:01:30] [Server thread/INFO]: [DACv2] Enabling DACv2 v1.0.0-SNAPSHOT-bCustom
  192. [17:01:30] [Server thread/INFO]: [DACv2] Enabled.
  193. [17:01:30] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.1
  194. [17:01:30] [Server thread/INFO]: [BarAPI] Loaded
  195. [17:01:30] [Server thread/INFO]: [WelcomeBar] Enabling WelcomeBar v1.0
  196. [17:01:30] [Server thread/INFO]: [NoSplosion] Enabling NoSplosion v0.9
  197. [17:01:30] [Server thread/INFO]: NoSplosion v0.9 has been Enabled
  198. [17:01:31] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v3.0.9-snapshot
  199. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Economy plugin: Essentials Economy
  200. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Loading config files
  201. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Registered core attributes: [GenericDamage ,PatternItem ,Name ,Book ,Price ,Skull ,Slot ,StoredEnchants ,GenericKnockback ,Amount ,Multiplier ,Potion ,Enchants ,Durability ,GenericSpeed ,GenericHealth ,Leather color ,Tier ,Firework]
  202. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Registered core flags: [Lore ,NoStack ,Abstract ,SplashPotion ,StackPrice ,DataCheck]
  203. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Registered types: [server]
  204. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Permission plugin: PermissionsEx
  205. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Accounts loaded: 0
  206. [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Enabled
  207. [17:01:31] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  208. [17:01:31] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  209. [17:01:31] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  210. [17:01:31] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  211. [17:01:31] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  212. [17:01:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  213. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  214. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  215. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  216. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  217. [17:01:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  218. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  219. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  220. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  221. [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  222. [17:01:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  223. [17:01:31] [Server thread/INFO]: [WorldGuard] 5 regions loaded for 'world'
  224. [17:01:31] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  225. [17:01:31] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  226. [17:01:31] [Server thread/INFO]: [OITC] Enabling OITC v2.1.2
  227. [17:01:31] [Server thread/INFO]: [OITC] Now Currently Loading The Arena: Toyama
  228. [17:01:31] [Server thread/INFO]: [OITC] WARNING, FAILED TO LOAD ARENAS.
  229. [17:01:31] [Server thread/INFO]: [OITC] Hooked into Vault!
  230. [17:01:31] [Server thread/INFO]: [NoPlugin] Enabling NoPlugin v2.1
  231. [17:01:31] [Server thread/INFO]: [NoPlugin] Loading Class!
  232. [17:01:31] [Server thread/INFO]: [NoPlugin] Loading Config!
  233. [17:01:31] [Server thread/INFO]: [NoPlugin] Loaded!
  234. [17:01:31] [Server thread/INFO]: [Lockette] Enabling Lockette v1.7.12
  235. [17:01:31] [Server thread/INFO]: [Lockette] Version 1.7.12 is being enabled! Yay! (Core version 1.3.7)
  236. [17:01:31] [Server thread/INFO]: [Lockette] Detected craftbukkit build [3023] ok.
  237. [17:01:31] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  238. [17:01:31] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  239. [17:01:31] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  240. [17:01:31] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.21.3
  241. [17:01:31] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  242. [17:01:31] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  243. [17:01:31] [Server thread/INFO]: [RobotStaff] Enabling RobotStaff v4.1
  244. [17:01:31] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  245. [17:01:31] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  246. [17:01:31] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  247. [17:01:31] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.0
  248. [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  249. [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  250. [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] World "creative" has border radius 750 at X: 109,3 Z: 1476,2
  251. [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] World "parkour" has border radius 1000 at X: 183,6 Z: 250,8
  252. [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] World "build" has border radius 1000 at X: 489,5 Z: -67,5
  253. [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
  254. [17:01:31] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 249,0 Y: 65,0 Z: 164,0
  255. [17:01:31] [Server thread/INFO]: [TNTRun] Enabling TNTRun v3.1
  256. [17:01:31] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  257. [17:01:31] [Server thread/INFO]: [Quake] Enabling Quake v2.4.1
  258. [17:01:32] [Server thread/WARN]: plugins/Quake/Stuff/Hats/JackOHat.yml
  259. [17:01:32] [Server thread/INFO]: plugins/Quake/Stuff/Hats/JackOHat.yml found implementation
  260. [17:01:32] [Server thread/WARN]: plugins/Quake/Stuff/Hats/Geekpower14.yml
  261. [17:01:32] [Server thread/INFO]: plugins/Quake/Stuff/Hats/Geekpower14.yml found implementation
  262. [17:01:32] [Server thread/ERROR]: 0 not a valid Material. Example: APPLE
  263. [17:01:32] [Server thread/WARN]: plugins/Quake/Stuff/Armors/ArmorRED.yml
  264. [17:01:32] [Server thread/INFO]: plugins/Quake/Stuff/Armors/ArmorRED.yml found implementation
  265. [17:01:32] [Server thread/INFO]: Found arena : Bridge_of_Eldin
  266. [17:01:32] [Server thread/INFO]: Found arena : Castle
  267. [17:01:32] [Server thread/INFO]: 2SIZE
  268. [17:01:32] [Server thread/INFO]: §aArena Bridge_of_Eldin type: Solo
  269. [17:01:32] [Server thread/INFO]: load de Bridge_of_Eldin
  270. [17:01:32] [Server thread/INFO]: §aArena Castle type: Solo
  271. [17:01:32] [Server thread/INFO]: load de Castle
  272. [17:01:32] [Server thread/INFO]: load des Lobby
  273. [17:01:32] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  274. [17:01:32] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  275. [17:01:32] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  276. [17:01:32] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
  277. [17:01:32] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Essentials Economy
  278. [17:01:32] [Server thread/INFO]: Timeismoney is now enabled
  279. [17:01:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  280. [17:01:32] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  281. [17:01:32] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  282. [17:01:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 5315297298002863829
  283. [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 5315297298002863829
  284. [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 5315297298002863829
  285. [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'creative' - Env: NORMAL - Type: FLAT & seed: -3012126386337333342
  286. [17:01:33] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3012126386337333342)
  287. [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
  288. [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
  289. [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
  290. [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
  291. [17:01:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
  292. [17:01:33] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'creative'.
  293. [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbyquake' - Env: NORMAL - Type: FLAT & seed: -4906519756692907534
  294. [17:01:33] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4906519756692907534)
  295. [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) TNT ignition is PERMITTED.
  296. [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) Lighters are PERMITTED.
  297. [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) Lava fire is blocked.
  298. [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) Fire spread is UNRESTRICTED.
  299. [17:01:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbyquake'
  300. [17:01:33] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbyquake'.
  301. [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Castle' - Env: NORMAL - Type: FLAT & seed: -6553923802686045176
  302. [17:01:33] [Server thread/INFO]: Preparing start region for level 5 (Seed: -6553923802686045176)
  303. [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) TNT ignition is PERMITTED.
  304. [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) Lighters are PERMITTED.
  305. [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) Lava fire is blocked.
  306. [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) Fire spread is UNRESTRICTED.
  307. [17:01:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Castle'
  308. [17:01:33] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Castle'.
  309. [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'rush' - Env: NORMAL - Type: FLAT & seed: 5456680652050067456
  310. [17:01:33] [Server thread/INFO]: Preparing start region for level 6 (Seed: 5456680652050067456)
  311. [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) TNT ignition is PERMITTED.
  312. [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) Lighters are PERMITTED.
  313. [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) Lava fire is blocked.
  314. [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) Fire spread is UNRESTRICTED.
  315. [17:01:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'rush'
  316. [17:01:34] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'rush'.
  317. [17:01:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbyhungergames' - Env: NORMAL - Type: FLAT & seed: -2914696006870249693
  318. [17:01:34] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2914696006870249693)
  319. [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) TNT ignition is PERMITTED.
  320. [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) Lighters are PERMITTED.
  321. [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) Lava fire is blocked.
  322. [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) Fire spread is UNRESTRICTED.
  323. [17:01:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbyhungergames'
  324. [17:01:34] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbyhungergames'.
  325. [17:01:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'moarena' - Env: NORMAL - Type: FLAT & seed: 1029166416011582570
  326. [17:01:34] [Server thread/INFO]: Preparing start region for level 8 (Seed: 1029166416011582570)
  327. [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) TNT ignition is PERMITTED.
  328. [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) Lighters are PERMITTED.
  329. [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) Lava fire is blocked.
  330. [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) Fire spread is UNRESTRICTED.
  331. [17:01:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'moarena'
  332. [17:01:35] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'moarena'.
  333. [17:01:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'kingdoms' - Env: NORMAL - Type: FLAT & seed: 2297242635936919176
  334. [17:01:35] [Server thread/INFO]: Preparing start region for level 9 (Seed: 2297242635936919176)
  335. [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) TNT ignition is PERMITTED.
  336. [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) Lighters are PERMITTED.
  337. [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) Lava fire is blocked.
  338. [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) Fire spread is UNRESTRICTED.
  339. [17:01:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'kingdoms'
  340. [17:01:35] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'kingdoms'.
  341. [17:01:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'build' - Env: NORMAL - Type: FLAT & seed: 5475645215108154437
  342. [17:01:35] [Server thread/INFO]: Preparing start region for level 10 (Seed: 5475645215108154437)
  343. [17:01:35] [Server thread/INFO]: [WorldGuard] (build) TNT ignition is PERMITTED.
  344. [17:01:35] [Server thread/INFO]: [WorldGuard] (build) Lighters are PERMITTED.
  345. [17:01:35] [Server thread/INFO]: [WorldGuard] (build) Lava fire is blocked.
  346. [17:01:35] [Server thread/INFO]: [WorldGuard] (build) Fire spread is UNRESTRICTED.
  347. [17:01:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'build'
  348. [17:01:35] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'build'.
  349. [17:01:35] [Server thread/INFO]: [dynmap] Loaded 10 pending tile renders for world 'build'
  350. [17:01:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'dac' - Env: NORMAL - Type: FLAT & seed: -868534113981116231
  351. [17:01:36] [Server thread/INFO]: Preparing start region for level 11 (Seed: -868534113981116231)
  352. [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) TNT ignition is PERMITTED.
  353. [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) Lighters are PERMITTED.
  354. [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) Lava fire is blocked.
  355. [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) Fire spread is UNRESTRICTED.
  356. [17:01:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'dac'
  357. [17:01:36] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'dac'.
  358. [17:01:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'tntrun' - Env: NORMAL - Type: NORMAL & seed: 7414935434907272541 & generator: CleanroomGenerator:.
  359. [17:01:36] [Server thread/INFO]: Preparing start region for level 12 (Seed: 7414935434907272541)
  360. [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) TNT ignition is PERMITTED.
  361. [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) Lighters are PERMITTED.
  362. [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) Lava fire is blocked.
  363. [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) Fire spread is UNRESTRICTED.
  364. [17:01:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tntrun'
  365. [17:01:36] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'tntrun'.
  366. [17:01:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'paintball' - Env: NORMAL - Type: NORMAL & seed: -106621286763531091 & generator: CleanroomGenerator:.
  367. [17:01:36] [Server thread/INFO]: Preparing start region for level 13 (Seed: -106621286763531091)
  368. [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) TNT ignition is PERMITTED.
  369. [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) Lighters are PERMITTED.
  370. [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) Lava fire is blocked.
  371. [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) Fire spread is UNRESTRICTED.
  372. [17:01:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'paintball'
  373. [17:01:36] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'paintball'.
  374. [17:01:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbypaintball' - Env: NORMAL - Type: NORMAL & seed: -4142277903700555841 & generator: CleanroomGenerator:.
  375. [17:01:37] [Server thread/INFO]: Preparing start region for level 14 (Seed: -4142277903700555841)
  376. [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) TNT ignition is PERMITTED.
  377. [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) Lighters are PERMITTED.
  378. [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) Lava fire is blocked.
  379. [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) Fire spread is UNRESTRICTED.
  380. [17:01:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbypaintball'
  381. [17:01:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbypaintball'.
  382. [17:01:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'japon' - Env: NORMAL - Type: NORMAL & seed: 5575800470066535843 & generator: CleanroomGenerator:.
  383. [17:01:37] [Server thread/INFO]: Preparing start region for level 15 (Seed: 5575800470066535843)
  384. [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) TNT ignition is PERMITTED.
  385. [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) Lighters are PERMITTED.
  386. [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) Lava fire is blocked.
  387. [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) Fire spread is UNRESTRICTED.
  388. [17:01:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'japon'
  389. [17:01:38] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'japon'.
  390. [17:01:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'nuketown' - Env: NORMAL - Type: NORMAL & seed: -7426528530762908011
  391. [17:01:38] [Server thread/INFO]: Preparing start region for level 16 (Seed: -7426528530762908011)
  392. [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) TNT ignition is PERMITTED.
  393. [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) Lighters are PERMITTED.
  394. [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) Lava fire is blocked.
  395. [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) Fire spread is UNRESTRICTED.
  396. [17:01:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'nuketown'
  397. [17:01:39] [Server thread/INFO]: Preparing spawn area for nuketown, 8%
  398. [17:01:40] [Server thread/INFO]: Preparing spawn area for nuketown, 28%
  399. [17:01:41] [Server thread/ERROR]: [Multiverse-Core] The world 'nuketown' could NOT be loaded because it contains errors!
  400. [17:01:41] [Server thread/ERROR]: [Multiverse-Core] Try using Chukster to repair your world! 'nuketown'
  401. [17:01:41] [Server thread/ERROR]: [Multiverse-Core] http://forums.bukkit.org/threads/admin-chunkster.8186/
  402. [17:01:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'survival1' - Env: NORMAL - Type: NORMAL & seed: -5457833707356245135 & generator: CleanroomGenerator:.
  403. [17:01:41] [Server thread/INFO]: Preparing start region for level 17 (Seed: -5457833707356245135)
  404. [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) TNT ignition is PERMITTED.
  405. [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) Lighters are PERMITTED.
  406. [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) Lava fire is blocked.
  407. [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) Fire spread is UNRESTRICTED.
  408. [17:01:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival1'
  409. [17:01:41] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'survival1'.
  410. [17:01:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'skyfight' - Env: NORMAL - Type: NORMAL & seed: 7163070862518458339 & generator: CleanroomGenerator:.
  411. [17:01:41] [Server thread/INFO]: Preparing start region for level 18 (Seed: 7163070862518458339)
  412. [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) TNT ignition is PERMITTED.
  413. [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) Lighters are PERMITTED.
  414. [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) Lava fire is blocked.
  415. [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) Fire spread is UNRESTRICTED.
  416. [17:01:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyfight'
  417. [17:01:41] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'skyfight'.
  418. [17:01:41] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  419. [17:01:41] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
  420. [17:01:42] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  421. [17:01:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'skyball' - Env: NORMAL - Type: NORMAL & seed: 1180448083371190363 & generator: CleanroomGenerator:.
  422. [17:01:42] [Server thread/INFO]: Preparing start region for level 19 (Seed: 1180448083371190363)
  423. [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) TNT ignition is PERMITTED.
  424. [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) Lighters are PERMITTED.
  425. [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) Lava fire is blocked.
  426. [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) Fire spread is UNRESTRICTED.
  427. [17:01:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyball'
  428. [17:01:42] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'skyball'.
  429. [17:01:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'staff' - Env: NORMAL - Type: NORMAL & seed: 4819574569076170510 & generator: CleanroomGenerator:.
  430. [17:01:42] [Server thread/INFO]: Preparing start region for level 20 (Seed: 4819574569076170510)
  431. [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) TNT ignition is PERMITTED.
  432. [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) Lighters are PERMITTED.
  433. [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) Lava fire is blocked.
  434. [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) Fire spread is UNRESTRICTED.
  435. [17:01:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'staff'
  436. [17:01:43] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'staff'.
  437. [17:01:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbygame' - Env: NORMAL - Type: NORMAL & seed: 8016442433691871588 & generator: CleanroomGenerator:.
  438. [17:01:43] [Server thread/INFO]: Preparing start region for level 21 (Seed: 8016442433691871588)
  439. [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) TNT ignition is PERMITTED.
  440. [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) Lighters are PERMITTED.
  441. [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) Lava fire is blocked.
  442. [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) Fire spread is UNRESTRICTED.
  443. [17:01:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbygame'
  444. [17:01:43] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbygame'.
  445. [17:01:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'oitc' - Env: NORMAL - Type: NORMAL & seed: -2590958287146438599 & generator: CleanroomGenerator:.
  446. [17:01:43] [Server thread/INFO]: Preparing start region for level 22 (Seed: -2590958287146438599)
  447. [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) TNT ignition is PERMITTED.
  448. [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) Lighters are PERMITTED.
  449. [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) Lava fire is blocked.
  450. [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) Fire spread is UNRESTRICTED.
  451. [17:01:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'oitc'
  452. [17:01:43] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'oitc'.
  453. [17:01:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ctf' - Env: NORMAL - Type: NORMAL & seed: -8805729156994127665 & generator: CleanroomGenerator:.
  454. [17:01:44] [Server thread/INFO]: Preparing start region for level 23 (Seed: -8805729156994127665)
  455. [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) TNT ignition is PERMITTED.
  456. [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) Lighters are PERMITTED.
  457. [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) Lava fire is blocked.
  458. [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) Fire spread is UNRESTRICTED.
  459. [17:01:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ctf'
  460. [17:01:44] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'ctf'.
  461. [17:01:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'infection' - Env: NORMAL - Type: NORMAL & seed: 4156546340707245575 & generator: CleanroomGenerator:.
  462. [17:01:44] [Server thread/INFO]: Preparing start region for level 24 (Seed: 4156546340707245575)
  463. [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) TNT ignition is PERMITTED.
  464. [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) Lighters are PERMITTED.
  465. [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) Lava fire is blocked.
  466. [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) Fire spread is UNRESTRICTED.
  467. [17:01:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'infection'
  468. [17:01:44] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'infection'.
  469. [17:01:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'mobarena' - Env: NORMAL - Type: NORMAL & seed: 3141397640400815958 & generator: CleanroomGenerator:.
  470. [17:01:45] [Server thread/INFO]: Preparing start region for level 25 (Seed: 3141397640400815958)
  471. [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) TNT ignition is PERMITTED.
  472. [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) Lighters are PERMITTED.
  473. [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) Lava fire is blocked.
  474. [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) Fire spread is UNRESTRICTED.
  475. [17:01:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mobarena'
  476. [17:01:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'mobarena'.
  477. [17:01:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'bowspleef' - Env: NORMAL - Type: NORMAL & seed: -653739085584538309 & generator: CleanroomGenerator:.
  478. [17:01:45] [Server thread/INFO]: Preparing start region for level 26 (Seed: -653739085584538309)
  479. [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) TNT ignition is PERMITTED.
  480. [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) Lighters are PERMITTED.
  481. [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) Lava fire is blocked.
  482. [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) Fire spread is UNRESTRICTED.
  483. [17:01:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bowspleef'
  484. [17:01:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'bowspleef'.
  485. [17:01:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'tnt' - Env: NORMAL - Type: NORMAL & seed: 3167606567093922996 & generator: CleanroomGenerator:.
  486. [17:01:45] [Server thread/INFO]: Preparing start region for level 27 (Seed: 3167606567093922996)
  487. [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) TNT ignition is PERMITTED.
  488. [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) Lighters are PERMITTED.
  489. [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) Lava fire is blocked.
  490. [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) Fire spread is UNRESTRICTED.
  491. [17:01:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tnt'
  492. [17:01:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'tnt'.
  493. [17:01:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'parkour' - Env: NORMAL - Type: NORMAL & seed: -8968295846895673915 & generator: CleanroomGenerator:.
  494. [17:01:46] [Server thread/INFO]: Preparing start region for level 28 (Seed: -8968295846895673915)
  495. [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) TNT ignition is PERMITTED.
  496. [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) Lighters are PERMITTED.
  497. [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) Lava fire is blocked.
  498. [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) Fire spread is UNRESTRICTED.
  499. [17:01:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'parkour'
  500. [17:01:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'parkour'.
  501. [17:01:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'spleef' - Env: NORMAL - Type: NORMAL & seed: -4136617247515134912 & generator: CleanroomGenerator:.
  502. [17:01:46] [Server thread/INFO]: Preparing start region for level 29 (Seed: -4136617247515134912)
  503. [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) TNT ignition is PERMITTED.
  504. [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) Lighters are PERMITTED.
  505. [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) Lava fire is blocked.
  506. [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) Fire spread is UNRESTRICTED.
  507. [17:01:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spleef'
  508. [17:01:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'spleef'.
  509. [17:01:47] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobby' - Env: NORMAL - Type: NORMAL & seed: 5828859355582898716 & generator: CleanroomGenerator:.
  510. [17:01:47] [Server thread/INFO]: Preparing start region for level 30 (Seed: 5828859355582898716)
  511. [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) TNT ignition is PERMITTED.
  512. [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) Lighters are PERMITTED.
  513. [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) Lava fire is blocked.
  514. [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) Fire spread is UNRESTRICTED.
  515. [17:01:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby'
  516. [17:01:47] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobby'.
  517. [17:01:47] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: 2957420640160856440 & generator: PlotMe
  518. [17:01:47] [Server thread/INFO]: Preparing start region for level 31 (Seed: 2957420640160856440)
  519. [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
  520. [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
  521. [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
  522. [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
  523. [17:01:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
  524. [17:01:47] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'plotworld'.
  525. [17:01:48] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbycreative' - Env: NORMAL - Type: NORMAL & seed: -2439660812002791676 & generator: CleanroomGenerator:.
  526. [17:01:48] [Server thread/INFO]: Preparing start region for level 32 (Seed: -2439660812002791676)
  527. [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) TNT ignition is PERMITTED.
  528. [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) Lighters are PERMITTED.
  529. [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) Lava fire is blocked.
  530. [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) Fire spread is UNRESTRICTED.
  531. [17:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbycreative'
  532. [17:01:48] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbycreative'.
  533. [17:01:48] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'faction' - Env: NORMAL - Type: NORMAL & seed: 6102155012884786209
  534. [17:01:48] [Server thread/INFO]: Preparing start region for level 33 (Seed: 6102155012884786209)
  535. [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) TNT ignition is PERMITTED.
  536. [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) Lighters are PERMITTED.
  537. [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) Lava fire is blocked.
  538. [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) Fire spread is UNRESTRICTED.
  539. [17:01:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction'
  540. [17:01:49] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'faction'.
  541. [17:01:49] [Server thread/INFO]: [Multiverse-Core] 34 - World(s) loaded.
  542. [17:01:49] [Server thread/INFO]: [BowSpleef] Enabling BowSpleef vB 0.2.0
  543. [17:01:49] [Server thread/INFO]: [BowSpleef] Loading 0 games
  544. [17:01:49] [Server thread/INFO]: METRICS STARTING
  545. [17:01:49] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v1.8.3
  546. [17:01:49] [Server thread/INFO]: [HolographicDisplays] Loaded animation 'example.txt', speed 20.
  547. [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby' was in the world 'lobbygames' but it wasn't loaded.
  548. [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby2' was in the world 'lobbygames' but it wasn't loaded.
  549. [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby3' was in the world 'lobbygames' but it wasn't loaded.
  550. [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby4' was in the world 'lobbygames' but it wasn't loaded.
  551. [17:01:49] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.6
  552. [17:01:49] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
  553. [17:01:51] [Server thread/INFO]: [MobArena] v0.96.6 enabled.
  554. [17:01:51] [Server thread/INFO]: [InstantReset] Enabling InstantReset v1.2
  555. [17:01:51] [Server thread/WARN]: [InstantReset] Template dir: plugins/InstantReset/templates/ir for world: ir does not exist
  556. [17:01:51] [Server thread/WARN]: [InstantReset] Template dir: plugins/InstantReset/templates/ir_the_end for world: ir_the_end does not exist
  557. [17:01:51] [Server thread/WARN]: [InstantReset] Template dir: plugins/InstantReset/templates/ir_nether for world: ir_nether does not exist
  558. [17:01:51] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  559. [17:01:52] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
  560. [17:01:52] [Server thread/INFO]: [Minigames] Enabling Minigames v1.6.4
  561. [17:01:53] [Server thread/INFO]: Minigames successfully enabled.
  562. [17:02:02] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3
  563. [17:02:02] [Server thread/INFO]: [CommandSigns] Successfully loaded 14 signs
  564. [17:02:02] [Server thread/INFO]: [CommandSigns] Plugin metrics enabled! Thank you!
  565. [17:02:02] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  566. [17:02:02] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  567. [17:02:07] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbygameslobby1 (World Error, World did not exist or was not imported into Multiverse-Core!)
  568. [17:02:07] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby1 has an invalid LOCATION!
  569. [17:02:07] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby1' not loaded due to invalid location!
  570. [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbygameslobby2 (World Error, World did not exist or was not imported into Multiverse-Core!)
  571. [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby2 has an invalid LOCATION!
  572. [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby2' not loaded due to invalid location!
  573. [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbygameslobby3 (World Error, World did not exist or was not imported into Multiverse-Core!)
  574. [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby3 has an invalid LOCATION!
  575. [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby3' not loaded due to invalid location!
  576. [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbygameslobby4 (World Error, World did not exist or was not imported into Multiverse-Core!)
  577. [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby4 has an invalid LOCATION!
  578. [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby4' not loaded due to invalid location!
  579. [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbygameslobbyquake (World Error, World did not exist or was not imported into Multiverse-Core!)
  580. [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobbyquake has an invalid LOCATION!
  581. [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobbyquake' not loaded due to invalid location!
  582. [17:02:10] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbygameslobbyhungergames (World Error, World did not exist or was not imported into Multiverse-Core!)
  583. [17:02:10] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobbyhungergames has an invalid LOCATION!
  584. [17:02:10] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobbyhungergames' not loaded due to invalid location!
  585. [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbyquakelobby (World Error, World did not exist or was not imported into Multiverse-Core!)
  586. [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal lobbyquakelobby has an invalid LOCATION!
  587. [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbyquakelobby' not loaded due to invalid location!
  588. [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbygames (World Error, World did not exist or was not imported into Multiverse-Core!)
  589. [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygames has an invalid LOCATION!
  590. [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygames' not loaded due to invalid location!
  591. [17:02:12] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: lobbyminijeuxlobbygames (World Error, World did not exist or was not imported into Multiverse-Core!)
  592. [17:02:12] [Server thread/WARN]: [Multiverse-Portals] Portal lobbyminijeuxlobbygames has an invalid LOCATION!
  593. [17:02:12] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbyminijeuxlobbygames' not loaded due to invalid location!
  594. [17:02:29] [Server thread/INFO]: [Multiverse-Portals] 40 - Portals(s) loaded
  595. [17:02:30] [Server thread/INFO]: [HeavySpleef] Enabling HeavySpleef v1.5.1
  596. [17:02:30] [Server thread/INFO]: [WorldEdit] Using inbuilt NmsBlock for this version.
  597. [17:02:30] [Server thread/INFO]: [HeavySpleef] Loaded 1 games!
  598. [17:02:30] [Server thread/INFO]: [HeavySpleef] HeavySpleef v1.5.1 activated!
  599. [17:02:30] [Server thread/INFO]: [BattleArena] Enabling BattleArena v3.9.7.9
  600. [17:02:30] [Server thread/INFO]: [BattleArena] v3.9.7.9 enabling!
  601. [17:02:30] [Server thread/INFO]: [BattleArena] BattleTracker not detected, not tracking wins
  602. [17:02:30] [Server thread/INFO]: [BattleArena] Essentials detected. God mode handling activated
  603. [17:02:30] [Server thread/INFO]: [BattleArena] MobArena detected. Implementing no add when in MobArena
  604. [17:02:30] [Server thread/INFO]: [BattleArena] Multiverse-Core detected. Implementing teleport/gamemode workarounds
  605. [17:02:30] [Server thread/INFO]: [BattleArena] Multiverse-Inventories detected. Implementing teleport/gamemode workarounds
  606. [17:02:30] [Server thread/INFO]: [BattleArena] WorldEdit detected.
  607. [17:02:30] [Server thread/INFO]: [BattleArena] WorldGuard detected. WorldGuard regions can now be used
  608. [17:02:30] [Server thread/INFO]: [BattleArena] Warning currency was empty, using name from config.yml
  609. [17:02:30] [Server thread/INFO]: [BattleArena] found economy plugin Vault. [Default]
  610. [17:02:30] [Server thread/INFO]: [BattleArena] no additional Arena modules
  611. [17:02:30] [Server thread/INFO]: [BattleArena] registering classes: gladiator, archer, monk
  612. [17:02:30] [Server thread/INFO]: [BattleArena] v3.9.7.9 enabled!
  613. [17:02:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  614. [17:02:39] [Server thread/INFO]: Done (77,067s)! For help, type "help" or "?"
  615. [17:02:39] [Server thread/INFO]: Starting GS4 status listener
  616. [17:02:39] [Server thread/INFO]: Starting remote control listener
  617. [17:02:39] [Query Listener #1/INFO]: Query running on 0.0.0.0:28459
  618. [17:02:39] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:28458
  619. [17:02:40] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
  620. [17:02:40] [pool-3-thread-27/WARN]: [ArcaneEnchants] Disabled auto and manual updating.
Advertisement
Add Comment
Please, Sign In to add comment