Parties doesn't work what so ever.
[18:54:12] [Server thread/INFO]: ItsLunarBruh issued server command: /dungeon play SpaceDungeon [18:54:12] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'dungeon' in plugin MythicDungeons v1.2.2F at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[axolotl-api-1.20.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[axolotl-api-1.20.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1009) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[axolotl-1.20.1.jar:?] at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?] at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2374) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$18(ServerGamePacketListenerImpl.java:2334) ~[?:?] at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?] at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1364) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at net.minecraft.server.MinecraftServer.wrapRunnable(MinecraftServer.java:199) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1341) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1334) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?] at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1312) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1200) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326) ~[axolotl-1.20.1.jar:git-Axolotl-"3841885"] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.lang.NullPointerException: Cannot invoke "org.bukkit.entity.Player.getUniqueId()" because "player" is null at net.playavalon.mythicdungeons.MythicDungeons.getMythicPlayer(MythicDungeons.java:1731) ~[MythicDungeons-1.2.2.jar:?] at net.playavalon.mythicdungeons.player.party.DungeonParty.<init>(DungeonParty.java:92) ~[MythicDungeons-1.2.2.jar:?] at net.playavalon.mythicdungeons.MythicDungeons.sendToDungeon(MythicDungeons.java:1741) ~[MythicDungeons-1.2.2.jar:?] at net.playavalon.mythicdungeons.MythicDungeons.onCommand(MythicDungeons.java:742) ~[MythicDungeons-1.2.2.jar:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[axolotl-api-1.20.1-R0.1-SNAPSHOT.jar:?] ... 23 more
When you have the party config set to Parties
, it will display that error upon the first time running /dungeons play DUNGNAME.
If you run the command a second time, all seems to work. However, once everyone in the party accepts the queue, it breaks and you get stuck in the queue without joining the dungeon. You're now stuck in queue with no way to leave until the server reboots.
If you happen to use the default party handler that comes with mythic dungeons, that doesn't work either.
The /mythicdungeons:party returns absolutely nothing, and when you're running it side by side with another party plugin, it's required we have that functioning so we can pick which plugin is using /party, and which is using /dparty in commands.yml.
Please either fix Parties
support, or make the command /mythicdungeons:party
work, along with all sub commands.