You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am a developer for a Skyblock Minecraft server and I have been experiencing issues using HLR with the server I am developing for. I have found a bug that has been stopping HLR from working correctly when the server started up, but after a reload the plugin would run perfectly fine from there on.
Upon investigation, I found that HLR was loading before Multiverse could. I noticed this from the console: [Server] INFO [HLR] Enabling HLR v1.3.2 [Server] INFO [HLR] Could not load the world flatroom! Skipping... [Server] INFO [HLR] Could not load the world ASkyBlock! Skipping... [Server] INFO [HLR] HLR Version: 1.3.2 by despawningbone has been enabled!
To fix this I had to extract plugin.yml from the HLR.jar file and put this code into it: depend: [Multiverse-Core]
After I had done this, and put the now editted file back to where it came, uploaded the plugin with the modifed file in it, and restarted the server, the issue went away and HLR Hoppers were working like they should without any kind of reload to the plugin and server.
I am only posting this so the developer is aware of what is going on with servers using Mutliverse and HLR hand in hand.
The text was updated successfully, but these errors were encountered:
Hello! I am a developer for a Skyblock Minecraft server and I have been experiencing issues using HLR with the server I am developing for. I have found a bug that has been stopping HLR from working correctly when the server started up, but after a reload the plugin would run perfectly fine from there on.
Upon investigation, I found that HLR was loading before Multiverse could. I noticed this from the console:
[Server] INFO [HLR] Enabling HLR v1.3.2
[Server] INFO [HLR] Could not load the world flatroom! Skipping...
[Server] INFO [HLR] Could not load the world ASkyBlock! Skipping...
[Server] INFO [HLR] HLR Version: 1.3.2 by despawningbone has been enabled!
To fix this I had to extract
plugin.yml
from theHLR.jar
file and put this code into it:depend: [Multiverse-Core]
After I had done this, and put the now editted file back to where it came, uploaded the plugin with the modifed file in it, and restarted the server, the issue went away and HLR Hoppers were working like they should without any kind of reload to the plugin and server.
I am only posting this so the developer is aware of what is going on with servers using Mutliverse and HLR hand in hand.
The text was updated successfully, but these errors were encountered: