Skip to content

BWStatsToDC v1.1

Latest

Choose a tag to compare

@AnshSharma07 AnshSharma07 released this 02 Jun 12:21
a4b7d30

BWStatsToDC v1.1

New Features

Discord Bot Status Configuration

You can now configure the Discord bot's status directly from config.yml.

Supported statuses:

  • ONLINE
  • IDLE
  • DND

Example:

discord:
  status: ONLINE

Discord Bot Activity Configuration

You can now customize the bot's activity text and type.

Supported activity types:

  • PLAYING
  • WATCHING
  • LISTENING
  • COMPETING

Example:

discord:
  activity:
    type: PLAYING
    text: "BedWars"

/bwstatsreload Command

Added a reload command for administrators.

Command:

/bwstatsreload

Permission:

bwstats.reload

This allows configuration changes to be reloaded without restarting the server.

Improvements

  • Improved plugin customization options.
  • Easier Discord bot configuration.
  • Better administrator experience through config reloading.

Notes

  • Java 21 is required.
  • The plugin is officially tested on Spigot 1.8.8.
  • Compatibility with newer Minecraft versions is being investigated and may be officially added in future updates.