Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no pvp #12

Closed
dalmposter opened this issue Oct 19, 2012 · 7 comments
Closed

no pvp #12

dalmposter opened this issue Oct 19, 2012 · 7 comments
Labels

Comments

@dalmposter
Copy link

I have 8 multiverse worlds and about 2 zones per world. In all of my worlds there is no pvp,even the worlds i have set to have pvp and inside the zones i tell pvp to be on. I have traced the problem down to epic zones by removing all my plugins and adding them back in one by one. Once i knew this, i deleted all my zones and it fixed the problem, as soon as i create a zone, it disables pvp in all of my worlds. Plugins i have installed:
anticheat, BKcommonlibrary, boseconomy, bpermissions, campaign, craftbay, EnderRespawn, EpicZones, Factions, Heroes, Legendary library, LogBlock, LWC, mcMMO, Multiverse-core, multiverse-inventories, multiverse-netherportals, multiverse-portals, noLagg, questioner, RealPlugin, Register, Sign shop, Simplespawn, superkits, teleportsuite, towny, townychat, werewolf (which doesnt work properly either but i think these problems are unrelated), Vault, VillagersProtection, Votifier, Werewolf, Worldedit and XrayInformer

Server startup log:
[INFO] Starting minecraft server version 1.3.2
2012-10-19 18:44:39 [INFO] Loading properties
2012-10-19 18:44:39 [INFO] Default game type: SURVIVAL
2012-10-19 18:44:39 [INFO] Generating keypair
2012-10-19 18:44:39 [INFO] Starting Minecraft server on *:25565
2012-10-19 18:44:39 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
2012-10-19 18:44:39 [WARNING] ----- Bukkit Auto Updater -----
2012-10-19 18:44:39 [WARNING] Your version of CraftBukkit is out of date. Version 1.3.2-R2.0 (build #2396) was released on Wed Oct 17 11:36:23 BST 2012.
2012-10-19 18:44:39 [WARNING] Details: /downloads/craftbukkit/view/01460_1.3.2-R2.0/
2012-10-19 18:44:39 [WARNING] Download: /downloads/craftbukkit/get/01460_1.3.2-R2.0/craftbukkit.jar
2012-10-19 18:44:39 [WARNING] ----- ------------------- -----
2012-10-19 18:44:40 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@6d9a2068] Classpath Searched[[file:/C:/Users/Dominic/Downloads/Minecraft%20Servers/Empire%20server%20-%201.3.2/craftbukkit.jar]]
2012-10-19 18:44:40 [INFO] Classpath search hits in jars[] pkgs[] searchTime[2]
2012-10-19 18:44:40 [INFO] DataSourcePool [SimpleSpawn] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2012-10-19 18:44:40 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2012-10-19 18:44:40 [INFO] Entities enhanced[0] subclassed[0]
2012-10-19 18:44:40 [INFO] [bPermissions] Loading bPermissions v2.9.24
2012-10-19 18:44:40 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
2012-10-19 18:44:40 [INFO] [BOSEconomy] Loading BOSEconomy v0.7.3.1
2012-10-19 18:44:40 [INFO] [Vault] Loading Vault v1.2.19-b248
2012-10-19 18:44:40 [INFO] [RealPlugin] Loading RealPlugin v1.23
2012-10-19 18:44:40 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
2012-10-19 18:44:40 [INFO] [LogBlock] Loading LogBlock v1.60
2012-10-19 18:44:41 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
2012-10-19 18:44:43 [SEVERE] [LogBlock] Error while fetching connection:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:73)
at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:241)
at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:88)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:228)
at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:199)
at net.minecraft.server.ServerConfigurationManagerAbstract.(ServerConfigurationManagerAbstract.java:50)
at net.minecraft.server.ServerConfigurationManager.(SourceFile:11)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.(Unknown Source)
at java.net.Socket.(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
... 24 more
2012-10-19 18:44:43 [INFO] [Questioner] Loading Questioner v0.6
2012-10-19 18:44:43 [INFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-19 18:44:43 [INFO] [VillagersProtection] Loading VillagersProtection v1.0
2012-10-19 18:44:43 [INFO] [EnderRespawn] Loading EnderRespawn v1.0
2012-10-19 18:44:43 [INFO] [Register] Loading Register v1.8
2012-10-19 18:44:43 [INFO] [Register] Preferred method [null] not found, using first found.
2012-10-19 18:44:43 [INFO] [Register] version 1.8 is enabled.
2012-10-19 18:44:43 [INFO] [SuperKits] Loading SuperKits v1.7.1
2012-10-19 18:44:43 [INFO] [CraftBay] Loading CraftBay v1.1.3
2012-10-19 18:44:43 [INFO] [AntiXRay] Loading AntiXRay v1.5.3
2012-10-19 18:44:43 [INFO] [TeleportSuite] Loading TeleportSuite v2.2-b108
2012-10-19 18:44:43 [INFO] [LegendaryLibrary] Loading LegendaryLibrary v1.1
2012-10-19 18:44:43 [INFO] [BKCommonLib] Loading BKCommonLib v1.31
2012-10-19 18:44:43 [INFO] [Votifier] Loading Votifier v1.9
2012-10-19 18:44:43 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030
2012-10-19 18:44:43 [INFO] [SimpleSpawn] Loading SimpleSpawn v2.0.14
2012-10-19 18:44:43 [INFO] [Heroes] Loading Heroes v1.4.8-b1522
2012-10-19 18:44:43 [INFO] [Factions] Loading Factions v1.6.9.1
2012-10-19 18:44:43 [INFO] [XrayInformer] Loading XrayInformer v2.2.0
2012-10-19 18:44:43 [INFO] [Towny] Loading Towny v0.82.0.0
2012-10-19 18:44:43 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
2012-10-19 18:44:43 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b207
2012-10-19 18:44:43 [INFO] [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.4-b530
2012-10-19 18:44:43 [INFO] [EpicZones] Loading EpicZones v0.37
2012-10-19 18:44:43 [INFO] [SignShop] Loading SignShop v2.3.6
2012-10-19 18:44:43 [INFO] [NoLagg] Loading NoLagg v1.88.7
2012-10-19 18:44:43 [INFO] [Campaign] Loading Campaign v0.3 "The Asset Update"
2012-10-19 18:44:43 [INFO] [TownyChat] Loading TownyChat v0.32
2012-10-19 18:44:43 [INFO] [AntiCheat] Loading AntiCheat v1.3.8-U2
2012-10-19 18:44:43 [INFO] [Werewolf] Loading Werewolf v0.3.5
2012-10-19 18:44:43 [INFO] [Vault] Enabling Vault v1.2.19-b248
2012-10-19 18:44:43 [INFO] [Vault][Economy] BOSEconomy7 found: Waiting
2012-10-19 18:44:43 [INFO] [Vault][Permission] bPermissions2 hooked.
2012-10-19 18:44:43 [INFO] [Vault][Permission] bPermissions 2 found: Loaded
2012-10-19 18:44:43 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-10-19 18:44:43 [INFO] [Vault][Chat] bPermissions2 hooked.
2012-10-19 18:44:43 [INFO] [Vault][Chat] bPermssions2 found: Loaded
2012-10-19 18:44:43 [INFO] [Vault] Enabled Version 1.2.19-b248
2012-10-19 18:44:43 [INFO] [RealPlugin] Enabling RealPlugin v1.23
2012-10-19 18:44:43 [INFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-19 18:44:43 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-10-19 18:44:43 [INFO] [LWC] Permissions API: §4VaultPermissions
2012-10-19 18:44:43 [INFO] [LWC] Currency API: §4VaultCurrency
2012-10-19 18:44:43 [INFO] [LWC] Connecting to SQLite
2012-10-19 18:44:43 [INFO] [LWC] Performing any necessary database updates
2012-10-19 18:44:43 [INFO] [LWC] Using database: Native
2012-10-19 18:44:43 [INFO] [LWC] Precached 117 protections
2012-10-19 18:44:43 [INFO] [EnderRespawn] Enabling EnderRespawn v1.0
2012-10-19 18:44:43 [INFO] [TeleportSuite] Enabling TeleportSuite v2.2-b108
2012-10-19 18:44:43 [INFO] [TeleportSuite] Enabled in 28ms.
2012-10-19 18:44:43 [INFO] [BKCommonLib] Enabling BKCommonLib v1.31
2012-10-19 18:44:43 [INFO] BKCommonLib version 1.31 enabled!
2012-10-19 18:44:43 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030
2012-10-19 18:44:43 [INFO] [mcMMO] Loading mcMMO config.yml File...
2012-10-19 18:44:43 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
2012-10-19 18:44:43 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File...
2012-10-19 18:44:43 [INFO] mcMMO version 1.3.11-b1030 is enabled!
2012-10-19 18:44:43 [INFO] [NoLagg] Enabling NoLagg v1.88.7
2012-10-19 18:44:43 [INFO] [NoLagg Saving] will write world data to all region files every 12000 ticks (10.0 minutes)
2012-10-19 18:44:43 [INFO] NoLagg version 1.88.7 enabled!
2012-10-19 18:44:43 [INFO] Preparing level "world"
2012-10-19 18:44:43 [INFO] Preparing start region for level 0 (Seed: 1267186312905096022)
2012-10-19 18:44:44 [INFO] Preparing start region for level 1 (Seed: 8911873271534497352)
2012-10-19 18:44:44 [INFO] Preparing spawn area: 97%
2012-10-19 18:44:44 [INFO] Preparing start region for level 2 (Seed: 5862904920667031641)
2012-10-19 18:44:45 [INFO] [bPermissions] Enabling bPermissions v2.9.24
2012-10-19 18:44:45 [INFO] [bPermissions] Loading world: world
2012-10-19 18:44:45 [INFO] [bPermissions] Loading world: world_nether
2012-10-19 18:44:45 [INFO] [bPermissions] Loading world: world_the_end
2012-10-19 18:44:45 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
2012-10-19 18:44:45 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions
2012-10-19 18:44:45 [INFO] [BOSEconomy] Enabling BOSEconomy v0.7.3.1
2012-10-19 18:44:45 [INFO] BOSEconomy v0.7.3.1 enabled.
2012-10-19 18:44:45 [INFO] [Vault][Economy] BOSEconomy hooked.
2012-10-19 18:44:45 [INFO] [TeleportSuite] Detected BOSEconomy v0.7.3.1; attempting to hook...
2012-10-19 18:44:45 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
2012-10-19 18:44:45 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
2012-10-19 18:44:45 [INFO] [AllPay] - Version 10.0 - hooked into BOSEconomy for Multiverse-Core v2.4-b527
2012-10-19 18:44:45 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 1267186312905096022
2012-10-19 18:44:45 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 8911873271534497352
2012-10-19 18:44:45 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 5862904920667031641
2012-10-19 18:44:45 [INFO] [Multiverse-Core] Loading World & Settings - 'PvPArena' - Env: NORMAL - Type: NORMAL & seed: 6360800169173411459
2012-10-19 18:44:45 [INFO] [bPermissions] Loading world: PvPArena
2012-10-19 18:44:45 [INFO] Preparing start region for level 3 (Seed: 6360800169173411459)
2012-10-19 18:44:46 [INFO] [Multiverse-Core] Loading World & Settings - 'PvE' - Env: NORMAL - Type: NORMAL & seed: -1669078630223269656
2012-10-19 18:44:46 [INFO] [bPermissions] Loading world: PvE
2012-10-19 18:44:46 [INFO] Preparing start region for level 4 (Seed: -1669078630223269656)
2012-10-19 18:44:46 [INFO] [Multiverse-Core] Loading World & Settings - 'PvP' - Env: NORMAL - Type: NORMAL & seed: 7817486854921312728
2012-10-19 18:44:46 [INFO] [bPermissions] Loading world: PvP
2012-10-19 18:44:46 [INFO] Preparing start region for level 5 (Seed: 7817486854921312728)
2012-10-19 18:44:46 [INFO] [Multiverse-Core] Loading World & Settings - 'creativenorm' - Env: NORMAL - Type: NORMAL & seed: -6268471781844909909
2012-10-19 18:44:46 [INFO] [bPermissions] Loading world: creativenorm
2012-10-19 18:44:46 [INFO] Preparing start region for level 6 (Seed: -6268471781844909909)
2012-10-19 18:44:47 [INFO] [Multiverse-Core] Loading World & Settings - 'pve_nether' - Env: NETHER - Type: NORMAL & seed: 4344306491191066326
2012-10-19 18:44:47 [INFO] [bPermissions] Loading world: pve_nether
2012-10-19 18:44:47 [INFO] Preparing start region for level 7 (Seed: 4344306491191066326)
2012-10-19 18:44:48 [INFO] [Multiverse-Core] Loading World & Settings - 'info' - Env: NORMAL - Type: NORMAL & seed: -7819019587232931414
2012-10-19 18:44:48 [INFO] [bPermissions] Loading world: info
2012-10-19 18:44:48 [INFO] Preparing start region for level 8 (Seed: -7819019587232931414)
2012-10-19 18:44:48 [INFO] [Multiverse-Core] 9 - World(s) loaded.
2012-10-19 18:44:48 [INFO] [LogBlock] Enabling LogBlock v1.60
2012-10-19 18:44:48 [INFO] [Questioner] Enabling Questioner v0.6
2012-10-19 18:44:48 [INFO] [Questioner] v0.6 - Enabled
2012-10-19 18:44:48 [INFO] [VillagersProtection] Enabling VillagersProtection v1.0
2012-10-19 18:44:48 [INFO] [VillagersProtection] Plugin wlaczony!
2012-10-19 18:44:48 [INFO] [Register] Enabling Register v1.8
2012-10-19 18:44:48 [INFO] Unable to hook register
2012-10-19 18:44:48 [INFO] [Register] Payment method found (BOSEconomy version: 0.7.0)
2012-10-19 18:44:48 [INFO] [SuperKits] Enabling SuperKits v1.7.1
2012-10-19 18:44:48 [INFO] [SuperKits] Loaded the starter kit
2012-10-19 18:44:48 [INFO] [SuperKits] Loaded the iron kit
2012-10-19 18:44:48 [INFO] [SuperKits] Loaded the founder kit
2012-10-19 18:44:48 [INFO] [SuperKits] Loaded kits from SuperKits/kits.yml
2012-10-19 18:44:48 [INFO] [SuperKits] Loaded signs from SuperKits/signs.yml
2012-10-19 18:44:48 [INFO] [SuperKits] Loaded timestamps from SuperKits/timestamps.yml
2012-10-19 18:44:48 [INFO] [SuperKits] Hooked into Permissions manager: bPermissions2
2012-10-19 18:44:48 [INFO] [SuperKits] Hooked into Chat manager: bInfo
2012-10-19 18:44:48 [INFO] [CraftBay] Enabling CraftBay v1.1.3
2012-10-19 18:44:48 [INFO] [CraftBay] Falling back to default chat
2012-10-19 18:44:48 [INFO] [AntiXRay] Enabling AntiXRay v1.5.3
2012-10-19 18:44:48 [INFO] AntiXRay: AntiXRay enabled.
2012-10-19 18:44:49 [INFO] [LegendaryLibrary] Enabling LegendaryLibrary v1.1
2012-10-19 18:44:49 [INFO] [Votifier] Enabling Votifier v1.9
2012-10-19 18:44:49 [SEVERE] Cannot load plugins\Votifier\config.yml
org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
in "", line 1, column 23:
host: 82.10.116.46port: 25565debug: false
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:86)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)

Caused by: mapping values are not allowed here
in "", line 1, column 23:
host: 82.10.116.46port: 25565debug: false
^

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 15 more

2012-10-19 18:44:49 [SEVERE] Cannot load plugins\Votifier\config.yml
org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
in "", line 1, column 23:
host: 82.10.116.46port: 25565debug: false
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:137)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)

Caused by: mapping values are not allowed here
in "", line 1, column 23:
host: 82.10.116.46port: 25565debug: false
^

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 15 more

2012-10-19 18:44:49 [SEVERE] Error occurred while enabling Votifier v1.9 (Is it up to date?)
java.lang.NullPointerException
at java.io.File.(Unknown Source)
at com.vexsoftware.votifier.model.ListenerLoader.load(ListenerLoader.java:27)
at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:162)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
2012-10-19 18:44:49 [INFO] [SimpleSpawn] Enabling SimpleSpawn v2.0.14
2012-10-19 18:44:49 [FINE] [SimpleSpawn] sqlite connection needs to be established
2012-10-19 18:44:49 [INFO] [SimpleSpawn] SimpleSpawn enabled
2012-10-19 18:44:49 [INFO] [Heroes] Enabling Heroes v1.4.8-b1522
2012-10-19 18:44:49 [INFO] [Heroes] Minimum PvP Level is set to: 1
2012-10-19 18:44:49 [SEVERE] Cannot load plugins\Heroes\classes\archer.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character '\t' that cannot start any token
in "", line 44, column 1:
cooldown: 10
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
at com.herocraftonline.heroes.characters.classes.HeroClassManager.loadClass(HeroClassManager.java:136)
at com.herocraftonline.heroes.characters.classes.HeroClassManager.loadClasses(HeroClassManager.java:95)
at com.herocraftonline.heroes.util.ConfigManager.loadManagers(ConfigManager.java:86)
at com.herocraftonline.heroes.Heroes.onEnable(Heroes.java:234)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)

Caused by: while scanning for the next token
found character '\t' that cannot start any token
in "", line 44, column 1:
cooldown: 10
^

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358)
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
... 18 more

2012-10-19 18:44:49 [WARNING] [Heroes] Attempted to load archer.yml but failed. Skipping.
2012-10-19 18:44:49 [WARNING] [Heroes] Skill GardianAngel defined for Animal trainer not found.
2012-10-19 18:44:49 [INFO] [Heroes] version 1.4.8-b1522 is enabled!
2012-10-19 18:44:49 [INFO] [Factions] Enabling Factions v1.6.9.1
2012-10-19 18:44:49 [INFO] [Factions v1.6.9.1] === ENABLE START ===
2012-10-19 18:44:49 [INFO] [Factions v1.6.9.1] Loading board from disk
2012-10-19 18:44:49 [INFO] [Factions v1.6.9.1] Economy integration through Vault plugin successful.
2012-10-19 18:44:49 [INFO] [Factions v1.6.9.1] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
2012-10-19 18:44:49 [INFO] [Factions v1.6.9.1] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
2012-10-19 18:44:49 [INFO] [Factions v1.6.9.1] === ENABLE DONE (Took 125ms) ===
2012-10-19 18:44:49 [INFO] [XrayInformer] Enabling XrayInformer v2.2.0
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: <title> </title>
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: <script type="text/javascript">
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: function bredir(a, b, c, d, e, ldr, ifc) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: var h, i, j;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: var f = 0;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: var g = 0;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: var k = false;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: var l = false;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: var m = [
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [300, 250, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [250, 250, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [240, 400, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [336, 280, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [180, 150, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [468, 60, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [234, 60, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [88, 31, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [120, 90, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [120, 60, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [120, 240, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [125, 125, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [728, 90, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [160, 600, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [120, 600, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [300, 600, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [300, 125, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [530, 300, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [190, 200, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [470, 250, false],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [720, 300, true],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [500, 350, true],
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: [550, 480, true]
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: ];
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if (typeof window.innerHeight == "number") {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: g = window.innerHeight;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: f = window.innerWidth;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: } else if (typeof document.body.offsetHeight == "number") {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: g = document.body.offsetHeight;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: f = document.body.offsetWidth;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: for (var n = 0; n < m.length; n++) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: j = m[n];
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: h = Math.abs(f - j[0]);
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: i = Math.abs(g - j[1]);
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if (top != self) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: ifc = 1;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: } else {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: ifc = 0;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: };
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if (h <= 2 && i <= 2) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: k = true;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: l = j[2]
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if(f === 0 && g === 0){
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if ((a != "www.facebook.com" && a != "platform.twitter.com") && (k || f < 100 && f !== 0 || g < 100 && g !== 0)) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if (l && self == parent) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return "/b" + "anner.php?w=" + f + "&h=" + g + "&d=" + a + "&url=" + b + "&ref=" + c + "&view=" + d
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: } else if ((a == "www.facebook.com" || a == "platform.twitter.com") && (f >= 250 && g >= 60) && (k || f < 100 && f !== 0 || g < 100 && g !== 0)) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if (l && self == parent) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return e + "&w=" + f + "&h=" + g + "&ldr=" + "b" + "&ifc=" + ifc;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: } else if ((a == "www.facebook.com" || a == "platform.twitter.com") && (f < 250 || g < 60) && (k || f < 100 && f !== 0 || g < 100 && g !== 0)) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if (l && self == parent) {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return "/b" + "anner.php?w=" + f + "&h=" + g + "&d=" + a + "&url=" + b + "&ref=" + c + "&view=" + d;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: } else {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return e + "&w=" + f + "&h=" + g + "&ifc=" + ifc;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: function bdetect() {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: var loc = bredir(
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: 'www.xwarn.com',
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: 'www.xwarn.com%2Fversion.php',
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: '',
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: 'error',
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: '/main?wc=EWJmGBd5BAVABBJuAg4%3D&url=www.xwarn.com%2Fversion.php'
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: );
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: if(typeof loc === 'undefined') {
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: self.close();
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: return;
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: location.replace(loc);
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: }
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: </script>
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available: <iframe frameborder="0" src="/main?wc=EWJmGBd5BAVABBJuAg4%3D&url=www.xwarn.com%2Fversion.php" width="100%" height="100%"></iframe>
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] Newer version of XrayInformer available:
2012-10-19 18:44:53 [INFO] [XrayInformer 2.2.0] System enabled
2012-10-19 18:44:53 [INFO] [Towny] Enabling Towny v0.82.0.0
2012-10-19 18:44:53 [INFO] ==================== Towny ========================
2012-10-19 18:44:53 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
2012-10-19 18:44:53 [INFO] [Towny] Using: bPermissions v2.9.24, Register v1.8, Questioner v0.6
2012-10-19 18:44:53 [INFO] [Towny] Time until a New Day: 17 hours, 15 minutes, 7 seconds
2012-10-19 18:44:53 [INFO] =============================================================
2012-10-19 18:44:53 [INFO] [Towny] Version: 0.82.0.0 - Mod Enabled
2012-10-19 18:44:53 [INFO] =============================================================
2012-10-19 18:44:53 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
2012-10-19 18:44:53 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
2012-10-19 18:44:54 [INFO] [Multiverse-Portals] 11 - Portals(s) loaded
2012-10-19 18:44:54 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b207
2012-10-19 18:44:54 [INFO] [Multiverse-Inventories 2.5-b207] enabled.
2012-10-19 18:44:54 [INFO] [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.4-b530
2012-10-19 18:44:54 [INFO] [MultiVerse-NetherPortals] - Version 2.4-b530 Enabled - By Rigby and fernferret
2012-10-19 18:44:54 [INFO] [EpicZones] Enabling EpicZones v0.37
2012-10-19 18:44:54 [INFO] [EpicZones] Language File Loaded [EN_US.txt].
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [creative]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [creativehub]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [creativenorm]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [info]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [market]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded POLY Zone [netherspawn]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [PvE]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded POLY Zone [PvEspawn]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [pve_nether]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [PvP]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [PvPArena]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded POLY Zone [PvPspawn]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded POLY Zone [sinfo]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded POLY Zone [spawn]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [world]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [world_nether]
2012-10-19 18:44:54 [INFO] [EpicZones] Loaded GLOBAL Zone [world_the_end]
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: world
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: world_nether
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: world_the_end
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: pvparena
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: pve
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: pvp
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: creativenorm
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: pve_nether
2012-10-19 18:44:54 [INFO] [EpicZones] Adding World: info
2012-10-19 18:44:54 [INFO] [EpicZones] Setting Parent For PvPspawn to PvP
2012-10-19 18:44:54 [INFO] [EpicZones] Setting Parent For sinfo to info
2012-10-19 18:44:54 [INFO] [EpicZones] Setting Parent For PvEspawn to PvE
2012-10-19 18:44:54 [INFO] [EpicZones] Setting Parent For netherspawn to world_nether
2012-10-19 18:44:54 [INFO] [EpicZones] Setting Parent For spawn to world
2012-10-19 18:44:54 [INFO] [EpicZones] Spout plugin not detected, unable to enable Spout integration.
2012-10-19 18:44:54 [INFO] [EpicZones] version 0.37 is enabled.
2012-10-19 18:44:54 [INFO] [SignShop] Enabling SignShop v2.3.6
2012-10-19 18:44:54 [INFO] [SignShop] Succesfully started Metrics, see http://mcstats.org for more information.
2012-10-19 18:44:54 [INFO] [SignShop] v2.3.6 Enabled
2012-10-19 18:44:54 [INFO] [Campaign] Enabling Campaign v0.3 "The Asset Update"
2012-10-19 18:44:54 [SEVERE] Error occurred while enabling Campaign v0.3 "The Asset Update" (Is it up to date?)
java.lang.NullPointerException: Could not create the mission directory at C:\Users\Dominic\Downloads\Minecraft Servers\Empire server - 1.3.2\plugins\Campaign\missions
at net.legendarysoftware.campaign.CampaignCore.registerManagers(CampaignCore.java:88)
at net.legendarysoftware.library.LibraryPlugin.onEnable(LibraryPlugin.java:25)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
2012-10-19 18:44:54 [INFO] [TownyChat] Enabling TownyChat v0.32
2012-10-19 18:44:54 [INFO] [AntiCheat] Enabling AntiCheat v1.3.8-U2
2012-10-19 18:44:55 [INFO] [Werewolf] Enabling Werewolf v0.3.5
2012-10-19 18:44:55 [INFO] [Werewolf v0.3.5] Using Vault
2012-10-19 18:44:55 [INFO] [Werewolf v0.3.5] Spout is not enabled on this server, disabling spout parts...
2012-10-19 18:44:55 [INFO] [Werewolf v0.3.5] AntiCheat detected. Overriding cheat checking for Werewolves.
2012-10-19 18:44:55 [INFO] [Werewolf v0.3.5] Vault detected. Bounties are enabled!
2012-10-19 18:44:55 [INFO] [Werewolf v0.3.5] Using bPermissions.
2012-10-19 18:44:55 [INFO] [Werewolf v0.3.5] Loaded 1 werewolves.
2012-10-19 18:44:55 [INFO] [Werewolf v0.3.5] Loaded 0 werewolf hunters.
2012-10-19 18:44:55 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-10-19 18:44:55 [INFO] Done (11.407s)! For help, type "help" or "?"
2012-10-19 18:44:55 [INFO] [TownyChat] -******* TownyChat enabled *******-
2012-10-19 18:44:56 [INFO] �[33;22mYour Server�[36;1m added �[33;22m90.00 coins�[36;1m to the bounty for killing a Werewolf!�[m
2012-10-19 18:44:56 [INFO] �[36;1mThe Werewolf bounty is now �[33;22m90.00 coins�[36;1m!�[m
2012-10-19 18:45:11 [INFO] CONSOLE: Stopping the server..�[m
2012-10-19 18:45:11 [INFO] Stopping server
2012-10-19 18:45:11 [INFO] [Werewolf] Disabling Werewolf v0.3.5
2012-10-19 18:45:11 [INFO] [AntiCheat] Disabling AntiCheat v1.3.8-U2
2012-10-19 18:45:11 [INFO] [TownyChat] Disabling TownyChat v0.32
2012-10-19 18:45:11 [INFO] [Campaign] Disabling Campaign v0.3 "The Asset Update"
2012-10-19 18:45:11 [INFO] [NoLagg] Disabling NoLagg v1.88.7
2012-10-19 18:45:11 [INFO] NoLagg disabled!
2012-10-19 18:45:11 [INFO] [SignShop] Disabling SignShop v2.3.6
2012-10-19 18:45:11 [INFO] [SignShop] Disabled
2012-10-19 18:45:11 [INFO] [EpicZones] Disabling EpicZones v0.37
2012-10-19 18:45:11 [INFO] [EpicZones] version 0.37 is disabled.
2012-10-19 18:45:11 [INFO] [Multiverse-NetherPortals] Disabling Multiverse-NetherPortals v2.4-b530
2012-10-19 18:45:11 [INFO] [MultiVerse-NetherPortals] - Disabled
2012-10-19 18:45:11 [INFO] [Multiverse-Inventories] Disabling Multiverse-Inventories v2.5-b207
2012-10-19 18:45:11 [INFO] [Multiverse-Inventories 2.5-b207] disabled.
2012-10-19 18:45:11 [INFO] [Multiverse-Portals] Disabling Multiverse-Portals v2.4-b548
2012-10-19 18:45:11 [INFO] [Towny] Disabling Towny v0.82.0.0
2012-10-19 18:45:11 [INFO] ==============================================================
2012-10-19 18:45:11 [INFO] [Towny] Version: 0.82.0.0 - Mod Disabled
2012-10-19 18:45:11 [INFO] =============================================================
2012-10-19 18:45:11 [INFO] [XrayInformer] Disabling XrayInformer v2.2.0
2012-10-19 18:45:11 [INFO] XrayInformer disabled
2012-10-19 18:45:11 [INFO] [Factions] Disabling Factions v1.6.9.1
2012-10-19 18:45:11 [INFO] [Factions v1.6.9.1] Disabled
2012-10-19 18:45:11 [INFO] [Heroes] Disabling Heroes v1.4.8-b1522
2012-10-19 18:45:11 [INFO] [Heroes] version 1.4.8-b1522 is disabled!
2012-10-19 18:45:11 [INFO] [SimpleSpawn] Disabling SimpleSpawn v2.0.14
2012-10-19 18:45:11 [FINE] [SimpleSpawn] sqlite connection needs to be closed
2012-10-19 18:45:11 [INFO] [mcMMO] Disabling mcMMO v1.3.11-b1030
2012-10-19 18:45:11 [INFO] Backing up your mcMMO Configuration...
2012-10-19 18:45:11 [INFO] Backup Completed.
2012-10-19 18:45:11 [INFO] mcMMO was disabled.
2012-10-19 18:45:11 [INFO] [Votifier] Disabling Votifier v1.9
2012-10-19 18:45:11 [INFO] [Votifier] Votifier disabled.
2012-10-19 18:45:11 [INFO] [BKCommonLib] Disabling BKCommonLib v1.31
2012-10-19 18:45:11 [INFO] [LegendaryLibrary] Disabling LegendaryLibrary v1.1
2012-10-19 18:45:11 [INFO] [TeleportSuite] Disabling TeleportSuite v2.2-b108
2012-10-19 18:45:11 [INFO] [TeleportSuite] Disabled in 4ms.
2012-10-19 18:45:11 [INFO] [AntiXRay] Disabling AntiXRay v1.5.3
2012-10-19 18:45:11 [INFO] [CraftBay] Disabling CraftBay v1.1.3
2012-10-19 18:45:11 [INFO] [CraftBay] saving
2012-10-19 18:45:11 [INFO] [SuperKits] Disabling SuperKits v1.7.1
2012-10-19 18:45:11 [INFO] [Register] Disabling Register v1.8
2012-10-19 18:45:11 [INFO] [EnderRespawn] Disabling EnderRespawn v1.0
2012-10-19 18:45:11 [INFO] [VillagersProtection] Disabling VillagersProtection v1.0
2012-10-19 18:45:11 [INFO] [VillagersProtection] Plugin wylaczony!
2012-10-19 18:45:11 [INFO] [LWC] Disabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-19 18:45:11 [INFO] [LWC] Flushing protection updates (0)
2012-10-19 18:45:11 [INFO] [Questioner] Disabling Questioner v0.6
2012-10-19 18:45:11 [INFO] [Questioner] v0.6 - Disabled
2012-10-19 18:45:11 [INFO] [LogBlock] Disabling LogBlock v1.60
2012-10-19 18:45:11 [INFO] [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
2012-10-19 18:45:11 [INFO] [Multiverse-Core] - Disabled
2012-10-19 18:45:11 [INFO] [RealPlugin] Disabling RealPlugin v1.23
2012-10-19 18:45:11 [INFO] [Vault] Disabling Vault v1.2.19-b248
2012-10-19 18:45:11 [INFO] [BOSEconomy] Disabling BOSEconomy v0.7.3.1
2012-10-19 18:45:11 [INFO] BOSEconomy: Saving plugin data.
2012-10-19 18:45:11 [INFO] BOSEconomy v0.7.3.1 disabled.
2012-10-19 18:45:11 [INFO] [WorldEdit] Disabling WorldEdit v5.4.2
2012-10-19 18:45:11 [INFO] [bPermissions] Disabling bPermissions v2.9.24
2012-10-19 18:45:11 [INFO] [bPermissions] Disabled
2012-10-19 18:45:11 [INFO] Saving players
2012-10-19 18:45:11 [WARNING] DSCT: socket closed
2012-10-19 18:45:11 [INFO] Saving worlds
2012-10-19 18:45:11 [INFO] Saving chunks for level 'world'/Overworld
2012-10-19 18:45:11 [INFO] Closing listening thread
2012-10-19 18:45:11 [INFO] Saving chunks for level 'world_nether'/Nether
2012-10-19 18:45:11 [INFO] Saving chunks for level 'world_the_end'/The End
2012-10-19 18:45:11 [INFO] Saving chunks for level 'PvPArena'/Overworld
2012-10-19 18:45:11 [INFO] Saving chunks for level 'PvE'/Overworld
2012-10-19 18:45:12 [INFO] Saving chunks for level 'PvP'/Overworld
2012-10-19 18:45:12 [INFO] Saving chunks for level 'creativenorm'/Overworld
2012-10-19 18:45:12 [INFO] Saving chunks for level 'pve_nether'/Nether
2012-10-19 18:45:12 [INFO] Saving chunks for level 'info'/Overworld
2012-10-19 18:45:12 [INFO] Stopping server
2012-10-19 18:45:12 [INFO] Saving players
2012-10-19 18:45:12 [INFO] Saving worlds
2012-10-19 18:45:12 [INFO] Saving chunks for level 'world'/Overworld

I know there's a lot of errors in there, some are caused by slightly out of date plugins, I'm donfiguring them so when they do update from 1.3.1 to 1.3.2 i can just install them and I'm done. I know i have a slightly outdated version of bukkit but it's the version that suits epic zones and all my other plugins. Some of the errors if they're not fixed once the plugins update i will attempt to resolve then. Xray informer also has spammed it up with: there's another version, but there's not i updated my version 2 minutes before updating this post because i noticed this message ingame, just ignore that.

@CourtArtanis
Copy link

Hi,
Please provide the following information:

  1. Server startup log (From when you press "Start" or "run" to when the last plugin has finished loading)
  2. EpicZones folder zipped
  3. Multiverse config zipped

Thanks

@dalmposter
Copy link
Author

how do i get my epic zones folder and multiverse config to you? i don't see an attach file button.

@CourtArtanis
Copy link

You can email them to courtartanis@gmail.com , just remember to put something in the email to let me know it's from you.

Thanks

@maker-dude
Copy link
Owner

PVP is off by default on global zones. (This will be different in v1.0) But for now, you will need to modify your global zone files with a text editor. To enable PVP in all of those global zones that you want PVP to happen.

Once you do that, you should be good to go.

@dalmposter
Copy link
Author

thank you, sorry to be so silly, better tell the other guy with the same problem see if that fixes it for him. thanks again. where is this global zone? in the config file or a separate place?

@maker-dude
Copy link
Owner

Inside the 'Zones' folder in the config area for EpicZones. Each global zone will be named the same as a world name on your server, every world has one.

@CourtArtanis
Copy link

Closed due to no response,
If you have any further problems - please submit a new ticket :)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants