Cat Core
Cat Core
As @MrAn0nym said, slash commands aren't implemented in JDA yet. See DV8FromTheWorld/JDA#1501. However I'm going to reopen this issue as a reminder until it's possible to implement it.
Can you send a picture showing what the sent message looks like in-game?
I will work on this feature when I have more free time.
`useCustomMessage` exists to allow compatibility with ServerTranslations. It is to to true by default because most servers won't use ServerTranslations. It doesn't exist for `serverStarted` and some other messages because...
Being able to also remove specific ModContainers would be awesome I think.
Ugh I was thinking of an entrypoint invoked here: https://github.com/FabricMC/fabric-loader/blob/master/src/main/java/net/fabricmc/loader/impl/launch/knot/Knot.java#L144
Hm, recently in Legacy Fabric, we had to regenerate intermediary to fix a major issue, the issue is fixed now, but every mod built with the previous intermediary will crash...
oh, it's seems to be somewhat duplicate of #486
This error wasn’t reported earlier because LegacyFabric doesn’t use LaunchWrapper but Knot by default.
Would it be possible to add an extension option `bundledServer` set to true by default, that when disabled wouldn't try extracting it and use the downloaded server jar directly :pleading_face:...