I’m having an issue with the ProdigyNightclub plugin. The resource pack is downloaded automatically by the server and shows as active in the client settings, but the music doesn’t play.
Here’s what I’ve already tried:
Made sure the music files are in .ogg format and properly defined in the sounds.json file.
Tested the resource pack manually, and it works fine that way.
Checked that the resource pack URL is correct and accessible.
Looked through the server logs, but there are no errors related to the music loading.
I also tested the resource pack that comes with the plugin, and it doesn’t work either. The same issue happens with my own pack and the included one.
In the chat, it always says that the music couldn’t be loaded, regardless of which pack I’m using. I’m running the server on Minecraft version 1.21.1.
Any ideas on how to fix this? Thanks a lot for the help! :)
at the time i got this the plugin page said "1.20.2" only, with every minecraft update they dropped support for the previous version. great plugin idea though useless as updating inevitably breaks your setup unless you have a basic copy=paste vanilla server with 5 plugins. the version i have uses elder guardian attack particles instead of those beacon lights. looks completely different than the gif on this page. i asked them on discord months ago if they could make it compatible with 1.20.2 with no response, dude didn't even take the time to say whether it was possible. i don't understand why they assume everyone is impulsively updating their servers with the latest microsoft tweaks
There is many reason why I decided to not support older versions:
- This is a choice because majority of people will get latest, yes some people like you will not. I can't please everyone unfortunately. Even if you can always download older version in version history
- The development of this plugin is complex, it offer many innovations only possible using new minecraft features, like the beacon light as you mentioned
- Also, the code is a nightmare to support for all versions because of its complexity. I do not say it's impossible but the plugin would not exist for so much time.
It has 6 years now and still updated with new content. I did this mistake on my previous plugin ProdigyGadget, I gave up because it was no longer possible to support all minecraft versions.
"updating inevitably breaks your setup", it does not, configuration are cross compatible in most of case. And even if you need a migration, the process is detailed in the description update.
Concerning your contact attempt on discord, I never received any message from you.
However I received your direct spigot msg and you get my answer.
Version: 4.0.0
Merci pour se plugin !! Il fonctionne très bien a part que je ne comprend pas pourquoi a chaque reboot serveur obliger de tout re activer dans mon bowling.
I'm having issues trying to get this plugin to work "[09:28:50 ERROR]: Error occurred while disabling ProdigyNightclub v3.2.2
java.lang.NullPointerException: Cannot invoke "fr.cocoraid.prodigynightclub.file.event.EventLoader.unload()" because "this.eventLoader" is null
at fr.cocoraid.prodigynightclub.ProdigyNightclub.onDisable(ProdigyNightclub.java:207) ~[ProdigyNightclub.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:225) ~[paper-1.20.4.jar:git-Paper-398]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.20.4.jar:git-Paper-398]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:194) ~[paper-1.20.4.jar:git-Paper-398]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-398]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:637) ~[paper-1.20.4.jar:git-Paper-398]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:548) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:670) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:430) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1129) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.4.jar:git-Paper-398]
at java.lang.Thread.run(Thread.java:833) ~[?:?]"
with Paper 1.20.4
Hello, just tested it using paper 1.20.4 and the plugin works fine. Also you provide me an error when the plugin is disabled not when it starts. Do you use plugman or something similar ? please contact me
Version: 3.2.2
Does not function, created a brand new server with most recent version of paper, protocollib, etc, and upon running /pnc edit start it does not run. Have tried on multiple servers, the other one on 1.20.2 returned the same error. :(
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] Exception in command: prodigynightclub edit start
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] java.lang.NullPointerException: Cannot invoke "fr.cocoraid.prodigynightclub.nightclub.Nightclub.getNightclubElements()" because "<local3>" is null
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.prodigynightclub.manager.setup.EditorMode.<init>(EditorMode.java:62)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.prodigynightclub.manager.setup.EditorMode.<init>(EditorMode.java:67)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.prodigynightclub.manager.setup.EditorMode.addEditor(EditorMode.java:350)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.prodigynightclub.commands.setup.EditorCMD.onEditStart(EditorCMD.java:45)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.acf.RegisteredCommand.invoke(RegisteredCommand.java:152)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.acf.BaseCommand.executeCommand(BaseCommand.java:578)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.acf.BaseCommand.execute(BaseCommand.java:513)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.acf.RootCommand.execute(RootCommand.java:99)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at ProdigyNightclub-3.2.2.jar//fr.cocoraid.acf.BukkitRootCommand.execute(BukkitRootCommand.java:84)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at org.bukkit.craftbukkit.v1_20_R3.CraftServer.dispatchCommand(CraftServer.java:987)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at org.bukkit.craftbukkit.v1_20_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.execution.tasks.ExecuteCommand.a(ExecuteCommand.java:32)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:19)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.execution.UnboundEntryAction.a(UnboundEntryAction.java:8)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.execution.CommandQueueEntry.a(CommandQueueEntry.java:5)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.execution.ExecutionContext.a(ExecutionContext.java:101)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:435)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2234)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$16(PlayerConnection.java:2194)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.b(IAsyncTaskHandler.java:59)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.TickTask.run(TickTask.java:18)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1458)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:194)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.MinecraftServer.bl(MinecraftServer.java:1435)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1358)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.bu(IAsyncTaskHandler.java:114)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1550)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1214)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[11:50:39 ERROR]: [ProdigyNightclub] [ACF] at java.base/java.lang.Thread.run(Thread.java:833)
Merci, ce n’est pas prévu
Je préfère pousser le mode automatique pour ne pas rendre la gestion trop compliquée
Version: 3.1.12
This server doesnt work for me in my server, it just shows up red when i do /plugins... i do have the updated version of protocolib but this plugin just inst working for me (version 1.19.3) ik it says in the description ONLY 1.19.4 but i see you had updates for 1.19.3 so is there a way i can get the older version for this plugin... kinda weird its just for one version of minecraft
Great plugin! Works as intended and the developer is super active on discord so I received support almost instantly! Every developer should be this passionate about their plugins. Sadly the plugin only supports the latest version :(
Will you consider updating to version 1.12.2 in the future? After payment, the result is that 1.0.2 cannot be used on the 1.12.2 server spigot, and it cannot be refunded. I can only give a bad review sorry.:x
After contacting the dev he corrected the errors in the preconfigured config and helped me get it working. This plugin is really cool I would give it 5 stars if the setup was easier but I will now play around with it and try to figure it out.
Very cool plugin. I've been using it on my server for a while now. And it all works very well, at the beginning you have to come in first, but with the explanatory videos you understand everything relatively quickly. I can only recommend the plugin :D
Is there a discord for support? purchased this plugin because it looked cool but it is very buggy and has issues. I updated world edit and then the plugin stopped working. I will change my review when the plugin works and is figured out.
requires a lot of setup, there is probably like 1 person who knows how to do it and they are not sharing their config. really disappointed because this plugin has great potential, but is useless to me in this unfinished state. wish I didn't pay for this.
Hello, I do not like the way you are reviewing. You asked me on discord if I have scenarios premade to give because
you are not satisfied with the preconfigured map
that took days to build and configure with the plugin. I'm honest and answered by a "not right now". Then you came here with negative review instead of discussing. Scenario are made for custom and specific usage like a server event, custom show in custom map. Of course I should make one template for the preconfigured map but I did not find time right now. sorry for that.
Version: 3.0.1
Hello, the author, can I move your plug-in to the largest forum in China Share such a perfect plug-in to more Chinese players
Hey, your Plugin is amazing but when in the tutoriall vidéos, there are button to projectors and effect. In the 1.18.2 version, tere are not Button or lever to that. It's normally ?
Great plugin! I did an NYE event on my server and it worked well. Some bugs, but nothing serious. Today I saw that the update for 1.18 is here. Updating... New party is on the way :)
Hey Thank you ! Do not hesitate to report au bugs ;)
Version: 3.0.66
Hello. So I recently bought this plugin and I'm having a few issues setting it up. I have watched the tutorial videos but some stuff shown in them don't show up for me. E.g. Creating a projector.. nothing happens when I create one/try to place it. Is there a discord I can join for further support or is here the best place for help? If you could reply that would be great!
I think it will be better plugin ;/ Too many errors. No map, 5 months to wait incoming lights. Barman doesn't have the animation when give me drink. Eh...
You remove a lot of features then in 2019 and old. Dj stand is very easy to setup, now ? no dj stand, its hard to setup a lights. No dc support
Hello, which error ? I did not get report from you, the template map is not planned, lights are added you can create your own rotation. barman has arm animation. Some features are not yet added but I added a lot more other. Dj is really difficult to implement. The are documentation to setup, and the setup is a lot more easier
Version: 3.0.65
Too many errors, I've tried using the plugin in 1.15.2, years ago, ended up not using it because of the number of errors, and came back to it yesterday, Still tons of errors running 1.16.5 build.
Half the features in the plugin don't work, and the ones that sorta-do, just break randomly and the entire server needs a restart.
I like the plugin, but it would be very nice if there is more support for versions, i know there is a 1.12.2 version but that has not all the latest features. Keep up the great work!
Really nice plugin, waiting for that 1.16.X update and the bar & ticket system. ;) I've used this plugin in the past on a 1.15 server, it was really fun to use. Since then, I've upgraded my server to 1.16, so I'd love to update my server with 1.16 ProdigyNightClub sometime soon if you have the time to release it :)
hello, I'm sorry the plugin is made with 1.15 features
Version: 2.0.4
I've been going nuts with this plugin for a few weeks now and absolutely love it. I've got over 900 projectors set up on my server and they operate wonderfully.... .not flawlessly but I'm clearly going above any recommended limit so I can deal with a few minor bugs. With that said visuals you can create with this plugin are spectacular and really only limited by your imagination. If you have some experience as an LD or in Stage Design like myself then you're in for a treat. The dev is kind and responsive to messages, he even took some time to check out a stage I built. I'm very excited to see how this plugin evolves and look forward to pushing its limits when that day comes.
Use paper spigot, this should fix the bubble issue
Version: 2.0.4
This plugin is absolutely outstanding, this really shows how customizable Minecraft truly is. ProdigyNightClub is also well priced for the amount of content it provides. Overall, as a players perspective, it is absolutely amazing! It's really immersive and is fantastic for events! On my server, every new years eve, we have an absolute blast with music playing in-game and players jumping around! I highly recommend this plugin! Legendary work here, cocoraid!
thank you ! working for v3 much better features are coming :)
Version: 2.0.4
It's a good plugin, but i can't remove effects or projectors with the command: /pnc remove cube 0 . The plugin do not delete the effect en i can not found any errors in my console.
Honestly this is one of the best plugins i have seen and truly enables a new spin on server life. One issue i have encountered is that the guardian beams don't load in properly sometimes and that it just shows bubbles instead (but this could be just an issue for maps close to the void). another issue that I have found is the admin menu sometimes bugs out and becomes unresponsive over time, leading to other members seeing a hung show and resulting in a plugin reset in order for another admin to gain control of the menu. Nevertheless this doesn't spoil the overall plugin experience and me and my friends have had a blast mucking about with it. A neat feature to possibly add is a target block for the projectors to aim at when they are making synchronised movements as sometimes they will point in a direction not intended.
Hey thank you for your honest review, the plugin is going to the next level, we are going to change everything you mentioned. Concerning the bubble issue you can use paper spigot to fix this.
Version: 2.0.4
Updated my review due to the developers kind response. Unfortunately, when you restart the server it kills the show and it's impossible to save the show. Which sucks. Hopefully a new update comes out soon for that, until then, :/
------------------------------------------------------------
The prodigy plugin no a ProdigyMan yea.
------------------------------------------------------------
This is a amazing plugin and if you're looking for something along these lines then there is no need to look further. Support is very helpful and it just looks amazing!
Fantastic plugin and quite possibly my favorite. We've done concerts on our server since the very beginning and the discovery of this plugin has enhanced the experience more than words can describe. It works great on our server in 1.12.2, but do you have any plans to update to 1.14?
Currently stuck with using v1.0.2 since our use case somewhat requires us to use 1.12. The effects are really dope but configuring anything on this plugin is tedious and could have been done much better. Wish they would add support for 1.12 in the latest versions and also make configuring all the effects alot more easy and straightforward. Having to go into the config files to remove specific effects is very tedious.
Just perfect, This plugin is perfect, Cocoraid You are a Prodigy ;)
Juste parfait, ce plugin est parfait, Cocoraid tu est un Prodige ^^
(traduction faite pour les non anglophones é-é)
Just downloaded, but so far it seems like a great plugin! Loving it!! Right off the bat the command seem simple enough, and I'm looking forward to trying to set something pretty sweet up!!
Yes of course, I am very busy but this plugin will offer many new features
Version: 1.0.2
All we can imagine, we can create it !
A big thank you to the developer who did a crazy job!
Buy it, you will not be disappointed!
The developer deserves to be supported!
A big thanks cocoraid!
JUST WOW this is one of the best if not the best plugin in the world 100/10 stars and iv been wanting something like this and i think it will be an massive success i love this
Pretty damn amazing! I never thought something this cool would ever be a real thing on MC. The funny thing is, I just built a modern nightclub in my server lobby and then I see this! I tested it out last night and was blown away. The only issue was that I could not set a Guard or Barman. And as you stated, Multiverse wiped out everything I did. Hopefully a fix is along the way. Truly an awesome experience! Thank you for your hard work!