Inactive [FUN/ECON]MonsterHunt v1.5.1 - Who kills most mobs? [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by matejdro, Jan 29, 2011.

  1. Offline

    matejdro

    MonsterHunt

    Are your players building at day, but bunker into their houses, when night comes? Make them hunt monsters!

    This plugins adds another layer of fun against monsters. It's absolute must have, if you have monsters turned on.

    At night, when monsters come out, plugin will count how many monsters each player kills. At the end of the night, name of the player with most kills is announced globally.

    Additionally, you can enable reward to add another way of gathering stuff to the server or to simply motivate players to hunt monsters.


    (BIG thanks to @Samkio for the video)

    See BukkitDev page for more information and download links: http://dev.bukkit.org/server-mods/monsterhunt/
    (you can use your minecraft forum username and password on BukkitDev)
     
  2. Offline

    Volander

    Code:
    2011-02-27 14:49:03 [SEVERE] java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
    2011-02-27 14:49:03 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.iConomyReward(Rewards.java:153)
    2011-02-27 14:49:03 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:137)
    2011-02-27 14:49:03 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.NormalReward(Rewards.java:64)
    2011-02-27 14:49:03 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:28)
    2011-02-27 14:49:03 [SEVERE]    at com.matejdro.bukkit.monsterhunt.MonsterHunt.stop(MonsterHunt.java:168)
    2011-02-27 14:49:03 [SEVERE]    at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:256)
    2011-02-27 14:49:03 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    2011-02-27 14:49:03 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
    2011-02-27 14:49:03 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    2011-02-27 14:49:03 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-27 14:49:03 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConomy
    2011-02-27 14:49:03 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
    2011-02-27 14:49:04 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
    2011-02-27 14:49:04 [SEVERE]    at java.net.URLClassLoader.findClass(Unknown Source)
    2011-02-27 14:49:04 [SEVERE]    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    2011-02-27 14:49:04 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-02-27 14:49:04 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-02-27 14:49:04 [SEVERE]    ... 10 more
    2011-02-27 14:49:04 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
        at com.matejdro.bukkit.monsterhunt.Rewards.iConomyReward(Rewards.java:153)
        at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:137)
        at com.matejdro.bukkit.monsterhunt.Rewards.NormalReward(Rewards.java:64)
        at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:28)
        at com.matejdro.bukkit.monsterhunt.MonsterHunt.stop(MonsterHunt.java:168)
        at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:256)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConomy
        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:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 10 more
    Useing Craftbuket 440
    Useing iConomy 4.0 (Kirsten)
    Useing Monsterhunt V0.4

    My config:
    Code:
    SkipDays: 0
    MinimumPlayers: 2
    EnableSignup: true
    MySQLPassword: ******
    PointsSkeleton: 2
    PointsSlime: 5
    CountBows: true
    DeathPenalty: 30
    EnabledWorlds: world
    PointsCreeper: 3
    MinimumPoints: 5
    RewardEveryone: true
    PointsGhast: 3
    OnlyCountMobsSpawnedOutside: false
    FinishTime: 23600
    EnableHighScores: true
    StartTime: 13000
    PointsGiant: 10
    MySQLConn: jdbc:mysql://localhost:3306/minecraft
    RewardParameters: 264 0-1;0 15-50
    PointsSpider: 3
    Debug: false
    MySQLUsername: ******
    RewardParametersEveryone: 56 0-4;0 15-25
    PointsZombiePigman: 1
    SignUpPeriodTime: 5
    UseMySQL: true
    StartChance: 75
    PointsZombie: 1
    TellTime: true
    EnableReward: true
    
    Hope you can help...

    - Volander
     
  3. Offline

    matejdro

    Do you have iConomy installed?
     
  4. Offline

    Draconicus

    In order to have colors on my messages using your (YAML?) format, I have to put lines in quotes. Doing so breaks your <blah> style aliases. If single quotes work better, let me know. I'm using a double quote because I would like to be able to type contractions such as "didn't" in my sentences.

    Seriously. Why does everyone love this format? :|
     
  5. Offline

    matejdro

    To use didn't, simply use two single quotes - didn''t

    I don't love it, just there is no good alternative. PropertiesFile was reverting back.
     
  6. Offline

    Androw

    Last edited by a moderator: May 7, 2016
  7. Offline

    ShadowDrakken

    sorry Androw, I misread your post too. I apologize. And thank you for the updated version! :D
     
    Androw likes this.
  8. Offline

    matejdro

    Wow i did not realize that iConomy have updated. Thanks. Do you mind if i insert that fix into next release?
     
  9. Offline

    Androw

    No problem, it was the goal :)
     
  10. Offline

    cuco

    Hi

    Im getting:
    Code:
    2011-02-27 22:56:08 [INFO] [MonsterHunt] Loaded 0 High scores.
    2011-02-27 22:56:08 [SEVERE] PLAYER_COMMAND loading MonsterHunt v0.4 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
        at com.matejdro.bukkit.monsterhunt.MonsterHunt.onEnable(MonsterHunt.java:70)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:117)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    with MonsterHunt 0.4 and Bukkit #457
     
  11. Offline

    Draconicus

    Howdy howdy. The plugin appears to be working properly, at a glance.
    However, with entries like this in messages.yml:
    Code:
    MessageStartNotEnoughPlayers: "&5Monster Hunt was cancelled! Not enough players! &9(<World>)"
    FinishMessageNotEnoughPoints: "&5Monster Hunt is over! No winners - not enough kills! &9(<World>)"
    MessageSignUpPeriod: "&5Monster Hunt tonight! Type /hunt to join! &9(<World>)"
    
    As a good example, the "Monster Hunt tonight!" line works splendidly, including the world name as it should. The "Not enough players!" line does not name the world correctly, and instead prints "<World>" literally.
     
  12. Offline

    matejdro

    @cuco oops, i forgot to remove that. Will be done in next release. But i recommend you using recommended craftbukkit builds. While MonsterHunt may work on newest craftbukkit, I'm mostly focusing on recommended builds.

    @Draconicus I guess that using double quote somehow change the string. I will look into that, but I'm not sure i can do much. That is yml thing.
     
  13. Offline

    Volander

    When I try to make Monsterhunt payout a cash reward the server crashes with the following error:

    Code:
    2011-03-01 08:50:48 [SEVERE] java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
    2011-03-01 08:50:48 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.iConomyReward(Rewards.java:153)
    2011-03-01 08:50:48 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:137)
    2011-03-01 08:50:48 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.NormalReward(Rewards.java:77)
    2011-03-01 08:50:48 [SEVERE]    at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:28)
    2011-03-01 08:50:48 [SEVERE]    at com.matejdro.bukkit.monsterhunt.MonsterHunt.stop(MonsterHunt.java:168)
    2011-03-01 08:50:48 [SEVERE]    at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:256)
    2011-03-01 08:50:48 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    2011-03-01 08:50:48 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
    2011-03-01 08:50:48 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    2011-03-01 08:50:48 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 08:50:48 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConomy
    2011-03-01 08:50:48 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
    2011-03-01 08:50:48 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
    2011-03-01 08:50:48 [SEVERE]    at java.net.URLClassLoader.findClass(Unknown Source)
    2011-03-01 08:50:48 [SEVERE]    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    2011-03-01 08:50:48 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-03-01 08:50:48 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-03-01 08:50:48 [SEVERE]    ... 10 more
    2011-03-01 08:50:48 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
        at com.matejdro.bukkit.monsterhunt.Rewards.iConomyReward(Rewards.java:153)
        at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:137)
        at com.matejdro.bukkit.monsterhunt.Rewards.NormalReward(Rewards.java:77)
        at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:28)
        at com.matejdro.bukkit.monsterhunt.MonsterHunt.stop(MonsterHunt.java:168)
        at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:256)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConomy
        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:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 10 more
    2011-03-01 08:51:27 [SEVERE] java.net.SocketException: Connection reset
    2011-03-01 08:51:27 [SEVERE]    at java.net.SocketInputStream.read(Unknown Source)
    2011-03-01 08:51:27 [SEVERE]    at java.net.SocketInputStream.read(Unknown Source)
    2011-03-01 08:51:27 [SEVERE]    at java.io.FilterInputStream.read(Unknown Source)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    2011-03-01 08:51:27 [SEVERE] java.net.SocketException: Connection reset
    2011-03-01 08:51:27 [SEVERE]    at java.net.SocketInputStream.read(Unknown Source)
    2011-03-01 08:51:27 [SEVERE]    at java.net.SocketInputStream.read(Unknown Source)
    2011-03-01 08:51:27 [SEVERE]    at java.io.FilterInputStream.read(Unknown Source)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-01 08:51:27 [SEVERE]    at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    2011-03-01 08:54:04 [SEVERE] java.net.SocketException: Connection reset
    2011-03-01 08:54:04 [SEVERE]    at java.net.SocketInputStream.read(Unknown Source)
    2011-03-01 08:54:04 [SEVERE]    at java.net.SocketInputStream.read(Unknown Source)
    2011-03-01 08:54:04 [SEVERE]    at java.io.FilterInputStream.read(Unknown Source)
    2011-03-01 08:54:04 [SEVERE]    at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-01 08:54:04 [SEVERE]    at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-01 08:54:04 [SEVERE]    at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-01 08:54:04 [SEVERE]    at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    2011-03-01 08:54:06 [INFO] Stopping server
    
    It then crashes the server.

    I use the latest build of Monsterhunt (0.4) and I use iConomy 4.0

    Can you please help me.. (the monster hunt config file is the same as posted earlier)
     
  14. Offline

    matejdro

  15. Offline

    Rhythmatic

    Desperately want multiworld support.
     
  16. Offline

    matejdro

    It's already there :)
     
  17. Offline

    Gness

    I've got a BIG and a minor problem here.

    BIG:
    - When I(admin) or any other player types /huntstatus or /huntscore NOTHING happens. Not an error message or permission error, just NOTHING, even console or log doesn't tells anything.
    Here's my premissons:
    groups:
    Default:
    default: true
    permissions: [essentials.help, essentials.motd, essentials.spawn, gastronomic.player.*, monsterhunt.usercmd.huntscore, monsterhunt.usercmd.huntstatus]
    inheritance: []
    info: {prefix: '', build: false, suffix: ''}

    Minor:
    - When someone attacks a monster and there's 1 hit left to finish him -- there's already a message that tells him about getting points for killing a mob he didn't yet finished.
     
  18. Offline

    jwideman

    The minor bug is unavoidable and a problem with bukkit (or maybe minecraft) itself.
     
  19. Offline

    Novemberman

    is this compatible with the new iConomy ?

    im try to set the reward everybody to give cash so i set the command line to : 0R 1-1

    but no players getting cash
     
  20. Offline

    matejdro

    It's "0 R1-1". If you have older iConomy than v4, use monsterhunt v0.4. If you have iConomy v4 or newer, use version from Androw (scroll few posts above).

    @Gness you are using [] instead of ''. I'm not sure if this works.
     
  21. Offline

    Gness

    Its Essentials, it was like this from the begining. Other plugin's commands work properly.
     
  22. Offline

    Novemberman

    i tried that and it either doesnt give cash or crashs the server

    do i need the " " ?
     
  23. Offline

    Acidnine

    If you want to control the messages even more (like with color and new-lines) I'll post my current WIP (not perfect, but works).

    File: messages.yml
    Code:
    NoBowMessage: "Your kill is not counted. Stop camping with your bow and get into the fight!"
    MessageHuntStatusNotInvolvedLastHunt: "You were not involved in last hunt in this world"
    MessageHuntStatusLastScore: "Your last score in this world was <Points> points"
    MessageHuntStatusTimeReamining: "Keep up the killing! You have only <Timeleft>% of the night left in this world!"
    MessageHuntStatusNotActive: "Hunt is currently not active anywhere"
    MessageTooLateSignUp: "Sorry, you are too late to sign up. More luck next time!"
    StartMessage: "&aMonster Hunt has begun on planet <World>!"
    HighScoreMessage: "&eYou have reached a new high score: <Points> points!"
    MessageStartNotEnoughPlayers: "Monster Hunt was about to start, but unfortunately there were not enough players signed up."
    FinishMessageNotEnoughPoints: "&aSun is rising so Hunt is finished in planet: <World>! \n &bNobody killed enough monsters, so no prizes."
    MessageSignUpPeriod: "&aSharpen your swords, strengthen your armor and type /hunt, because Monster Hunt will begin in several mintues in world <World>!"
    FinishMessageNotEnoughPlayers: "&aSun is rising; Hunt is finished in planet: <World>! \n &bNot enough players hunting, so no prize."
    KillMobSpawnedInsideMessage: "Your kill was not counted. Stop grinding in caves and go outside!"
    FinishMessageOneWinner: "&aSun is rising; Hunt is finished in planet: <World>! \n &bTodays winner is <Name> : <Points> pts"
    KillMessage: "&e+<MobValue> pts for <MobName>. &9You now have <Points> pts."
    SignupAtHuntMessage: "&cYou're signed up for the next hunt on planet: <World>!"
    FinishMessageMoreWinners: "&aSun is rising; Hunt is finished in planet: <World>! \n &bWinners Today; <Names>.\nAll with <Points> points."
    MessageHuntStatusHuntActive: "Hunt is active in <Worlds>"
    SignupBeforeHuntMessage: "&cYou have signed up for the next hunt in world <World>!"
    RewardMessage: "&bCongratulations! You have received the award!"
    MessageHuntStatusCurrentScore: "Your current score in this world's hunt is <Points> points! Keep it up!"
    MessageHuntStatusNoKills: "You haven't killed any mob in this world's hunt yet. Hurry up!"
    DeathMessage: "&dYou have died, your Monster Hunt score is down by 25 percent. &dBe more careful next time!"
    

    As far as quirks, the only thing I'm noticing (like others have said) is that it will sometimes give points on the first strike and not the killing blow.
     
  24. Offline

    matejdro

    @Novemberman try this:

     
  25. Offline

    Novemberman

    i tried that and it crashed me, but anyway i got iMonster again so ill keep MH for nether items
     
  26. Offline

    TOAST7312

    So I seem to have gotten this error when adding your permission nodes to my permissions file. Any idea why this is?

    I'm using CraftBukkit440 and Permissions 2.5.1.

    Code:
    2011-03-03 22:26:53 [SEVERE]
    2011-03-03 22:27:19 [SEVERE] while parsing a block collection
     in "<reader>", line 65, column 13:
                    - 'essentials.me'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 105, column 16:
                    - 'monsterhunt.usercmd.huntscore'
                       ^
    
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlo
    ckSequenceEntry.produce(ParserImpl.java:520)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.peekEven
    t(ParserImpl.java:163)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.checkEve
    nt(ParserImpl.java:148)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeS
    equenceNode(Composer.java:203)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:158)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:230)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:230)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:230)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeD
    ocument(Composer.java:122)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.getSingl
    eNode(Composer.java:105)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.constructor.BaseConstructo
    r.getSingleData(BaseConstructor.java:124)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.util.config.Configuration.load(Con
    figuration.java:73)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.load(Control.j
    ava:147)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.loadWorld(Cont
    rol.java:111)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:508)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:1082)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.bukkit.migration.NijiPermissionsRes
    olver.inGroup(NijiPermissionsResolver.java:70)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.bukkit.migration.PermissionsResolve
    rManager.inGroup(PermissionsResolverManager.java:90)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.
    inGroup(WorldGuardPlugin.java:1375)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlayerL
    istener.onPlayerJoin(WorldGuardPlayerListener.java:68)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.exe
    cute(JavaPluginLoader.java:130)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEven
    t(RegisteredListener.java:59)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEve
    nt(SimplePluginManager.java:225)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.ServerConfigurationManag
    er.a(ServerConfigurationManager.java:97)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLog
    inHandler.java:87)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLog
    inHandler.java:27)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(So
    urceFile:87)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:338)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:253)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    2011-03-03 22:27:19 [SEVERE] while parsing a block collection
     in "<reader>", line 65, column 13:
                    - 'essentials.me'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 105, column 16:
                    - 'monsterhunt.usercmd.huntscore'
                       ^
    
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlo
    ckSequenceEntry.produce(ParserImpl.java:520)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.peekEven
    t(ParserImpl.java:163)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.checkEve
    nt(ParserImpl.java:148)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeS
    equenceNode(Composer.java:203)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:158)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:230)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:230)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:230)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeD
    ocument(Composer.java:122)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.getSingl
    eNode(Composer.java:105)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.constructor.BaseConstructo
    r.getSingleData(BaseConstructor.java:124)
    2011-03-03 22:27:19 [SEVERE]    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.util.config.Configuration.load(Con
    figuration.java:73)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.load(Control.j
    ava:147)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.loadWorld(Cont
    rol.java:111)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:508)
    2011-03-03 22:27:19 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:1082)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.bukkit.migration.NijiPermissionsRes
    olver.inGroup(NijiPermissionsResolver.java:70)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.bukkit.migration.PermissionsResolve
    rManager.inGroup(PermissionsResolverManager.java:90)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.
    inGroup(WorldGuardPlugin.java:1375)
    2011-03-03 22:27:19 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlayerL
    istener.onPlayerJoin(WorldGuardPlayerListener.java:72)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.exe
    cute(JavaPluginLoader.java:130)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEven
    t(RegisteredListener.java:59)
    2011-03-03 22:27:19 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEve
    nt(SimplePluginManager.java:225)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.ServerConfigurationManag
    er.a(ServerConfigurationManager.java:97)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLog
    inHandler.java:87)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLog
    inHandler.java:27)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(So
    urceFile:87)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:338)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:253)
    2011-03-03 22:27:19 [SEVERE]    at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    2011-03-03 22:27:19 [WARNING] Missing Permissions/GroupManager; chat prefixes/su
    ffixes will be disabled.
    2011-03-03 22:27:19 [INFO] Forcing MCServerlist update.
    --- merged: Mar 4, 2011 3:35 AM ---
    Ah wait, I think i figured it out in my infinite wisdom; its a comman conflict between the essentials /me command and my monsterhunt commands. Funderful.

    Is there any estimate on when this is gonna get fixed?
     
  27. Offline

    Madmusk

    I had a similar problem after updating my messages with some line breaks and color codes. I fixed it by ditching my formatting. Now I can't get Monster Hunt to load at all because of a PLAYER COMMAND error with CB 493.
     
  28. Offline

    TOAST7312

    It its broken because of your fix it doesn't really sound like a fix, lol.
     
  29. Offline

    Volander

    Code:
    07:13:02 [SEVERE] PLAYER_COMMAND loading MonsterHunt v0.4 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
            at com.matejdro.bukkit.monsterhunt.MonsterHunt.onEnable(MonsterHunt.java
    :70)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:414)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Got this after updating to the latest recommended build of craftbucket #493 hope you got an update ready soon, cause this would be just as bad at the NPCTrader not being updated. [​IMG]

    - Volander
     
  30. Offline

    Maskur

    I really love this plugin and so do my users. I may ask for a feature request:
    Would it be possible to tell the players what they won from the hunt. It's sometimes kinda hard to tell from just looking at an almost full inventory.
     
  31. Offline

    matejdro

    Updated

    @Maskur good request. But i need to think, how i should do this. AFAIK bukkit does not store item names, so i would have to make a file, where items are stored. I will see.

    I will also look into yml issues you guys have. I hope we can solve it.
     

Share This Page