Open elsell opened 4 years ago
@Bad on Discord helped me figure this out.
The plugin.yml for DeluxeHub must include Multiverse-Core as a depend
, not just soft-depend
. See below for the relevant parts:
plugin.yml
name: DeluxeHub
author: ItsLewizzz
version: 3.3.9
description: An all-in-one hub management system
website: https://www.spigotmc.org/resources/deluxehub.49425/
api-version: 1.13
main: fun.lewisdev.deluxehub.DeluxeHub
loadbefore: [Essentials]
softdepend: [PlaceholderAPI, HeadDatabase, Multiverse-Core]
depend: [Multiverse-Core] <---------------------------------------------- Added this line
permissions:
deluxehub.*:
description: Gives access to all Deluxe
I see exactly the same thing, I tried the solution and it didn't work. Can someone please help me!
ISSSUE DESCRIPTION After restarting the server, the Lobby (hub) location seems to not be set. After the restart, running
/lobby
results in the message saying that the Lobby is not set, and to use/setlobby
.SERVER INFORMATION I am using Multiverse and the lobby location is set in a world named
Spawn
. I assume that the issue is caused by DeluxeHub loading before Multiverse and therefore not being able to find the non-default-named worldSpawn
.Here are the versions for the applicable plugins:
CONSOLE ERROR Upon starting the server, there is the very telling console error: