FlashyReese / CommandAliases

Alternate short commands for complex commands
MIT License
25 stars 6 forks source link

Mod loads aliases too early #36

Closed Awakened-Redstone closed 1 year ago

Awakened-Redstone commented 1 year ago

The mod loads the aliases before all mod commands are registered, resulting on it failing to apply the alias during /reload or server startup image

FlashyReese commented 1 year ago

This issue has been fixed on the development branch, I just need to find time to release an update but it involves me rewriting the wiki due to a format change. For the meanwhile you can just workaround this by calling /commandaliases reload.

FlashyReese commented 1 year ago

I released a hotfix with version 0.9.4.

Awakened-Redstone commented 1 year ago

I did a debug and the only commands I have found loading after the mod were carpet and polymer ones, but they don't use the fabric event (instead they use a mixin) to register the commands so it seems to be all fine, thanks!

FlashyReese commented 1 year ago

Unfortunately, there is no way for me to deal with mods mixing into Minecraft commands instead. I am using the standard of Fabric API.