Skip to content

Releases: Kings-World/fabric-mod

[1.19] Kings World 1.0.0-beta1.9

01 Aug 18:00
50d0d08
Compare
Choose a tag to compare

1.0.0-beta1.9

  • 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

[1.19] Kings World 1.0.0-beta1.8

30 Jul 16:47
0efb6e3
Compare
Choose a tag to compare

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 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)

[1.19] Kings World 1.0.0-beta1.7

28 Jul 05:30
1ee985c
Compare
Choose a tag to compare

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

28 Jul 05:04
0dad828
Compare
Choose a tag to compare

1.0.0-beta1.6

  • Changed configuration file from kingsworld.properties to kingsworld/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

07 Jul 00:41
0cd9225
Compare
Choose a tag to compare

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

06 Jul 20:06
1eef52d
Compare
Choose a tag to compare

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

06 Jul 18:38
4cf7698
Compare
Choose a tag to compare

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

06 Jul 18:09
4a82aa8
Compare
Choose a tag to compare

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

06 Jul 04:46
8743092
Compare
Choose a tag to compare

1.0.0-beta1.1

  • Send player death messages
  • Send player advancement unlocks

[1.19] Kings World 1.0.0-beta1.0

05 Jul 21:11
1f37bdb
Compare
Choose a tag to compare

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)