Making an empty world generates odd stuff
lazward opened this issue · 16 comments
Ok so I tried to make a world for skyblock, so I used this command to generate the world:
/mvcreate skyworld normal -g CleanroomGenerator:.
Yet however after restarting the server odd blocks started forming.
I saw grass, coal ore, and cobblestone at where should there be emptyness.
Plz Fix!
Yeah, I'll need to see a server startup with the skyworld already created. Alternatively define the generator in your bukkit.yml will fix issues with other poorly-written plugins stuffing up the WGEN.
Editing bukkit.yml can indeed help, just add each world that has a custom WGEN to it with the WGEN name and generator id for each.
Ok so I tried doing that in bukkit.yml. Didn't work.
This is the main configuration file for Bukkit.
As you can see, there's actually not that much to configure without any plugins.
For a reference for any variable inside this file, check out the bukkit wiki at
http://wiki.bukkit.org/Bukkit.yml
If you need help on this file, feel free to join us on irc or leave a message
on the forums asking for advice.
IRC: #bukkit @ esper.net
(If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
Forums: http://forums.bukkit.org/forums/bukkit-help.6/
Twitter: http://twitter.com/Craftbukkit
Bug tracker: http://leaky.bukkit.org/
settings:
allow-end: true
warn-on-overload: true
spawn-radius: 16
permissions-file: permissions.yml
update-folder: update
ping-packet-limit: 100
use-exact-login-location: false
plugin-profiling: false
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
spawn-limits:
monsters: 70
animals: 15
water-animals: 5
ticks-per:
animal-spawns: 400
monster-spawns: 1
auto-updater:
enabled: true
on-broken:
- warn-console
- warn-ops
on-update: - warn-console
- warn-ops
preferred-channel: rb
host: dl.bukkit.org
suggest-channels: true
database:
username: bukkit
isolation: SERIALIZABLE
driver: org.sqlite.JDBC
password: walrus
url: jdbc:sqlite:{DIR}{NAME}.db
worlds:
skyworld:
generator: CleanroomGenerator:.
If that didn't work, then it's definitely not an issue with another plugin conflicting, so the only remaining possibility is a bug in the version of Bukkit you are running, try opening a bug on Leaky Bukkit
You have a conflicting plugin that is loading the world before multiverse is. Post a list of your plugins and full server startup log and I'll see if I can spot the offending plugin. Ideally you should complain to the author of the plugin that is loading the world instead of letting Multiverse do it, but a workaround is to define the generator for your skyworld in your bukkit.yml file.
16:06:01 [INFO] Plugins (75): obuShutTheHellUp, Buycraft, neoPaintingSwitch, Vau
lt, Backpack, PvPToggle, Multiverse-Core, SafeCreeper, RemoteToolkitPlugin, ModR
eq, AutoMessage, Chairs, SpawnerAdjuster, Shopkeepers, DisguiseCraft, SurvivalGa
mes, SpongeRestore, EnergyCraft, PlayerStatusSigns, MobArena, CleanroomGenerator
, TimTheEnchanter, Citizens, Lightning, WorldEdit, Bedhealth, SkitChat, Multiver
se-Inventories, TagAPI, InstaEat, Multiverse-NetherPortals, Alchemist, 173genera
tor, Reloader, Rakamak, PermissionsEx, JSONAPI, LogBlock, MyCommand, EnderChestP
lus, WorldGuard, iConomy, Marriage, CoreProtect, pvparena, KillBox, BKCommonLib,
Lockette, Modifyworld, CitiTrader, GriefPrevention, AutoSaveWorld, JezusMode, Q
wickTree, Essentials, DtlCitizensTrader, CommandSigns, Multiverse-Portals, PlotM
e, Denizen, Sentry, CompatNoCheatPlus, TreasureChest, ChestShop, EssentialsChat,
Blacksmith, ChatManager, GriefLog, NoCheatPlus, EssentialsProtect, EssentialsSp
awn, VanishNoPacket, IslandWorld, EssentialsAntiBuild, Orebfuscator
Ok here we go:
2012-09-08 11:35:13 [INFO] Starting minecraft server version 1.3.2
2012-09-08 11:35:13 [INFO] Loading properties
2012-09-08 11:35:13 [INFO] Default game type: SURVIVAL
2012-09-08 11:35:13 [INFO] Generating keypair
2012-09-08 11:35:13 [INFO] Starting Minecraft server on :25565
2012-09-08 11:35:13 [WARNING] *** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-09-08 11:35:13 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-09-08 11:35:13 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2012-09-08 11:35:13 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-09-08 11:35:14 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R0.1-b2352jnks (MC: 1.3.2) (Implementing API version 1.3.2-R0.1)
2012-09-08 11:35:15 [INFO] ----- Bukkit Auto Updater -----
2012-09-08 11:35:15 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2012-09-08 11:35:15 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
2012-09-08 11:35:15 [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.
2012-09-08 11:35:15 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2012-09-08 11:35:15 [INFO] ----- ------------------- -----
2012-09-08 11:35:16 [INFO] While loading SafeCreeper (plugins\Safe Creeper.jar) found old-data folder: plugins\Safe Creeper next to the new one: plugins\SafeCreeper
2012-09-08 11:35:17 [INFO] [PermissionsEx] sql backend registered!
2012-09-08 11:35:17 [INFO] [PermissionsEx] file backend registered!
2012-09-08 11:35:17 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-09-08 11:35:18 [INFO] [obuShutTheHellUp] Loading obuShutTheHellUp v0.4
2012-09-08 11:35:18 [INFO] [Buycraft] Loading Buycraft v4.6
2012-09-08 11:35:18 [INFO] [neoPaintingSwitch] Loading neoPaintingSwitch v1.32
2012-09-08 11:35:18 [INFO] [Vault] Loading Vault v1.2.18-b229
2012-09-08 11:35:18 [INFO] [Backpack] Loading Backpack vUnknown
2012-09-08 11:35:18 [INFO] [PvPToggle] Loading PvPToggle v2.1.0
2012-09-08 11:35:18 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.5-b589
2012-09-08 11:35:18 [INFO] [SafeCreeper] Loading SafeCreeper v1.1
2012-09-08 11:35:18 [INFO] [ModReq] Loading ModReq v1.0
2012-09-08 11:35:18 [INFO] [AutoMessage] Loading AutoMessage v1.5.1
2012-09-08 11:35:18 [INFO] [Chairs] Loading Chairs v1.3
2012-09-08 11:35:18 [INFO] [SpawnerAdjuster] Loading SpawnerAdjuster v1.5.0
2012-09-08 11:35:18 [INFO] [Shopkeepers] Loading Shopkeepers v1.6.1
2012-09-08 11:35:18 [INFO] [DisguiseCraft] Loading DisguiseCraft v3.5
2012-09-08 11:35:18 [INFO] [SurvivalGames] Loading SurvivalGames vB 0.4.10
2012-09-08 11:35:18 [INFO] [SpongeRestore] Loading SpongeRestore v1.7
2012-09-08 11:35:18 [INFO] [EnergyCraft] Loading EnergyCraft v1.1.0
2012-09-08 11:35:18 [INFO] [PlayerStatusSigns] Loading PlayerStatusSigns v0.6
2012-09-08 11:35:18 [INFO] [MobArena] Loading MobArena v0.94.4.80
2012-09-08 11:35:18 [INFO] [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
2012-09-08 11:35:18 [INFO] [TimTheEnchanter] Loading TimTheEnchanter v2.0
2012-09-08 11:35:18 [INFO] [Citizens] Loading Citizens v2.0
2012-09-08 11:35:18 [INFO] [Lightning] Loading Lightning v1.0
2012-09-08 11:35:18 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
2012-09-08 11:35:18 [INFO] [Bedhealth] Loading Bedhealth v1.2.0
2012-09-08 11:35:18 [INFO] [SkitChat] Loading SkitChat v1.0.1
2012-09-08 11:35:18 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b212
2012-09-08 11:35:18 [INFO] [TagAPI] Loading TagAPI v1.4
2012-09-08 11:35:18 [INFO] [InstaEat] Loading InstaEat v1.7
2012-09-08 11:35:18 [INFO] [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.5-b582
2012-09-08 11:35:18 [INFO] [Alchemist] Loading Alchemist v1.1
2012-09-08 11:35:18 [INFO] [173generator] Loading 173generator v1.3
2012-09-08 11:35:18 [INFO] [Reloader] Loading Reloader v1.6.0
2012-09-08 11:35:18 [INFO] [Rakamak] Loading Rakamak v5.2.1
2012-09-08 11:35:18 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.4
2012-09-08 11:35:18 [INFO] [PermissionsEx] Initializing file backend
2012-09-08 11:35:18 [INFO] [JSONAPI] Loading JSONAPI v3.9.9
2012-09-08 11:35:18 [INFO] [LogBlock] Loading LogBlock v1.56
2012-09-08 11:35:18 [INFO] [LogBlock] [LogBlock] Connecting to juelz0312@jdbc:mysql://SQL09.FREEMYSQL.NET:3306/juelzlogging...
2012-09-08 11:35:20 [INFO] [MyCommand] Loading MyCommand v3.4
2012-09-08 11:35:20 [INFO] [EnderChestPlus] Loading EnderChestPlus v1.2
2012-09-08 11:35:20 [INFO] [WorldGuard] Loading WorldGuard v637-684214f
2012-09-08 11:35:20 [INFO] [MineQuest-Citizens] Loading MineQuest-Citizens v45
2012-09-08 11:35:20 [INFO] [iConomy] Loading iConomy v7.0
2012-09-08 11:35:20 [INFO] [Marriage] Loading Marriage v0.1.7
2012-09-08 11:35:20 [INFO] [CoreProtect] Loading CoreProtect v1.54
2012-09-08 11:35:20 [INFO] [pvparena] Loading pvparena v0.8.12.2
2012-09-08 11:35:20 [INFO] [AntiSpawnCamp] Loading AntiSpawnCamp v1.1
2012-09-08 11:35:20 [INFO] [KillBox] Loading KillBox v1.2
2012-09-08 11:35:20 [INFO] [BKCommonLib] Loading BKCommonLib v1.22
2012-09-08 11:35:20 [INFO] [Lockette] Loading Lockette v1.7.4
2012-09-08 11:35:20 [INFO] [Modifyworld] Loading Modifyworld v1.19.4
2012-09-08 11:35:20 [INFO] [CitiTrader] Loading CitiTrader vRC-3
2012-09-08 11:35:20 [INFO] [GriefPrevention] Loading GriefPrevention v6.3
2012-09-08 11:35:20 [INFO] [AutoSaveWorld] Loading AutoSaveWorld v3.7
2012-09-08 11:35:20 [INFO] [JezusMode] Loading JezusMode v1.4
2012-09-08 11:35:20 [INFO] [DtlCitizensTrader] Loading DtlCitizensTrader v1.8.01Beta
2012-09-08 11:35:20 [INFO] [Essentials] Loading Essentials vPre2.9.4.1
2012-09-08 11:35:20 [INFO] [CommandSigns] Loading CommandSigns v1.8.0
2012-09-08 11:35:20 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.5-b606
2012-09-08 11:35:20 [INFO] [PlotMe] Loading PlotMe v0.9
2012-09-08 11:35:20 [INFO] [Denizen] Loading Denizen v0.7
2012-09-08 11:35:20 [INFO] [Sentry] Loading Sentry v0.9.5
2012-09-08 11:35:20 [INFO] [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.1.0
2012-09-08 11:35:20 [INFO] [TreasureChest] Loading TreasureChest v8.3.5
2012-09-08 11:35:20 [INFO] [ChestShop] Loading ChestShop v3.46
2012-09-08 11:35:20 [INFO] [EssentialsChat] Loading EssentialsChat vPre2.9.4.1
2012-09-08 11:35:20 [INFO] [Blacksmith] Loading Blacksmith v1.1
2012-09-08 11:35:20 [INFO] [ChatManager] Loading ChatManager v1.19.1
2012-09-08 11:35:20 [INFO] [GriefLog] Loading GriefLog v4.7
2012-09-08 11:35:20 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.7-b68
2012-09-08 11:35:20 [INFO] [EssentialsProtect] Loading EssentialsProtect vPre2.9.4.1
2012-09-08 11:35:20 [INFO] MLog clients using java 1.4+ standard logging.
2012-09-08 11:35:20 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vPre2.9.4.1
2012-09-08 11:35:20 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.12.1
2012-09-08 11:35:20 [INFO] [IslandWorld] Loading IslandWorld v1.1.5
2012-09-08 11:35:20 [INFO] [EssentialsAntiBuild] Loading EssentialsAntiBuild vPre2.9.4.1
2012-09-08 11:35:20 [INFO] [Vault] Enabling Vault v1.2.18-b229
2012-09-08 11:35:20 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-09-08 11:35:20 [WARNING] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
2012-09-08 11:35:20 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2012-09-08 11:35:20 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2012-09-08 11:35:20 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-09-08 11:35:20 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-09-08 11:35:20 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-09-08 11:35:20 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-09-08 11:35:20 [INFO] [Vault] Enabled Version 1.2.18-b229
2012-09-08 11:35:20 [INFO] [SafeCreeper] Enabling SafeCreeper v1.1
2012-09-08 11:35:20 [INFO] [SafeCreeper] Hooked into PermissionsEx!
2012-09-08 11:35:20 [INFO] [SafeCreeper] Bypass permissions disabled!
2012-09-08 11:35:20 [INFO] [SafeCreeper] Loading config files...
2012-09-08 11:35:20 [INFO] [SafeCreeper] Global config file loaded
2012-09-08 11:35:20 [INFO] [SafeCreeper] 2 world config files loaded
2012-09-08 11:35:20 [INFO] [SafeCreeper] Safe Creeper v1.1 Enabled
2012-09-08 11:35:20 [INFO] [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
2012-09-08 11:35:20 [INFO] [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
2012-09-08 11:35:20 [INFO] [173generator] Enabling 173generator v1.3
2012-09-08 11:35:20 [INFO] [173generator] 173generator v1.3 is now enabled
2012-09-08 11:35:20 [INFO] [BKCommonLib] Enabling BKCommonLib v1.22
2012-09-08 11:35:20 [INFO] BKCommonLib version 1.22 enabled!
2012-09-08 11:35:20 [INFO] [PlotMe] Enabling PlotMe v0.9
2012-09-08 11:35:21 [INFO] §9[PlotMe] 4 plots loaded
2012-09-08 11:35:21 [INFO] Preparing level "spawn"
2012-09-08 11:35:21 [INFO] Preparing start region for level 0 (Seed: -2094891059994257908)
2012-09-08 11:35:22 [INFO] Preparing start region for level 1 (Seed: -904317431484778783)
2012-09-08 11:35:22 [INFO] Preparing spawn area: 40%
2012-09-08 11:35:23 [INFO] Preparing start region for level 2 (Seed: -904317431484778783)
2012-09-08 11:35:23 [INFO] [obuShutTheHellUp] Enabling obuShutTheHellUp v0.4
2012-09-08 11:35:23 [INFO] [obuShutTheHellUp version 0.4] Settings file successfully loaded
2012-09-08 11:35:23 [INFO] [obuShutTheHellUp version 0.4] Enabled!
2012-09-08 11:35:23 [INFO] [Buycraft] Enabling Buycraft v4.6
2012-09-08 11:35:24 [INFO] [Buycraft] Loaded 0 package(s) into the cache.
2012-09-08 11:35:24 [INFO] [Buycraft] Plugin has been successfully enabled.
2012-09-08 11:35:24 [INFO] [neoPaintingSwitch] Enabling neoPaintingSwitch v1.32
2012-09-08 11:35:24 [INFO] PermissionsEx detected, neoPaintingSwitch permissions enabled...
2012-09-08 11:35:24 [INFO] neoPaintingSwitch version 1.32 is enabled!
2012-09-08 11:35:24 [INFO] [Backpack] Enabling Backpack vUnknown
2012-09-08 11:35:24 [INFO] [Backpack] Successfully hooked into Vault for economy transactions
2012-09-08 11:35:24 [INFO] [Backpack] Successfully hooked into Vault for permissions
2012-09-08 11:35:24 [INFO] [PvPToggle] Enabling PvPToggle v2.1.0
2012-09-08 11:35:24 [INFO] [PvPToggle] Loading...
2012-09-08 11:35:24 [INFO] [PvPToggle] found and loaded world spawn
2012-09-08 11:35:24 [INFO] [PvPToggle] found and loaded world spawn_nether
2012-09-08 11:35:24 [INFO] [PvPToggle] found and loaded world spawn_the_end
2012-09-08 11:35:24 [INFO] [PvPToggle] Using SuperPerms for permissions checking
2012-09-08 11:35:24 [INFO] [PvPToggle] Citizens Plugin detected
2012-09-08 11:35:24 [INFO] [PvPToggle] v2.1.0 enabled!
2012-09-08 11:35:24 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b589
2012-09-08 11:35:24 [INFO] [Multiverse-Core] - Version 2.5-b589 (API v17) Enabled - By Rigby, fernferret, lithium3141 and main--
2012-09-08 11:35:24 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b589
2012-09-08 11:35:25 [INFO] Preparing start region for level 3 (Seed: 4431064177836963840)
2012-09-08 11:35:26 [INFO] [PvPToggle] found and loaded world RainbowRunner
2012-09-08 11:35:26 [INFO] Preparing start region for level 4 (Seed: 7943620167799688912)
2012-09-08 11:35:27 [INFO] [PvPToggle] found and loaded world pvp
2012-09-08 11:35:27 [INFO] Preparing start region for level 5 (Seed: 6065218730026262593)
2012-09-08 11:35:28 [INFO] Preparing spawn area for Skyblock_nether, 73%
2012-09-08 11:35:28 [INFO] [PvPToggle] found and loaded world Skyblock_nether
2012-09-08 11:35:28 [INFO] Preparing start region for level 6 (Seed: -7866336056976214692)
2012-09-08 11:35:29 [INFO] [PvPToggle] found and loaded world pokesg
2012-09-08 11:35:29 [INFO] Preparing start region for level 7 (Seed: -3749347778050814409)
2012-09-08 11:35:30 [INFO] [PvPToggle] found and loaded world TropicalIsland_nether
2012-09-08 11:35:30 [INFO] Preparing start region for level 8 (Seed: 0)
2012-09-08 11:35:31 [INFO] [PvPToggle] found and loaded world Skyblock2
2012-09-08 11:35:31 [INFO] Preparing start region for level 9 (Seed: -7379067017722758648)
2012-09-08 11:35:31 [INFO] [PvPToggle] found and loaded world TropicalIsland_the_end
2012-09-08 11:35:31 [INFO] Preparing start region for level 10 (Seed: -4530952403499657140)
2012-09-08 11:35:32 [INFO] [PvPToggle] found and loaded world SG1
2012-09-08 11:35:32 [INFO] Preparing start region for level 11 (Seed: 6065218730026262593)
2012-09-08 11:35:33 [INFO] [PvPToggle] found and loaded world Skyblock_the_end
2012-09-08 11:35:33 [INFO] Preparing start region for level 12 (Seed: 6938358163719280732)
2012-09-08 11:35:34 [INFO] [PvPToggle] found and loaded world SG2
2012-09-08 11:35:34 [INFO] Preparing start region for level 13 (Seed: 3069592640138975960)
2012-09-08 11:35:35 [INFO] [PvPToggle] found and loaded world SG3
2012-09-08 11:35:35 [INFO] Preparing start region for level 14 (Seed: 6006021266717468678)
2012-09-08 11:35:36 [INFO] [PvPToggle] found and loaded world plot
2012-09-08 11:35:36 [INFO] Preparing start region for level 15 (Seed: -7997963982338500403)
2012-09-08 11:35:37 [INFO] [PvPToggle] found and loaded world arena
2012-09-08 11:35:37 [INFO] Preparing start region for level 16 (Seed: 1296830650250964102)
2012-09-08 11:35:37 [INFO] [PvPToggle] found and loaded world Warzone
2012-09-08 11:35:37 [INFO] Preparing start region for level 17 (Seed: -8484633294281690536)
2012-09-08 11:35:37 [INFO] [PvPToggle] found and loaded world redstone
2012-09-08 11:35:38 [INFO] [173generator] Beta 173 world generator enabled for survival, world seed: 998519741124919607
2012-09-08 11:35:38 [INFO] Preparing start region for level 18 (Seed: 998519741124919607)
2012-09-08 11:35:39 [INFO] Preparing spawn area for survival, 77%
2012-09-08 11:35:39 [INFO] [PvPToggle] found and loaded world survival
2012-09-08 11:35:39 [INFO] Preparing start region for level 19 (Seed: -3749347778050814409)
2012-09-08 11:35:40 [INFO] Preparing spawn area for TropicalIsland, 85%
2012-09-08 11:35:40 [INFO] [PvPToggle] found and loaded world TropicalIsland
2012-09-08 11:35:40 [INFO] [Multiverse-Core] 20 - World(s) loaded.
2012-09-08 11:35:40 [INFO] [ModReq] Enabling ModReq v1.0
2012-09-08 11:35:40 [INFO] ModReq version 1.0 is enabled.
2012-09-08 11:35:40 [INFO] [AutoMessage] Enabling AutoMessage v1.5.1
2012-09-08 11:35:40 [INFO] [AutoMessage] AutoMessage Enabled!
2012-09-08 11:35:40 [INFO] [Chairs] Enabling Chairs v1.3
2012-09-08 11:35:40 [INFO] [SpawnerAdjuster] Enabling SpawnerAdjuster v1.5.0
2012-09-08 11:35:40 [INFO] [SpawnerAdjuster][1.5.0] Loading config ...
2012-09-08 11:35:40 [INFO] [SpawnerAdjuster][1.5.0] Creature storage array cleaning task set with ID: 11
2012-09-08 11:35:40 [INFO] [SpawnerAdjuster][1.5.0] Loading complete
2012-09-08 11:35:41 [INFO] [Shopkeepers] Enabling Shopkeepers v1.6.1
2012-09-08 11:35:41 [INFO] [DisguiseCraft] Enabling DisguiseCraft v3.5
2012-09-08 11:35:41 [INFO] [DisguiseCraft] Version 3.5 is enabled!
2012-09-08 11:35:41 [INFO] [SurvivalGames] Enabling SurvivalGames vB 0.4.10
2012-09-08 11:35:41 [INFO] METRICS STARTING
2012-09-08 11:35:41 [INFO] [SpongeRestore] Enabling SpongeRestore v1.7
2012-09-08 11:35:41 [INFO] SpongeRestore version 1.7 is enabled!
2012-09-08 11:35:41 [INFO] [EnergyCraft] Enabling EnergyCraft v1.1.0
2012-09-08 11:35:41 [INFO] [PlayerStatusSigns] Enabling PlayerStatusSigns v0.6
2012-09-08 11:35:41 [INFO] [PlayerStatusSigns] PlayerStatusSigns version 0.6 loaded.
2012-09-08 11:35:41 [INFO] [MobArena] Enabling MobArena v0.94.4.80
2012-09-08 11:35:42 [INFO] [MobArena] v0.94.4.80 enabled.
2012-09-08 11:35:42 [INFO] [TimTheEnchanter] Enabling TimTheEnchanter v2.0
2012-09-08 11:35:42 [INFO] [Tim] There are some who call me... Tim?
2012-09-08 11:35:42 [INFO] [Citizens] Enabling Citizens v2.0
2012-09-08 11:35:42 [INFO] [Citizens] Save method set to YamlStorage {file=plugins\Citizens\saves.yml}.
2012-09-08 11:35:42 [INFO] [Citizens] v2.0 enabled.
2012-09-08 11:35:42 [INFO] [Lightning] Enabling Lightning v1.0
2012-09-08 11:35:42 [INFO] Lightning 1.0 is now enabled.
2012-09-08 11:35:42 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
2012-09-08 11:35:42 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-09-08 11:35:42 [INFO] [Bedhealth] Enabling Bedhealth v1.2.0
2012-09-08 11:35:42 [INFO] Bedhealth version 1.2.0 is Enable.
2012-09-08 11:35:42 [INFO] [SkitChat] Enabling SkitChat v1.0.1
2012-09-08 11:35:42 [INFO] [SkitChat] Version 1.0.1 by chaseoes sucessfully enabled.
2012-09-08 11:35:42 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b212
2012-09-08 11:35:43 [INFO] [Multiverse-Inventories 2.5-b212] enabled.
2012-09-08 11:35:43 [INFO] [TagAPI] Enabling TagAPI v1.4
2012-09-08 11:35:43 [INFO] [InstaEat] Enabling InstaEat v1.7
2012-09-08 11:35:43 [INFO] [InstaEat] Found PermissionsEx Version 1.19.4
2012-09-08 11:35:43 [INFO] [InstaEat] version 1.7 is enabled!
2012-09-08 11:35:43 [INFO] [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.5-b582
2012-09-08 11:35:43 [INFO] [MultiVerse-NetherPortals] - Version 2.5-b582 Enabled - By Rigby and fernferret
2012-09-08 11:35:43 [INFO] [Alchemist] Enabling Alchemist v1.1
2012-09-08 11:35:43 [INFO] [Alchemist] v1.1 enabled.
2012-09-08 11:35:43 [INFO] [Reloader] Enabling Reloader v1.6.0
2012-09-08 11:35:43 [INFO] [Rakamak] Enabling Rakamak v5.2.1
2012-09-08 11:35:43 [INFO] [Rakamak] Rakamak version 5.2.1 is enabled. Plugin provided by [Erwyn & Dorpaxio]
2012-09-08 11:35:43 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.4
2012-09-08 11:35:43 [INFO] [PermissionsEx] Superperms support enabled.
2012-09-08 11:35:43 [INFO] [PermissionsEx] v1.19.4 enabled
2012-09-08 11:35:43 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-09-08 11:35:43 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-09-08 11:35:43 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-09-08 11:35:43 [INFO] [JSONAPI] Enabling JSONAPI v3.9.9
2012-09-08 11:35:43 [INFO] [JSONAPI] Logging to file: false
2012-09-08 11:35:43 [INFO] [JSONAPI] Logging to console: true
2012-09-08 11:35:43 [INFO] [JSONAPI] IP Whitelist = None, all requests are allowed.
2012-09-08 11:35:43 [INFO] [JSONAPI] Hooking into Bukkit's plugin channels...
2012-09-08 11:35:43 [INFO] [JSONAPI] Attempting to use port 20059
2012-09-08 11:35:43 [INFO] [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
2012-09-08 11:35:43 [INFO] [JSONAPI] Any requests in this time will not work...
2012-09-08 11:35:43 [INFO] [LogBlock] Enabling LogBlock v1.56
2012-09-08 11:35:43 [INFO] [LogBlock] [LogBlock] Scheduled consumer with bukkit scheduler.
2012-09-08 11:35:43 [INFO] [MyCommand] Enabling MyCommand v3.4
2012-09-08 11:35:43 [INFO] [MyCommand] Hooked MyCommand Vault
2012-09-08 11:35:43 [INFO] [MyCommand] Spout not detected.Disabling spout feature.
2012-09-08 11:35:43 [INFO] [MyCommand] Custom Commands : 20
2012-09-08 11:35:43 [INFO] [MyCommand] Config Ready
2012-09-08 11:35:43 [INFO] [MyCommand] v3.4 Active. by MRI a.k.a Ivanpro
2012-09-08 11:35:43 [INFO] [EnderChestPlus] Enabling EnderChestPlus v1.2
2012-09-08 11:35:43 [INFO] [EnderChestPlus] has been [ENABLED]
2012-09-08 11:35:43 [INFO] [WorldGuard] Enabling WorldGuard v637-684214f
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'spawn'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'spawn_nether'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'spawn_the_end'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'RainbowRunner'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'pvp'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'Skyblock_nether'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'pokesg'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'TropicalIsland_nether'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'Skyblock2'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'TropicalIsland_the_end'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'SG1'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:43 [INFO] [WorldGuard] Loaded configuration for world 'Skyblock_the_end'
2012-09-08 11:35:43 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:43 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:43 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'SG2'
2012-09-08 11:35:44 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:44 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'SG3'
2012-09-08 11:35:44 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:44 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'plot'
2012-09-08 11:35:44 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:44 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'arena'
2012-09-08 11:35:44 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:44 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'Warzone'
2012-09-08 11:35:44 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:44 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'redstone'
2012-09-08 11:35:44 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:44 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'survival'
2012-09-08 11:35:44 [INFO] WorldGuard TNT ignition is PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lighters are PERMITTED.
2012-09-08 11:35:44 [INFO] WorldGuard Lava fire is blocked.
2012-09-08 11:35:44 [INFO] WorldGuard Fire spread is UNRESTRICTED.
2012-09-08 11:35:44 [INFO] [WorldGuard] Loaded configuration for world 'TropicalIsland'
2012-09-08 11:35:44 [INFO] [WorldGuard] 1 regions loaded for 'spawn'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'spawn_nether'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'spawn_the_end'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'RainbowRunner'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'pvp'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'Skyblock_nether'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'pokesg'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'TropicalIsland_nether'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'Skyblock2'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'TropicalIsland_the_end'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'SG1'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'Skyblock_the_end'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'SG2'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'SG3'
2012-09-08 11:35:44 [INFO] [WorldGuard] 0 regions loaded for 'plot'
2012-09-08 11:35:44 [INFO] [WorldGuard] 1 regions loaded for 'arena'
2012-09-08 11:35:44 [INFO] [WorldGuard] 1 regions loaded for 'Warzone'
2012-09-08 11:35:44 [INFO] [WorldGuard] 1 regions loaded for 'redstone'
2012-09-08 11:35:44 [INFO] [WorldGuard] 2 regions loaded for 'survival'
2012-09-08 11:35:44 [INFO] [WorldGuard] 25 regions loaded for 'TropicalIsland'
2012-09-08 11:35:44 [INFO] [MineQuest-Citizens] Enabling MineQuest-Citizens v45
2012-09-08 11:35:44 [SEVERE] Error occurred while enabling MineQuest-Citizens v45 (Is it up to date?)
java.lang.NoClassDefFoundError: com/theminequest/MineQuest/API/Managers
at net.teamio.minequest.citizens.MQAddonCitizens.onEnable(MQAddonCitizens.java:44)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.ClassNotFoundException: com.theminequest.MineQuest.API.Managers
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 12 more
2012-09-08 11:35:44 [INFO] [iConomy] Enabling iConomy v7.0
2012-09-08 11:35:44 [INFO] [iConomy - April Fools] Enabled (46 ms)
2012-09-08 11:35:44 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2012-09-08 11:35:44 [INFO] [Vault][Economy] iConomy 6 hooked.
2012-09-08 11:35:44 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2012-09-08 11:35:44 [INFO] [Marriage] Enabling Marriage v0.1.7
2012-09-08 11:35:44 [INFO] Marriage has successfully linked with iConomy 6, via Vault
2012-09-08 11:35:44 [INFO] Marriage v0.1.7 has been enabled!
2012-09-08 11:35:44 [INFO] [CoreProtect] Enabling CoreProtect v1.54
2012-09-08 11:35:44 [INFO] CoreProtect version 1.54 is enabled!
2012-09-08 11:35:44 [INFO] [CoreProtect] Using file based data storage.
2012-09-08 11:35:44 [INFO] [pvparena] Enabling pvparena v0.8.12.2
2012-09-08 11:35:44 [INFO] �[33;1m[PVP Arena] �[37;1mdebugging: off�[m
2012-09-08 11:35:44 [INFO] Downloading module update file...
2012-09-08 11:35:44 [INFO] Downloaded module update file
2012-09-08 11:35:44 [INFO] [PVP Arena] Checking for updates...
2012-09-08 11:35:44 [INFO] [PVP Arena] enabled (version pvparena v0.8.12.2)
2012-09-08 11:35:44 [INFO] [AntiSpawnCamp] Enabling AntiSpawnCamp v1.1
2012-09-08 11:35:44 [INFO] AntiSpawnCamp Version 1.1 Has Been Enabled
2012-09-08 11:35:44 [INFO] [KillBox] Enabling KillBox v1.2
2012-09-08 11:35:45 [INFO] KillBox version 1.2 is now enabled
2012-09-08 11:35:45 [INFO] [Lockette] Enabling Lockette v1.7.4
2012-09-08 11:35:45 [INFO] [Lockette] Version 1.7.4 is being enabled! Yay! (Core version 1.3.5)
2012-09-08 11:35:45 [INFO] [Lockette] Detected craftbukkit build [2352] ok.
2012-09-08 11:35:45 [INFO] [Lockette] Custom lockable block list: [116, 84, 57]
2012-09-08 11:35:45 [INFO] [Lockette] Ignoring linked plugins: [mcMMO]
2012-09-08 11:35:45 [INFO] [Lockette] Loading strings file for English by Acru
2012-09-08 11:35:45 [INFO] [Lockette] Enabled link to plugin PermissionsEx for Groups/Permissions, version 1.19.4
2012-09-08 11:35:45 [INFO] [Lockette] Using linked plugin for admin permissions.
2012-09-08 11:35:45 [INFO] [Lockette] Ready to protect your containers.
2012-09-08 11:35:45 [INFO] [Modifyworld] Enabling Modifyworld v1.19.4
2012-09-08 11:35:45 [INFO] [Modifyworld] Modifyworld enabled!
2012-09-08 11:35:45 [INFO] [CitiTrader] Enabling CitiTrader vRC-3
2012-09-08 11:35:45 [INFO] [CitiTrader] vRC-3 loaded
2012-09-08 11:35:45 [INFO] [GriefPrevention] Enabling GriefPrevention v6.3
2012-09-08 11:35:45 [INFO] GriefPrevention: Grief Prevention enabled.
2012-09-08 11:35:45 [INFO] GriefPrevention: Error: Claims Configuration: There's no world named "skyworld". Please update your config.yml.
2012-09-08 11:35:45 [INFO] GriefPrevention: Unable to load data for claim "1": World not found: "skyworld"
2012-09-08 11:35:45 [INFO] GriefPrevention: Unable to load data for claim "3": World not found: "skyworld"
2012-09-08 11:35:45 [INFO] GriefPrevention: 1 total claims loaded.
2012-09-08 11:35:45 [INFO] GriefPrevention: 1 players have staked claims.
2012-09-08 11:35:46 [INFO] [JSONAPI] Dynmap cannot be loaded because it depends on a plugin that is not installed: 'dynmap'
2012-09-08 11:35:46 [INFO] [AutoSaveWorld] Enabling AutoSaveWorld v3.7
2012-09-08 11:35:46 [INFO] [JSONAPI] Remote Toolkit cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
2012-09-08 11:35:46 [INFO] [JSONAPI] 185 methods loaded in 6 namespaces.
2012-09-08 11:35:46 [INFO] [JSONAPI] JSON Server listening on 20059
2012-09-08 11:35:46 [INFO] [JSONAPI] JSON Stream Server listening on 20060
2012-09-08 11:35:46 [INFO] [JSONAPI] JSON WebSocket Stream Server listening on 20061
2012-09-08 11:35:46 [INFO] [JSONAPI] Active and listening for requests.
2012-09-08 11:35:46 [INFO] [AutoSaveWorld] Version 3.7 is enabled: 8a614da5-6782-45f6-b0b4-3a500d3c4dba
2012-09-08 11:35:46 [INFO] [AutoSaveWorld] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
2012-09-08 11:35:46 [INFO] [JezusMode] Enabling JezusMode v1.4
2012-09-08 11:35:46 [INFO] [JezusMode] has been enabled
2012-09-08 11:35:46 [INFO] [DtlCitizensTrader] Enabling DtlCitizensTrader v1.8.01Beta
2012-09-08 11:35:46 [INFO] [DtlCitizensTrader] Economy enabled.
2012-09-08 11:35:46 [INFO] [DtlCitizensTrader] Permissions enabled.
2012-09-08 11:35:46 [INFO] [DtlTrader] PermissionsEx not supported atm, sorry :<
2012-09-08 11:35:46 [INFO] [DtlTrader] SuperPerms enabled
2012-09-08 11:35:47 [INFO] [DtlCitizensTrader] Plugin version 1.8.01Beta is now enabled.
2012-09-08 11:35:47 [INFO] [AutoSaveWorld] AutoBackupThread Started: Interval is 1800 seconds, Warn Times are 0
2012-09-08 11:35:47 [INFO] [Essentials] Enabling Essentials vPre2.9.4.1
2012-09-08 11:35:47 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-09-08 11:35:47 [INFO] Essentials: Using PermissionsEx based permissions.
2012-09-08 11:35:47 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.18-b229)
2012-09-08 11:35:47 [INFO] [CommandSigns] Enabling CommandSigns v1.8.0
2012-09-08 11:35:47 [INFO] [CommandSigns] Loaded 36 messages.
2012-09-08 11:35:47 [INFO] [CommandSigns] Loaded 1 signs.
2012-09-08 11:35:47 [INFO] [CommandSigns] Plugin metrics enabled! Thank you!
2012-09-08 11:35:47 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b606
2012-09-08 11:35:47 [INFO] [Multiverse-Portals] - Version 2.5-b606 Enabled - By Rigby and fernferret
2012-09-08 11:35:48 [WARNING] [Multiverse-Portals] Failed Parsing World for: 2a (World Error, World did not exist or was not imported into Multiverse-Core!)
2012-09-08 11:35:48 [WARNING] [Multiverse-Portals] Portal 2a has an invalid LOCATION!
2012-09-08 11:35:48 [WARNING] [Multiverse-Portals] Portal '2a' not loaded due to invalid location!
2012-09-08 11:35:48 [INFO] [Multiverse-Portals] 16 - Portals(s) loaded
2012-09-08 11:35:48 [WARNING] [Multiverse-Core] Portal 1a has an invalid DESTINATION!
2012-09-08 11:35:48 [WARNING] [Multiverse-Core] Portal 2b has an invalid DESTINATION!
2012-09-08 11:35:48 [INFO] [Denizen] Enabling Denizen v0.7
2012-09-08 11:35:48 [WARNING] [Denizen] Woah! No scripts in /plugins/Denizen/scripts/ to load!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded RUNTASK Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded CANCELTASK Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded FEED Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded HARM Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded HEAL Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded CAST Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded WALK Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded WALKTO Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded RETURN Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded HINT Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded WEATHER Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded PAUSE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded RESUME Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded COOLDOWN Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded DROP Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded PERMISS Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded REFUSE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded GIVE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded TAKE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded EXECUTE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded TELEPORT Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded CHAT Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded WHISPER Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded SHOUT Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded NARRATE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded EMOTE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded SWITCH Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded ZAP Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded ENGAGE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded DISENGAGE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded SPAWN Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded WAIT Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded LOOK Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded FAIL Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded FINISH Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded RESET Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded FLAG Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded STRIKE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded Location Trigger successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded Chat Trigger successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded Click Trigger successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded Damage Trigger successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded Proximity Trigger successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded Wander Activity successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loading LEGACY requirements...DONE!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded HEROESCLASS Requirement successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded FLAGGED Requirement successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded ISPOWERED Requirement successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded ISLIQUID Requirement successfully!
2012-09-08 11:35:48 [INFO] [Sentry] Enabling Sentry v0.9.5
2012-09-08 11:35:48 [INFO] [Denizen] Loaded Npcdeath Trigger successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded DIE Command successfully!
2012-09-08 11:35:48 [INFO] [Denizen] Loaded LIVE Command successfully!
2012-09-08 11:35:48 [INFO] [Sentry] NPCDeath Trigger and DIE command registered sucessfully with Denizen
2012-09-08 11:35:48 [INFO] [Sentry] Could not register with Towny. the TOWN target will not function.
2012-09-08 11:35:48 [INFO] [Sentry] Could not register with Factions. the FACTION target will not function.
2012-09-08 11:35:48 [INFO] [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.1.0
2012-09-08 11:35:48 [INFO] [cncp] Ensured that the following plugin is enabled: WorldGuard
2012-09-08 11:35:48 [INFO] [cncp] Registered hook(NCPHook might get added later): PlayerClass(default) / 1.0
2012-09-08 11:35:48 [INFO] [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.0
2012-09-08 11:35:48 [INFO] [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
2012-09-08 11:35:48 [INFO] [cncp] Registered hook(NCPHook might get added later): Citizens2(default) / 2.0
2012-09-08 11:35:48 [INFO] [TreasureChest] Enabling TreasureChest v8.3.5
2012-09-08 11:35:48 [INFO] [ChestShop] Enabling ChestShop v3.46
2012-09-08 11:35:48 [INFO] [ChestShop] Lockette version 1.7.4 loaded.
2012-09-08 11:35:48 [INFO] [ChestShop] Vault loaded - using iConomy 6
2012-09-08 11:35:49 [INFO] [EssentialsChat] Enabling EssentialsChat vPre2.9.4.1
2012-09-08 11:35:49 [INFO] [Blacksmith] Enabling Blacksmith v1.1
2012-09-08 11:35:49 [INFO] [Blacksmith] v1.1 enabled.
2012-09-08 11:35:49 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2012-09-08 11:35:49 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
2012-09-08 11:35:49 [INFO] [ChatManager] Disabling ChatManager v1.19.1
2012-09-08 11:35:49 [INFO] [ChatManager] ChatManager disabled!
2012-09-08 11:35:49 [INFO] [GriefLog] Enabling GriefLog v4.7
2012-09-08 11:35:49 [INFO] [GriefLog] Using Vault permissions plugin for permissions.
2012-09-08 11:35:49 [INFO] [GriefLog] GriefLog 4.7 Enabled
2012-09-08 11:35:49 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.7-b68
2012-09-08 11:35:50 [INFO] [NoCheatPlus] Version 3.7-b68 is enabled.
2012-09-08 11:35:50 [INFO] [NoCheatPlus] Added hook: Citizens2(cncp) [1.0].
2012-09-08 11:35:50 [INFO] [NoCheatPlus] Added hook: PlayerClass(cncp) [2.0].
2012-09-08 11:35:50 [INFO] [CompatNoCheatPlus] [cncp] Added 2 registered hooks to NoCheatPlus.
2012-09-08 11:35:50 [INFO] [EssentialsProtect] Enabling EssentialsProtect vPre2.9.4.1
2012-09-08 11:35:50 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-09-08 11:35:51 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vPre2.9.4.1
2012-09-08 11:35:51 [INFO] [VanishNoPacket] Enabling VanishNoPacket v3.12.1
2012-09-08 11:35:51 [INFO] [VanishNoPacket] Using color changing features of TagAPI.
2012-09-08 11:35:51 [INFO] [VanishNoPacket] Now hooking into Essentials
2012-09-08 11:35:51 [INFO] [VanishNoPacket] v3.12.1 loaded.
2012-09-08 11:35:51 [INFO] [IslandWorld] Enabling IslandWorld v1.1.5
2012-09-08 11:35:51 [WARNING] [IslandWorld] Cannot determine correct world, check your config
2012-09-08 11:35:51 [INFO] [EssentialsAntiBuild] Enabling EssentialsAntiBuild vPre2.9.4.1
2012-09-08 11:35:51 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-09-08 11:35:51 [INFO] Done (30.535s)! For help, type "help" or "?"
2012-09-08 11:35:52 [INFO] [Citizens] Loaded 10 NPCs (10 spawned).
2012-09-08 11:35:52 [INFO] [CitiTrader] Metrics Started.
2012-09-08 11:35:52 [WARNING] [Multiverse-Inventories] World: SkyBlock is not loaded.
2012-09-08 11:35:52 [WARNING] [Multiverse-Inventories] World: redstone_nether is not loaded.
2012-09-08 11:35:52 [WARNING] [Multiverse-Inventories] World: skyworld is not loaded.
2012-09-08 11:35:53 [INFO] [CitiTrader] Traders: 0
2012-09-08 11:35:53 [INFO] [Citizens] Metrics started.
2012-09-08 11:35:54 [INFO] 1 1
2012-09-08 11:35:54 [INFO] Loading Arena: 1
2012-09-08 11:35:54 [INFO] -1109 255 -173
2012-09-08 11:35:54 [INFO] -2055 0 -1037
2012-09-08 11:35:54 [INFO] Location{world=CraftWorld{name=SG1},x=-1109.0,y=255.0,z=-173.0,pitch=0.0,yaw=0.0}
2012-09-08 11:35:54 [INFO] Location{world=CraftWorld{name=SG1},x=-2055.0,y=0.0,z=-1037.0,pitch=0.0,yaw=0.0}
2012-09-08 11:35:54 [INFO] Loading Arena: 2
2012-09-08 11:35:54 [INFO] 339 255 281
2012-09-08 11:35:54 [INFO] -345 0 -273
2012-09-08 11:35:54 [INFO] Location{world=CraftWorld{name=SG2},x=339.0,y=255.0,z=281.0,pitch=0.0,yaw=0.0}
2012-09-08 11:35:54 [INFO] Location{world=CraftWorld{name=SG2},x=-345.0,y=0.0,z=-273.0,pitch=0.0,yaw=0.0}
2012-09-08 11:35:54 [INFO] Loading Arena: 3
2012-09-08 11:35:54 [INFO] 407 255 494
2012-09-08 11:35:54 [INFO] -519 0 -374
2012-09-08 11:35:54 [INFO] Location{world=CraftWorld{name=SG3},x=407.0,y=255.0,z=494.0,pitch=0.0,yaw=0.0}
2012-09-08 11:35:54 [INFO] Location{world=CraftWorld{name=SG3},x=-519.0,y=0.0,z=-374.0,pitch=0.0,yaw=0.0}
2012-09-08 11:35:54 [INFO] 4 8
2012-09-08 11:35:55 [INFO] [Denizen] Building Location Bookmark Trigger List. Size: 0