Plugin Help Music Player on Server

Discussion in 'Plugin Help/Development/Requests' started by akoemm, Apr 30, 2016.

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

    akoemm

    I have been on the hunt for a plugin that will play an nbs file with a player connects to my server. Plugins that I have found did not work. Any suggestions for a plugin to accomplish this?

    Thanks!
     
  2. Offline

    Lolmewn

    Why did the plugins you found not work?
     
  3. Offline

    akoemm

    thats a good question. I follow the instructions from the provided by the pluging. no work.
     
  4. Offline

    I Al Istannen

    @akoemm
    "no work" may be correct, but is a bit vague. Could you elaborate a bit further? Did they not start up? Are there errors in the log?
    Also this forum has a Tahg feature to alert the person you are responding to of your message. Down right on a post or type @ and then the username (like I did at the beginning)
     
  5. Offline

    akoemm

  6. Offline

    MisterErwin

    @akoemm Show us the console. We might be able to see more.

    And their DBO page says that it depends on the Noteblock API by xxmicloxx ...
     
  7. Offline

    akoemm

    @MisterErwin

    Code:
    [Server] INFO UUID of player 5tarkiller007 is 2c9dfdd0-767f-4048-b00b-74afc6c01bfd 02.05 11:25:39
    [Server] ERROR Could not pass event PlayerJoinEvent to NoteblockJoin v1.0 02.05 11:25:39
    [Server] INFO org.bukkit.event.EventException 02.05 11:25:39
    [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.PlayerList.onPlayerJoin(PlayerList.java:332) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.PlayerList.a(PlayerList.java:158) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.LoginListener.b(LoginListener.java:144) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.LoginListener.c(LoginListener.java:54) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.NetworkManager.a(NetworkManager.java:232) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.ServerConnection.c(ServerConnection.java:141) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:820) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77] 02.05 11:25:39
    [Server] INFO Caused by: java.lang.NoSuchMethodError: com.xxmicloxx.NoteBlockAPI.Song.setAutoDestroy(Z)V 02.05 11:25:39
    [Server] INFO at de.cooki3lp.noteblock.PlayerJoin.onPlayerJoin(PlayerJoin.java:27) ~[?:?] 02.05 11:25:39
    [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] 02.05 11:25:39
    [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] 02.05 11:25:39
    [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] 02.05 11:25:39
    [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] 02.05 11:25:39
    [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.9.jar:git-Spigot-e6f93f4-935f18b] 02.05 11:25:39
    [Server] INFO ... 14 more 02.05 11:25:39 [Connect] User 5tarkiller007, IP 108.191.233.8 02.05 11:25:39 
    [Multicraft] 5tarkiller007 ran command Message of the Day 02.05 11:26:02 
    [Disconnect] User 5tarkiller007 has disconnected, reason: Disconnected 02.05 11:26:02
    [Server] INFO 5tarkiller007 left the game.
    
    @MisterErwin
    02.05 11:25:39 [Server] ERROR Could not pass event PlayerJoinEvent to NoteblockJoin v1.0

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 2, 2016
  8. Offline

    OrlandoLaCrue

    It seems to be a plugin error, try using a different plugin. Or you may want to contact the developer of the plugin about this.
     
Thread Status:
Not open for further replies.

Share This Page