Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [17:01:20] [Server thread/INFO]: Starting minecraft server version 1.7.2
- [17:01:20] [Server thread/INFO]: Loading properties
- [17:01:20] [Server thread/INFO]: Default game type: SURVIVAL
- [17:01:20] [Server thread/INFO]: Generating keypair
- [17:01:20] [Server thread/INFO]: Starting Minecraft server on *:28457
- [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)
- [17:01:21] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
- [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.
- [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'.
- [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.
- [17:01:21] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
- [17:01:21] [Thread-7/INFO]: ----- ------------------- -----
- [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'
- [17:01:21] [Server thread/ERROR]: Ambiguous plugin name `Vault' for files `plugins/Vault-1.4.1.jar' and `plugins/Vault.jar' in `plugins'
- [17:01:21] [Server thread/ERROR]: Could not load 'plugins/ForceChat_Restricted.jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
- 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]
- 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]
- at me.CosmicReaperMC.ForceChat.Core.(Core.java:10) ~[?:?]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_21]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_21]
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_21]
- at java.lang.reflect.Constructor.newInstance(Constructor.java:525) ~[?:1.7.0_21]
- at java.lang.Class.newInstance0(Class.java:374) ~[?:1.7.0_21]
- at java.lang.Class.newInstance(Class.java:327) ~[?:1.7.0_21]
- 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]
- 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]
- ... 9 more
- Caused by: java.lang.IllegalStateException: Initial initialization
- 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]
- 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]
- at me.CosmicReaperMC.ForceChat.Core.(Core.java:10) ~[?:?]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_21]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_21]
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_21]
- at java.lang.reflect.Constructor.newInstance(Constructor.java:525) ~[?:1.7.0_21]
- at java.lang.Class.newInstance0(Class.java:374) ~[?:1.7.0_21]
- at java.lang.Class.newInstance(Class.java:327) ~[?:1.7.0_21]
- 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]
- 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]
- ... 9 more
- [17:01:22] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.2
- [17:01:22] [Server thread/INFO]: [ForceChat_Unrestricted] Loading ForceChat_Unrestricted v0.1.0
- [17:01:22] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
- [17:01:22] [Server thread/INFO]: [MobBountyReloaded] Loading MobBountyReloaded v2.1.0-b88-jenkins
- [17:01:22] [Server thread/INFO]: [dynmap] Loading dynmap v1.9.4-991
- [17:01:22] [Server thread/INFO]: [dynmap] Mod Support API available
- [17:01:22] [Server thread/INFO]: [WorldReset] Loading WorldReset v1.4.6
- [17:01:22] [Server thread/INFO]: [WorldReset] Loading configuration...
- [17:01:22] [Server thread/INFO]: [WorldReset] Loading world manager...
- [17:01:22] [Server thread/INFO]: [WorldReset] No world resets scheduled in the config, aborting.
- [17:01:22] [Server thread/INFO]: [AntiBuild] Loading AntiBuild v2.9.2
- [17:01:22] [Server thread/INFO]: [Announcer] Loading Announcer v1.5
- [17:01:22] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.54
- [17:01:22] [Server thread/INFO]: [ChatPerWorld] Loading ChatPerWorld v1.3
- [17:01:22] [Server thread/INFO]: [NoRain] Loading NoRain v1.1.0
- [17:01:22] [Server thread/INFO]: [InfinityDispenser] Loading InfinityDispenser v1.7
- [17:01:22] [Server thread/INFO]: [Infected] Loading Infected v2.2.0
- [17:01:22] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
- [17:01:22] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1053)
- [17:01:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.7-SNAPSHOT:3030-d18a20d,master
- [17:01:22] [Server thread/INFO]: [War] Loading War v1.8.1 (Nimitz)
- [17:01:22] [Server thread/INFO]: [ArcaneEnchants] Loading ArcaneEnchants v5.1.1
- [17:01:22] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
- [17:01:22] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.21.3
- [17:01:22] [Server thread/INFO]: [DACv2] Loading DACv2 v1.0.0-SNAPSHOT-bCustom
- [17:01:22] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.1
- [17:01:22] [Server thread/INFO]: [WelcomeBar] Loading WelcomeBar v1.0
- [17:01:22] [Server thread/INFO]: [NoSplosion] Loading NoSplosion v0.9
- [17:01:22] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v3.0.9-snapshot
- [17:01:22] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
- [17:01:22] [Server thread/INFO]: [OITC] Loading OITC v2.1.2
- [17:01:22] [Server thread/INFO]: [NoPlugin] Loading NoPlugin v2.1
- [17:01:22] [Server thread/INFO]: [Lockette] Loading Lockette v1.7.12
- [17:01:22] [Server thread/INFO]: [RobotStaff] Loading RobotStaff v4.1
- [17:01:22] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
- [17:01:22] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.0
- [17:01:22] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13b
- [17:01:22] [Server thread/INFO]: [TNTRun] Loading TNTRun v3.1
- [17:01:22] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
- [17:01:22] [Server thread/INFO]: [Quake] Loading Quake v2.4.1
- [17:01:22] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
- [17:01:22] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
- [17:01:22] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
- [17:01:22] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
- [17:01:22] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
- [17:01:22] [Server thread/INFO]: [BowSpleef] Loading BowSpleef vB 0.2.0
- [17:01:22] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v1.8.3
- [17:01:22] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.6
- [17:01:22] [Server thread/INFO]: [InstantReset] Loading InstantReset v1.2
- [17:01:22] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
- [17:01:22] [Server thread/INFO]: [Minigames] Loading Minigames v1.6.4
- [17:01:22] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3
- [17:01:22] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
- [17:01:22] [Server thread/INFO]: [HeavySpleef] Loading HeavySpleef v1.5.1
- [17:01:22] [Server thread/INFO]: [BattleArena] Loading BattleArena v3.9.7.9
- [17:01:22] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
- [17:01:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
- [17:01:22] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
- [17:01:22] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [17:01:22] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
- [17:01:22] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
- [17:01:22] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
- [17:01:22] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
- [17:01:22] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13b
- [17:01:22] [Server thread/INFO]: §9[PlotMe] §r 5 plots loaded
- [17:01:22] [Server thread/INFO]: Preparing level "world"
- [17:01:22] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5315297298002863829)
- [17:01:23] [Server thread/INFO]: Preparing spawn area: 0%
- [17:01:24] [Server thread/INFO]: Preparing spawn area: 98%
- [17:01:25] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5315297298002863829)
- [17:01:25] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5315297298002863829)
- [17:01:25] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.2
- [17:01:25] [Server thread/INFO]: [ForceChat_Unrestricted] Enabling ForceChat_Unrestricted v0.1.0
- [17:01:25] [Server thread/INFO]: [MobBountyReloaded] Enabling MobBountyReloaded v2.1.0-b88-jenkins
- [17:01:26] [Server thread/INFO]: [dynmap] Enabling dynmap v1.9.4-991
- [17:01:26] [Server thread/INFO]: [dynmap] Added 38 custom biome mappings
- [17:01:26] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.3
- [17:01:26] [Server thread/INFO]: [PermissionsEx] Initializing file backend
- [17:01:26] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
- [17:01:26] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
- [17:01:26] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
- [17:01:26] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.21.3 for access control
- [17:01:26] [Server thread/INFO]: [dynmap] Mod Support processing completed
- [17:01:27] [Server thread/INFO]: [dynmap] Loaded 22 shaders.
- [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!
- [17:01:27] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
- [17:01:27] [Server thread/INFO]: [dynmap] Loaded 12 lightings.
- [17:01:27] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:60000
- [17:01:27] [Server thread/INFO]: [dynmap] version 1.9.4-991 is enabled - core version 1.9.4-1940
- [17:01:27] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
- [17:01:27] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
- [17:01:27] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
- [17:01:27] [Server thread/INFO]: [dynmap] Enabled
- [17:01:28] [Server thread/INFO]: [WorldReset] Enabling WorldReset v1.4.6
- [17:01:28] [Server thread/INFO]: [WorldReset] Registering listener...
- [17:01:28] [Server thread/INFO]: [WorldReset] Activating command handler...
- [17:01:28] [Server thread/INFO]: [WorldReset] Enabled!
- [17:01:28] [Server thread/INFO]: [AntiBuild] Enabling AntiBuild v2.9.2
- [17:01:28] [Server thread/INFO]: [AntiBuild] AntiBuild enabled!
- [17:01:28] [Server thread/INFO]: [Announcer] Enabling Announcer v1.5
- [17:01:29] [Server thread/INFO]: Announcer v1.5 is enabled!
- [17:01:29] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.54
- [17:01:29] [Server thread/INFO]: METRICS STARTING
- [17:01:29] [Server thread/INFO]: [ChatPerWorld] Enabling ChatPerWorld v1.3
- [17:01:29] [Server thread/INFO]: [NoRain] Enabling NoRain v1.1.0
- [17:01:29] [Server thread/INFO]: [InfinityDispenser] Enabling InfinityDispenser v1.7
- [17:01:29] [Server thread/INFO]: [InfinityDispenser] 1.7 version is enabled
- [17:01:29] [Server thread/INFO]: [Infected] Enabling Infected v2.2.0
- [17:01:29] [Server thread/INFO]: §3§o>§e§o§m---------------<<§4§l Infected §e§o§m>>---------------§3§o<
- [17:01:29] [Server thread/INFO]: Metrics was started!
- [17:01:30] [Server thread/INFO]: Vault Support is Disabled
- [17:01:30] [Server thread/INFO]: CrackShot Support is Disabled
- [17:01:30] [Server thread/INFO]: Factions Support is Disabled
- [17:01:30] [Server thread/INFO]: mcMMO Support is Disabled
- [17:01:30] [Server thread/INFO]: Disguise Support is Disabled
- [17:01:30] [Server thread/INFO]: Couldn't Find Any Arenas
- [17:01:30] [Server thread/INFO]: Loaded Human Class: Guard
- [17:01:30] [Server thread/INFO]: Loaded Human Class: Knight
- [17:01:30] [Server thread/INFO]: Loaded Zombie Class: Regular
- [17:01:30] [Server thread/INFO]: Loaded Zombie Class: Bones
- [17:01:30] [Server thread/INFO]: Loaded Grenade Stun
- [17:01:30] [Server thread/INFO]: Loaded Grenade Flash
- [17:01:30] [Server thread/INFO]: Loaded Grenade Frag
- [17:01:30] [Server thread/INFO]: Loaded Grenade Health Pack
- [17:01:30] [Server thread/INFO]: §3§l>§e§m-------------------------------------------§3§l<
- [17:01:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1053)
- [17:01:30] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.7-SNAPSHOT:3030-d18a20d,master
- [17:01:30] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
- [17:01:30] [Server thread/INFO]: [War] Enabling War v1.8.1 (Nimitz)
- [17:01:30] [Server thread/INFO]: [War] War v1.8.1 (Nimitz) is on.
- [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Enabling ArcaneEnchants v5.1.1
- [17:01:30] [Server thread/INFO]: ---------------------------------------------------
- [17:01:30] [Server thread/INFO]: |******** [ArcaneEnchants] BANG! Enabled! ********|
- [17:01:30] [Server thread/INFO]: ---------------------------------------------------
- [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Loaded enchantments successfully.
- [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Effects being used: [ENDER, POTION]
- [17:01:30] [Server thread/INFO]: [ArcaneEnchants] Began metrics.
- [17:01:30] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
- [17:01:30] [Server thread/INFO]: [DACv2] Enabling DACv2 v1.0.0-SNAPSHOT-bCustom
- [17:01:30] [Server thread/INFO]: [DACv2] Enabled.
- [17:01:30] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.1
- [17:01:30] [Server thread/INFO]: [BarAPI] Loaded
- [17:01:30] [Server thread/INFO]: [WelcomeBar] Enabling WelcomeBar v1.0
- [17:01:30] [Server thread/INFO]: [NoSplosion] Enabling NoSplosion v0.9
- [17:01:30] [Server thread/INFO]: NoSplosion v0.9 has been Enabled
- [17:01:31] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v3.0.9-snapshot
- [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Economy plugin: Essentials Economy
- [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Loading config files
- [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]
- [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Registered core flags: [Lore ,NoStack ,Abstract ,SplashPotion ,StackPrice ,DataCheck]
- [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Registered types: [server]
- [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Permission plugin: PermissionsEx
- [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Accounts loaded: 0
- [17:01:31] [Server thread/INFO]: [dtlTraders][INFO] Enabled
- [17:01:31] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
- [17:01:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
- [17:01:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
- [17:01:31] [Server thread/INFO]: [WorldGuard] 5 regions loaded for 'world'
- [17:01:31] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
- [17:01:31] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
- [17:01:31] [Server thread/INFO]: [OITC] Enabling OITC v2.1.2
- [17:01:31] [Server thread/INFO]: [OITC] Now Currently Loading The Arena: Toyama
- [17:01:31] [Server thread/INFO]: [OITC] WARNING, FAILED TO LOAD ARENAS.
- [17:01:31] [Server thread/INFO]: [OITC] Hooked into Vault!
- [17:01:31] [Server thread/INFO]: [NoPlugin] Enabling NoPlugin v2.1
- [17:01:31] [Server thread/INFO]: [NoPlugin] Loading Class!
- [17:01:31] [Server thread/INFO]: [NoPlugin] Loading Config!
- [17:01:31] [Server thread/INFO]: [NoPlugin] Loaded!
- [17:01:31] [Server thread/INFO]: [Lockette] Enabling Lockette v1.7.12
- [17:01:31] [Server thread/INFO]: [Lockette] Version 1.7.12 is being enabled! Yay! (Core version 1.3.7)
- [17:01:31] [Server thread/INFO]: [Lockette] Detected craftbukkit build [3023] ok.
- [17:01:31] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
- [17:01:31] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
- [17:01:31] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
- [17:01:31] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.21.3
- [17:01:31] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
- [17:01:31] [Server thread/INFO]: [Lockette] Ready to protect your containers.
- [17:01:31] [Server thread/INFO]: [RobotStaff] Enabling RobotStaff v4.1
- [17:01:31] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
- [17:01:31] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
- [17:01:31] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
- [17:01:31] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.0
- [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
- [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
- [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] World "creative" has border radius 750 at X: 109,3 Z: 1476,2
- [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] World "parkour" has border radius 1000 at X: 183,6 Z: 250,8
- [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] World "build" has border radius 1000 at X: 489,5 Z: -67,5
- [17:01:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
- [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
- [17:01:31] [Server thread/INFO]: [TNTRun] Enabling TNTRun v3.1
- [17:01:31] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
- [17:01:31] [Server thread/INFO]: [Quake] Enabling Quake v2.4.1
- [17:01:32] [Server thread/WARN]: plugins/Quake/Stuff/Hats/JackOHat.yml
- [17:01:32] [Server thread/INFO]: plugins/Quake/Stuff/Hats/JackOHat.yml found implementation
- [17:01:32] [Server thread/WARN]: plugins/Quake/Stuff/Hats/Geekpower14.yml
- [17:01:32] [Server thread/INFO]: plugins/Quake/Stuff/Hats/Geekpower14.yml found implementation
- [17:01:32] [Server thread/ERROR]: 0 not a valid Material. Example: APPLE
- [17:01:32] [Server thread/WARN]: plugins/Quake/Stuff/Armors/ArmorRED.yml
- [17:01:32] [Server thread/INFO]: plugins/Quake/Stuff/Armors/ArmorRED.yml found implementation
- [17:01:32] [Server thread/INFO]: Found arena : Bridge_of_Eldin
- [17:01:32] [Server thread/INFO]: Found arena : Castle
- [17:01:32] [Server thread/INFO]: 2SIZE
- [17:01:32] [Server thread/INFO]: §aArena Bridge_of_Eldin type: Solo
- [17:01:32] [Server thread/INFO]: load de Bridge_of_Eldin
- [17:01:32] [Server thread/INFO]: §aArena Castle type: Solo
- [17:01:32] [Server thread/INFO]: load de Castle
- [17:01:32] [Server thread/INFO]: load des Lobby
- [17:01:32] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
- [17:01:32] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
- [17:01:32] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
- [17:01:32] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
- [17:01:32] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Essentials Economy
- [17:01:32] [Server thread/INFO]: Timeismoney is now enabled
- [17:01:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
- [17:01:32] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
- [17:01:32] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
- [17:01:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 5315297298002863829
- [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 5315297298002863829
- [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 5315297298002863829
- [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'creative' - Env: NORMAL - Type: FLAT & seed: -3012126386337333342
- [17:01:33] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3012126386337333342)
- [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
- [17:01:33] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'creative'.
- [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbyquake' - Env: NORMAL - Type: FLAT & seed: -4906519756692907534
- [17:01:33] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4906519756692907534)
- [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) TNT ignition is PERMITTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) Lighters are PERMITTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) Lava fire is blocked.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (lobbyquake) Fire spread is UNRESTRICTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbyquake'
- [17:01:33] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbyquake'.
- [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Castle' - Env: NORMAL - Type: FLAT & seed: -6553923802686045176
- [17:01:33] [Server thread/INFO]: Preparing start region for level 5 (Seed: -6553923802686045176)
- [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) TNT ignition is PERMITTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) Lighters are PERMITTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) Lava fire is blocked.
- [17:01:33] [Server thread/INFO]: [WorldGuard] (Castle) Fire spread is UNRESTRICTED.
- [17:01:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Castle'
- [17:01:33] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Castle'.
- [17:01:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'rush' - Env: NORMAL - Type: FLAT & seed: 5456680652050067456
- [17:01:33] [Server thread/INFO]: Preparing start region for level 6 (Seed: 5456680652050067456)
- [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) TNT ignition is PERMITTED.
- [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) Lighters are PERMITTED.
- [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) Lava fire is blocked.
- [17:01:34] [Server thread/INFO]: [WorldGuard] (rush) Fire spread is UNRESTRICTED.
- [17:01:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'rush'
- [17:01:34] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'rush'.
- [17:01:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbyhungergames' - Env: NORMAL - Type: FLAT & seed: -2914696006870249693
- [17:01:34] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2914696006870249693)
- [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) TNT ignition is PERMITTED.
- [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) Lighters are PERMITTED.
- [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) Lava fire is blocked.
- [17:01:34] [Server thread/INFO]: [WorldGuard] (lobbyhungergames) Fire spread is UNRESTRICTED.
- [17:01:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbyhungergames'
- [17:01:34] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbyhungergames'.
- [17:01:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'moarena' - Env: NORMAL - Type: FLAT & seed: 1029166416011582570
- [17:01:34] [Server thread/INFO]: Preparing start region for level 8 (Seed: 1029166416011582570)
- [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) TNT ignition is PERMITTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) Lighters are PERMITTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) Lava fire is blocked.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (moarena) Fire spread is UNRESTRICTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'moarena'
- [17:01:35] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'moarena'.
- [17:01:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'kingdoms' - Env: NORMAL - Type: FLAT & seed: 2297242635936919176
- [17:01:35] [Server thread/INFO]: Preparing start region for level 9 (Seed: 2297242635936919176)
- [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) TNT ignition is PERMITTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) Lighters are PERMITTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) Lava fire is blocked.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (kingdoms) Fire spread is UNRESTRICTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'kingdoms'
- [17:01:35] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'kingdoms'.
- [17:01:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'build' - Env: NORMAL - Type: FLAT & seed: 5475645215108154437
- [17:01:35] [Server thread/INFO]: Preparing start region for level 10 (Seed: 5475645215108154437)
- [17:01:35] [Server thread/INFO]: [WorldGuard] (build) TNT ignition is PERMITTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (build) Lighters are PERMITTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (build) Lava fire is blocked.
- [17:01:35] [Server thread/INFO]: [WorldGuard] (build) Fire spread is UNRESTRICTED.
- [17:01:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'build'
- [17:01:35] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'build'.
- [17:01:35] [Server thread/INFO]: [dynmap] Loaded 10 pending tile renders for world 'build'
- [17:01:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'dac' - Env: NORMAL - Type: FLAT & seed: -868534113981116231
- [17:01:36] [Server thread/INFO]: Preparing start region for level 11 (Seed: -868534113981116231)
- [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) TNT ignition is PERMITTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) Lighters are PERMITTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) Lava fire is blocked.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (dac) Fire spread is UNRESTRICTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'dac'
- [17:01:36] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'dac'.
- [17:01:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'tntrun' - Env: NORMAL - Type: NORMAL & seed: 7414935434907272541 & generator: CleanroomGenerator:.
- [17:01:36] [Server thread/INFO]: Preparing start region for level 12 (Seed: 7414935434907272541)
- [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) TNT ignition is PERMITTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) Lighters are PERMITTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) Lava fire is blocked.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (tntrun) Fire spread is UNRESTRICTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tntrun'
- [17:01:36] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'tntrun'.
- [17:01:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'paintball' - Env: NORMAL - Type: NORMAL & seed: -106621286763531091 & generator: CleanroomGenerator:.
- [17:01:36] [Server thread/INFO]: Preparing start region for level 13 (Seed: -106621286763531091)
- [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) TNT ignition is PERMITTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) Lighters are PERMITTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) Lava fire is blocked.
- [17:01:36] [Server thread/INFO]: [WorldGuard] (paintball) Fire spread is UNRESTRICTED.
- [17:01:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'paintball'
- [17:01:36] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'paintball'.
- [17:01:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbypaintball' - Env: NORMAL - Type: NORMAL & seed: -4142277903700555841 & generator: CleanroomGenerator:.
- [17:01:37] [Server thread/INFO]: Preparing start region for level 14 (Seed: -4142277903700555841)
- [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) TNT ignition is PERMITTED.
- [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) Lighters are PERMITTED.
- [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) Lava fire is blocked.
- [17:01:37] [Server thread/INFO]: [WorldGuard] (lobbypaintball) Fire spread is UNRESTRICTED.
- [17:01:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbypaintball'
- [17:01:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbypaintball'.
- [17:01:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'japon' - Env: NORMAL - Type: NORMAL & seed: 5575800470066535843 & generator: CleanroomGenerator:.
- [17:01:37] [Server thread/INFO]: Preparing start region for level 15 (Seed: 5575800470066535843)
- [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) TNT ignition is PERMITTED.
- [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) Lighters are PERMITTED.
- [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) Lava fire is blocked.
- [17:01:38] [Server thread/INFO]: [WorldGuard] (japon) Fire spread is UNRESTRICTED.
- [17:01:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'japon'
- [17:01:38] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'japon'.
- [17:01:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'nuketown' - Env: NORMAL - Type: NORMAL & seed: -7426528530762908011
- [17:01:38] [Server thread/INFO]: Preparing start region for level 16 (Seed: -7426528530762908011)
- [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) TNT ignition is PERMITTED.
- [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) Lighters are PERMITTED.
- [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) Lava fire is blocked.
- [17:01:38] [Server thread/INFO]: [WorldGuard] (nuketown) Fire spread is UNRESTRICTED.
- [17:01:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'nuketown'
- [17:01:39] [Server thread/INFO]: Preparing spawn area for nuketown, 8%
- [17:01:40] [Server thread/INFO]: Preparing spawn area for nuketown, 28%
- [17:01:41] [Server thread/ERROR]: [Multiverse-Core] The world 'nuketown' could NOT be loaded because it contains errors!
- [17:01:41] [Server thread/ERROR]: [Multiverse-Core] Try using Chukster to repair your world! 'nuketown'
- [17:01:41] [Server thread/ERROR]: [Multiverse-Core] http://forums.bukkit.org/threads/admin-chunkster.8186/
- [17:01:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'survival1' - Env: NORMAL - Type: NORMAL & seed: -5457833707356245135 & generator: CleanroomGenerator:.
- [17:01:41] [Server thread/INFO]: Preparing start region for level 17 (Seed: -5457833707356245135)
- [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) TNT ignition is PERMITTED.
- [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) Lighters are PERMITTED.
- [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) Lava fire is blocked.
- [17:01:41] [Server thread/INFO]: [WorldGuard] (survival1) Fire spread is UNRESTRICTED.
- [17:01:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival1'
- [17:01:41] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'survival1'.
- [17:01:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'skyfight' - Env: NORMAL - Type: NORMAL & seed: 7163070862518458339 & generator: CleanroomGenerator:.
- [17:01:41] [Server thread/INFO]: Preparing start region for level 18 (Seed: 7163070862518458339)
- [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) TNT ignition is PERMITTED.
- [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) Lighters are PERMITTED.
- [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) Lava fire is blocked.
- [17:01:41] [Server thread/INFO]: [WorldGuard] (skyfight) Fire spread is UNRESTRICTED.
- [17:01:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyfight'
- [17:01:41] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'skyfight'.
- [17:01:41] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
- [17:01:41] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
- [17:01:42] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
- [17:01:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'skyball' - Env: NORMAL - Type: NORMAL & seed: 1180448083371190363 & generator: CleanroomGenerator:.
- [17:01:42] [Server thread/INFO]: Preparing start region for level 19 (Seed: 1180448083371190363)
- [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) TNT ignition is PERMITTED.
- [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) Lighters are PERMITTED.
- [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) Lava fire is blocked.
- [17:01:42] [Server thread/INFO]: [WorldGuard] (skyball) Fire spread is UNRESTRICTED.
- [17:01:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyball'
- [17:01:42] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'skyball'.
- [17:01:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'staff' - Env: NORMAL - Type: NORMAL & seed: 4819574569076170510 & generator: CleanroomGenerator:.
- [17:01:42] [Server thread/INFO]: Preparing start region for level 20 (Seed: 4819574569076170510)
- [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) TNT ignition is PERMITTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) Lighters are PERMITTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) Lava fire is blocked.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (staff) Fire spread is UNRESTRICTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'staff'
- [17:01:43] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'staff'.
- [17:01:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbygame' - Env: NORMAL - Type: NORMAL & seed: 8016442433691871588 & generator: CleanroomGenerator:.
- [17:01:43] [Server thread/INFO]: Preparing start region for level 21 (Seed: 8016442433691871588)
- [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) TNT ignition is PERMITTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) Lighters are PERMITTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) Lava fire is blocked.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (lobbygame) Fire spread is UNRESTRICTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbygame'
- [17:01:43] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbygame'.
- [17:01:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'oitc' - Env: NORMAL - Type: NORMAL & seed: -2590958287146438599 & generator: CleanroomGenerator:.
- [17:01:43] [Server thread/INFO]: Preparing start region for level 22 (Seed: -2590958287146438599)
- [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) TNT ignition is PERMITTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) Lighters are PERMITTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) Lava fire is blocked.
- [17:01:43] [Server thread/INFO]: [WorldGuard] (oitc) Fire spread is UNRESTRICTED.
- [17:01:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'oitc'
- [17:01:43] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'oitc'.
- [17:01:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ctf' - Env: NORMAL - Type: NORMAL & seed: -8805729156994127665 & generator: CleanroomGenerator:.
- [17:01:44] [Server thread/INFO]: Preparing start region for level 23 (Seed: -8805729156994127665)
- [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) TNT ignition is PERMITTED.
- [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) Lighters are PERMITTED.
- [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) Lava fire is blocked.
- [17:01:44] [Server thread/INFO]: [WorldGuard] (ctf) Fire spread is UNRESTRICTED.
- [17:01:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ctf'
- [17:01:44] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'ctf'.
- [17:01:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'infection' - Env: NORMAL - Type: NORMAL & seed: 4156546340707245575 & generator: CleanroomGenerator:.
- [17:01:44] [Server thread/INFO]: Preparing start region for level 24 (Seed: 4156546340707245575)
- [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) TNT ignition is PERMITTED.
- [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) Lighters are PERMITTED.
- [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) Lava fire is blocked.
- [17:01:44] [Server thread/INFO]: [WorldGuard] (infection) Fire spread is UNRESTRICTED.
- [17:01:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'infection'
- [17:01:44] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'infection'.
- [17:01:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'mobarena' - Env: NORMAL - Type: NORMAL & seed: 3141397640400815958 & generator: CleanroomGenerator:.
- [17:01:45] [Server thread/INFO]: Preparing start region for level 25 (Seed: 3141397640400815958)
- [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) TNT ignition is PERMITTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) Lighters are PERMITTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) Lava fire is blocked.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (mobarena) Fire spread is UNRESTRICTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mobarena'
- [17:01:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'mobarena'.
- [17:01:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'bowspleef' - Env: NORMAL - Type: NORMAL & seed: -653739085584538309 & generator: CleanroomGenerator:.
- [17:01:45] [Server thread/INFO]: Preparing start region for level 26 (Seed: -653739085584538309)
- [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) TNT ignition is PERMITTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) Lighters are PERMITTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) Lava fire is blocked.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (bowspleef) Fire spread is UNRESTRICTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bowspleef'
- [17:01:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'bowspleef'.
- [17:01:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'tnt' - Env: NORMAL - Type: NORMAL & seed: 3167606567093922996 & generator: CleanroomGenerator:.
- [17:01:45] [Server thread/INFO]: Preparing start region for level 27 (Seed: 3167606567093922996)
- [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) TNT ignition is PERMITTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) Lighters are PERMITTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) Lava fire is blocked.
- [17:01:45] [Server thread/INFO]: [WorldGuard] (tnt) Fire spread is UNRESTRICTED.
- [17:01:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tnt'
- [17:01:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'tnt'.
- [17:01:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'parkour' - Env: NORMAL - Type: NORMAL & seed: -8968295846895673915 & generator: CleanroomGenerator:.
- [17:01:46] [Server thread/INFO]: Preparing start region for level 28 (Seed: -8968295846895673915)
- [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) TNT ignition is PERMITTED.
- [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) Lighters are PERMITTED.
- [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) Lava fire is blocked.
- [17:01:46] [Server thread/INFO]: [WorldGuard] (parkour) Fire spread is UNRESTRICTED.
- [17:01:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'parkour'
- [17:01:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'parkour'.
- [17:01:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'spleef' - Env: NORMAL - Type: NORMAL & seed: -4136617247515134912 & generator: CleanroomGenerator:.
- [17:01:46] [Server thread/INFO]: Preparing start region for level 29 (Seed: -4136617247515134912)
- [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) TNT ignition is PERMITTED.
- [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) Lighters are PERMITTED.
- [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) Lava fire is blocked.
- [17:01:46] [Server thread/INFO]: [WorldGuard] (spleef) Fire spread is UNRESTRICTED.
- [17:01:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spleef'
- [17:01:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'spleef'.
- [17:01:47] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobby' - Env: NORMAL - Type: NORMAL & seed: 5828859355582898716 & generator: CleanroomGenerator:.
- [17:01:47] [Server thread/INFO]: Preparing start region for level 30 (Seed: 5828859355582898716)
- [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) TNT ignition is PERMITTED.
- [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) Lighters are PERMITTED.
- [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) Lava fire is blocked.
- [17:01:47] [Server thread/INFO]: [WorldGuard] (lobby) Fire spread is UNRESTRICTED.
- [17:01:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby'
- [17:01:47] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobby'.
- [17:01:47] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: 2957420640160856440 & generator: PlotMe
- [17:01:47] [Server thread/INFO]: Preparing start region for level 31 (Seed: 2957420640160856440)
- [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
- [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
- [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
- [17:01:47] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
- [17:01:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
- [17:01:47] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'plotworld'.
- [17:01:48] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbycreative' - Env: NORMAL - Type: NORMAL & seed: -2439660812002791676 & generator: CleanroomGenerator:.
- [17:01:48] [Server thread/INFO]: Preparing start region for level 32 (Seed: -2439660812002791676)
- [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) TNT ignition is PERMITTED.
- [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) Lighters are PERMITTED.
- [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) Lava fire is blocked.
- [17:01:48] [Server thread/INFO]: [WorldGuard] (lobbycreative) Fire spread is UNRESTRICTED.
- [17:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbycreative'
- [17:01:48] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'lobbycreative'.
- [17:01:48] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'faction' - Env: NORMAL - Type: NORMAL & seed: 6102155012884786209
- [17:01:48] [Server thread/INFO]: Preparing start region for level 33 (Seed: 6102155012884786209)
- [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) TNT ignition is PERMITTED.
- [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) Lighters are PERMITTED.
- [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) Lava fire is blocked.
- [17:01:49] [Server thread/INFO]: [WorldGuard] (faction) Fire spread is UNRESTRICTED.
- [17:01:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction'
- [17:01:49] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'faction'.
- [17:01:49] [Server thread/INFO]: [Multiverse-Core] 34 - World(s) loaded.
- [17:01:49] [Server thread/INFO]: [BowSpleef] Enabling BowSpleef vB 0.2.0
- [17:01:49] [Server thread/INFO]: [BowSpleef] Loading 0 games
- [17:01:49] [Server thread/INFO]: METRICS STARTING
- [17:01:49] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v1.8.3
- [17:01:49] [Server thread/INFO]: [HolographicDisplays] Loaded animation 'example.txt', speed 20.
- [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby' was in the world 'lobbygames' but it wasn't loaded.
- [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby2' was in the world 'lobbygames' but it wasn't loaded.
- [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby3' was in the world 'lobbygames' but it wasn't loaded.
- [17:01:49] [Server thread/WARN]: [HolographicDisplays] Hologram 'lobby4' was in the world 'lobbygames' but it wasn't loaded.
- [17:01:49] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.6
- [17:01:49] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
- [17:01:51] [Server thread/INFO]: [MobArena] v0.96.6 enabled.
- [17:01:51] [Server thread/INFO]: [InstantReset] Enabling InstantReset v1.2
- [17:01:51] [Server thread/WARN]: [InstantReset] Template dir: plugins/InstantReset/templates/ir for world: ir does not exist
- [17:01:51] [Server thread/WARN]: [InstantReset] Template dir: plugins/InstantReset/templates/ir_the_end for world: ir_the_end does not exist
- [17:01:51] [Server thread/WARN]: [InstantReset] Template dir: plugins/InstantReset/templates/ir_nether for world: ir_nether does not exist
- [17:01:51] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
- [17:01:52] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
- [17:01:52] [Server thread/INFO]: [Minigames] Enabling Minigames v1.6.4
- [17:01:53] [Server thread/INFO]: Minigames successfully enabled.
- [17:02:02] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3
- [17:02:02] [Server thread/INFO]: [CommandSigns] Successfully loaded 14 signs
- [17:02:02] [Server thread/INFO]: [CommandSigns] Plugin metrics enabled! Thank you!
- [17:02:02] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
- [17:02:02] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
- [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!)
- [17:02:07] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby1 has an invalid LOCATION!
- [17:02:07] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby1' not loaded due to invalid location!
- [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!)
- [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby2 has an invalid LOCATION!
- [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby2' not loaded due to invalid location!
- [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!)
- [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby3 has an invalid LOCATION!
- [17:02:08] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby3' not loaded due to invalid location!
- [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!)
- [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobby4 has an invalid LOCATION!
- [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobby4' not loaded due to invalid location!
- [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!)
- [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobbyquake has an invalid LOCATION!
- [17:02:09] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobbyquake' not loaded due to invalid location!
- [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!)
- [17:02:10] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygameslobbyhungergames has an invalid LOCATION!
- [17:02:10] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygameslobbyhungergames' not loaded due to invalid location!
- [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!)
- [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal lobbyquakelobby has an invalid LOCATION!
- [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbyquakelobby' not loaded due to invalid location!
- [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!)
- [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal lobbygames has an invalid LOCATION!
- [17:02:11] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbygames' not loaded due to invalid location!
- [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!)
- [17:02:12] [Server thread/WARN]: [Multiverse-Portals] Portal lobbyminijeuxlobbygames has an invalid LOCATION!
- [17:02:12] [Server thread/WARN]: [Multiverse-Portals] Portal 'lobbyminijeuxlobbygames' not loaded due to invalid location!
- [17:02:29] [Server thread/INFO]: [Multiverse-Portals] 40 - Portals(s) loaded
- [17:02:30] [Server thread/INFO]: [HeavySpleef] Enabling HeavySpleef v1.5.1
- [17:02:30] [Server thread/INFO]: [WorldEdit] Using inbuilt NmsBlock for this version.
- [17:02:30] [Server thread/INFO]: [HeavySpleef] Loaded 1 games!
- [17:02:30] [Server thread/INFO]: [HeavySpleef] HeavySpleef v1.5.1 activated!
- [17:02:30] [Server thread/INFO]: [BattleArena] Enabling BattleArena v3.9.7.9
- [17:02:30] [Server thread/INFO]: [BattleArena] v3.9.7.9 enabling!
- [17:02:30] [Server thread/INFO]: [BattleArena] BattleTracker not detected, not tracking wins
- [17:02:30] [Server thread/INFO]: [BattleArena] Essentials detected. God mode handling activated
- [17:02:30] [Server thread/INFO]: [BattleArena] MobArena detected. Implementing no add when in MobArena
- [17:02:30] [Server thread/INFO]: [BattleArena] Multiverse-Core detected. Implementing teleport/gamemode workarounds
- [17:02:30] [Server thread/INFO]: [BattleArena] Multiverse-Inventories detected. Implementing teleport/gamemode workarounds
- [17:02:30] [Server thread/INFO]: [BattleArena] WorldEdit detected.
- [17:02:30] [Server thread/INFO]: [BattleArena] WorldGuard detected. WorldGuard regions can now be used
- [17:02:30] [Server thread/INFO]: [BattleArena] Warning currency was empty, using name from config.yml
- [17:02:30] [Server thread/INFO]: [BattleArena] found economy plugin Vault. [Default]
- [17:02:30] [Server thread/INFO]: [BattleArena] no additional Arena modules
- [17:02:30] [Server thread/INFO]: [BattleArena] registering classes: gladiator, archer, monk
- [17:02:30] [Server thread/INFO]: [BattleArena] v3.9.7.9 enabled!
- [17:02:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [17:02:39] [Server thread/INFO]: Done (77,067s)! For help, type "help" or "?"
- [17:02:39] [Server thread/INFO]: Starting GS4 status listener
- [17:02:39] [Server thread/INFO]: Starting remote control listener
- [17:02:39] [Query Listener #1/INFO]: Query running on 0.0.0.0:28459
- [17:02:39] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:28458
- [17:02:40] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
- [17:02:40] [pool-3-thread-27/WARN]: [ArcaneEnchants] Disabled auto and manual updating.
Advertisement
Add Comment
Please, Sign In to add comment