Skip to content

Releases: AnshSharma07/BWStatsToDC

BWStatsToDC v1.1

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.

BWStatsToDC v1.0

Choose a tag to compare

@AnshSharma07 AnshSharma07 released this 02 Jun 10:25
a4b7d30

BWStatsToDC v1.0

A Discord-integrated BedWars1058 statistics plugin for Spigot servers.

Features:
• /bwstats - View a player's BedWars statistics
• /bwlb wins - View wins leaderboard
• /bwlb kills - View kills leaderboard
• /bwlb beds - View beds destroyed leaderboard
• Automatic image generation for stats and leaderboards
• SQLite database support
• Configurable Discord bot token
• Configurable Discord command channel
• Configurable database path
• Configurable server branding

Requirements:
• Bedwars1058 v25.2
• Java 21
• Discord Bot Token
• BedWars database (SQLite)

Setup:

  1. Place BWStats.jar in your plugins folder.
  2. Start the server once.
  3. Configure config.yml.
  4. Add your Discord bot token.
  5. Set the Discord channel ID.
  6. Restart the server.

Commands:
• /bwstats
• /bwlb wins
• /bwlb kills
• /bwlb beds

Version 1.0 Release
Initial public release.

Ignore the automatically generated Source Code archives. This plugin is not open source :>