Releases: Kings-World/fabric-mod
Releases · Kings-World/fabric-mod
[1.19] Kings World 1.0.0-beta1.9
1.0.0-beta1.9
- Update fabric from
0.57.0+1.19
to0.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
[1.19] Kings World 1.0.0-beta1.8
1.0.0-beta1.8
- Replace Gradle Shadow with Fabric-Loom's include feature
- Required to submit the mod on Modrinth
- Replace
org.spongepowered:configurate-yaml
withorg.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)
[1.19] Kings World 1.0.0-beta1.7
1.0.0-beta1.7
- Reload webhook from config
- Close the old webhook if one exists
- Reload client from config
- Shutdown the old client if one exists
[1.19] Kings World 1.0.0-beta1.6
1.0.0-beta1.6
- Changed configuration file from
kingsworld.properties
tokingsworld/config.yml
- Replaced config builder with configurate
- Added more user customization
- Replaced
/discord <message>
with/kingsworld send <message>
- Added
/kingsworld reload
[1.19] Kings World 1.0.0-beta1.5
1.0.0-beta1.5
- Prevent sending animal deaths
- Added a message slash command
- Start the bot once the server has finished starting
[1.19] Kings World 1.0.0-beta1.4
1.0.0-beta1.4
- Disable webhook mentions
- Allow changing the bots status
- Allow changing the bots activity
- Removed the guild member intent
[1.19] Kings World 1.0.0-beta1.3
1.0.0-beta1.3
- Make deleting slash commands on server stop optional
- Shorten the notifying discord message
- Conditionally display shutdown logs
[1.19] Kings World 1.0.0-beta1.2
1.0.0-beta1.2
- Fixed issue of server getting stuck on "Thread Query Listener stopped"
- Close all connections that the mod makes
[1.19] Kings World 1.0.0-beta1.1
1.0.0-beta1.1
- Send player death messages
- Send player advancement unlocks
[1.19] Kings World 1.0.0-beta1.0
1.0.0-beta1.0
- 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)