Stránka 1 z 1

Music

Napsal: 04 bře 2016, 07:48
od Ju3eN
82.208.17.15:27074

Ahoj mam najnovšiu verziu pluginu server music a nefunguje mi vypisuje tieto chyby:

Kód: Vybrat vše

> 06:46:15 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'servermusic' in plugin ServerMusic v1.1.3
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523)
at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:971)
at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:889)
at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115)
at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: com/xxmicloxx/NoteBlockAPI/SongPlayer
at de.minecf.servermusic.ServerMusicCommand.onCommand(ServerMusicCommand.java:129)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
... 15 more
Caused by: java.lang.ClassNotFoundException: com.xxmicloxx.NoteBlockAPI.SongPlayer
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)


Dam /servermusic play James_Bond_Theme
tak napíše An internal error occured atd..

Neviem prečo mi to nefunguje

Pesničky mám .nbs

Re: Music

Napsal: 04 bře 2016, 07:57
od MinfasCZE
Máš na serveru NoteBlockApi?
Zkus

Kód: Vybrat vše

 /servermusic play James_Bond_Theme.nbs


Jinak, na jakou verzi máš server?

Kód: Vybrat vše

org.bukkit.craftbukkit.v1_5_R3.CraftServer

Re: Music

Napsal: 04 bře 2016, 16:36
od AAAuto
Podla mňa lepší plugin na muzičku je icJukeBox :-)

Re: Music

Napsal: 04 bře 2016, 20:56
od Ju3eN
/servermusic play James_Bond_Theme.nbs nefungovalo
A icJukeBox nieje na 1.5.2 . Ked pišem tie príkazy /servermusic play James_Bond_Theme.nbs atd. tak píše An internal error occured white attempting to perform this command. Som zmätaný lebo predtým som mal na svojom serveri tento plugin a fungoval

Re: Music

Napsal: 05 bře 2016, 00:53
od MinfasCZE
První chyba je 1.5.2 ...

Re: Music

Napsal: 05 bře 2016, 01:48
od Ju3eN
hele predtím my to išlo na 1.5.2 tak to nemôže byť verziou.

Re: Music

Napsal: 05 bře 2016, 12:12
od MarekBurget
Može, lebo kamo maš skoro 1.9 a vy furt na 1.5.2

Re: Music

Napsal: 05 bře 2016, 12:16
od pitilon@seznam.cz
Koukni do configu pluginu, nejspíše máš

Kód: Vybrat vše

  update: true #if true
nebo něco podobného, proto to dříve šlo, dnes nikoliv http://dev.bukkit.org/bukkit-plugins/se ... ic-v1-0-0/ nejstarší verze pluginu, vyzkoušej

Re: Music

Napsal: 05 bře 2016, 14:34
od Ju3eN
píše my aj túto chybu

Kód: Vybrat vše

> 13:31:43 [SEVERE] Could not pass event PlayerJoinEvent to ServerMusic v1.1.3
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:35)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at net.minecraft.server.v1_5_R3.PlayerList.c(PlayerList.java:204)
at net.minecraft.server.v1_5_R3.PlayerList.a(PlayerList.java:100)
at net.minecraft.server.v1_5_R3.PendingConnection.d(PendingConnection.java:129)
at net.minecraft.server.v1_5_R3.PendingConnection.c(PendingConnection.java:44)
at net.minecraft.server.v1_5_R3.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:41)
at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:29)
at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: com/xxmicloxx/NoteBlockAPI/SongPlayer
at de.minecf.servermusic.listener.PlayerJoin.event(PlayerJoin.java:25)
at sun.reflect.GeneratedMethodAccessor505.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
... 15 more
Caused by: java.lang.ClassNotFoundException: com.xxmicloxx.NoteBlockAPI.SongPlayer
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 20 more

Re: Music

Napsal: 05 bře 2016, 14:38
od pitilon@seznam.cz
Však zkus dát tu starší verzi pluginu, nevím co to přesně chce, ale je možné že ono to má nějakou funkci ta nová verze a 1.5.2 jí nepodporuje, však zkus...