Plugin Help

Discussion in 'Bukkit Help' started by Chazter18, Jun 1, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Chazter18

    Hey guys, I keep getting this error when I start my server. I want this plugin to work but it's not turning out well.



    worldName: HG centerX: 0.7286621299667038 centerZ: 0 ...
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(Yaml
    nfiguration.java:54)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfigurat
    n.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfigurat
    n.java:105)
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Y
    lConfiguration.java:174)
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111)
    at co.cc.free.dash.javagames.theone15247.TheHungerGames.HungerGames.lo
    Config(HungerGames.java:301)
    at co.cc.free.dash.javagames.theone15247.TheHungerGames.HungerGames.on
    able(HungerGames.java:125)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoad
    .java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginMana
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:2
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:359)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:188)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:423)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: mapping values are not allowed here



    Can you please help? :) thanks


    --Chazter18
     
  2. Offline

    Retricide

    Chazter18
    Could you please post your config file for your "The Hunger Games" plugin?
    Additionally, it would help if you could supply me to a link to the plugin's dev.bukkit/bukkit page.
     
  3. Offline

    Chazter18

    Sure.

    In the folder "The Hunger Games" inside my plugins directory, this is the config file.

    loadOnce:
    worldName: HG
    centerX: 0
    centerZ: 0
    radius: 150
    depth: 15
    spawnInArena: false
    remove: false
    updating: false
    refresh:
    items: 10
    tribHearDist: 25
    protectGamesTNT: false
    unOP: false
    compassPoint: true
    dayAtStart: false
    autorun:
    doAutorun: false
    betweenGamesSec: 10
    startingTribs: 2
    randomPickTribs: 10
    tribWaitSec: 10
    respawnItemsTime: 300



    Inside the HungerGames.jar;

    loadOnce:
    worldName: HG
    centerX: 0.7286621299667038
    centerZ: 0.5030037071355765
    radius: 150
    depth: 15
    updating: false
    remove: false
    spawnInArena: false
    refresh:
    tribHearDist: 25
    protectGamesTNT: false
    items: 10
    unOP: false
    compassPoint: true
    autorun:
    doAutorun: false
    betweenGamesSec: 10
    startingTribs: 2
    randomPickTribs: 10
    tribWaitSec: 10
    respawnItemsTime: 300



    Link: http://www.minecraftforum.net/topic/1140673-125bukkitthe-hunger-games-plugin-v134/



    Thanks


    --Chazter18
     
Thread Status:
Not open for further replies.

Share This Page