[REQ] Update this plugin

Discussion in 'Archived: Plugin Requests' started by mirroronthewall, Feb 14, 2012.

  1. Offline

    mirroronthewall

    Would somebody please update this plugin?
    http://forums.bukkit.org/threads/fu...ose-music-play-it-with-note-blocks-1185.6705/

    Everything seems to work when I tested it, except for the fact that whenever I try to play a song or a series of notes, nothing plays and this error message comes up:
    Code:
    14:25:00 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mml'
    in plugin MusicCraft v1.4.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    98)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:711)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
     
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.hasPermission(L
    java/lang/String;)Z
            at com.bekvon.bukkit.musiccraft.MusicCraft.hasAuthority(MusicCraft.java:
    73)
            at com.bekvon.bukkit.musiccraft.MusicCraft.onCommand(MusicCraft.java:97)
     
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    14:25:03 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mml'
    in plugin MusicCraft v1.4.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    98)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:711)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
     
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.hasPermission(L
    java/lang/String;)Z
            at com.bekvon.bukkit.musiccraft.MusicCraft.hasAuthority(MusicCraft.java:
    73)
            at com.bekvon.bukkit.musiccraft.MusicCraft.onCommand(MusicCraft.java:97)
     
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    I'm hoping that this is easy enough to fix, if so, please do so. I don't know if I can pay you for this, but if somebody takes the liberty to donate to my soon-to-be-public server, I'll make sure you get a portion of it :)

    Here is the source code:
    https://github.com/bekvon/MusicCraft


    Thank you!
     
  2. Offline

    JayEffKay

    mirroronthewall
    I've made a rebuild with latest api and put it in the topic. That should get rid of this error.
    Let me know if you encounter any more errors, I might try to update the code itself as well.
     
  3. Offline

    mirroronthewall

    ahhh thank you so much!! :D
     

Share This Page