- Update fabric from `0.57.0+1.19` to `0.58.0+1.19`
- Fix the invalid mixin exception issue
- Fix an issue where the config directory wouldn't be created before copying the template
- Display the current version when `/kingsworld` is run
- Replace Gradle Shadow with Fabric-Loom's include feature
- Required to submit the mod on Modrinth
- Replace `org.spongepowered:configurate-yaml` with `org.bspfsystems:yamlconfiguration`
- Configurate does not work with Fabric-Loom
- Note: Confabricate does not support 1.19
- Included dependencies required by `club.minnced:discord-webhooks`
- I may make a custom discord webhooks client in the future to reduce the JAR file size
- Removed the source link (until I open source the repository)
- Send basic discord content to minecraft
- Send player events to discord
- Player join
- Player leave
- Player message
- Send server events to discord
- Server start
- Server stop
- Added commands
- Created a list command for viewing online players from discord
- Created a discord command for sending messages from minecraft to discord (permission level 4 or kings-world.discord required)