MCStat.org Plugin v1.1.4

Details

  • Filename
    McStat-Spigot-1.1.4.jar
  • Uploaded by
  • Uploaded
    Jul 18, 2026
  • Size
    2.92 MB
  • Downloads
    21
  • MD5
    e0d0d0995627e51f29a9e887edc73a7e

Supported Bukkit Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.1
  • 1.21.2
  • 1.21.3
  • 1.21.4
  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13

Changelog

# MCStat v1.1.4

## Added

- Added safe update checks through the official GitHub Releases feed.
- Added `/mcstat update` to check whether a newer MCStat plugin jar is available.
- Added `/mcstat update download` to download the matching platform jar into the local safe updates folder.
- Added update configuration:
-`updates.check`
-`updates.notify-admins`
-`updates.auto-download`
-`updates.check-interval-hours`

## Safety

- Automatic download is disabled by default.
- The plugin never hot-swaps or replaces a running jar.
- Downloaded updates are staged under the plugin data folder in `updates/`.
- Installing a downloaded update still requires replacing the jar and restarting the server.

## Fixed / Improved

- Keeps previous API retry and queue improvements.
- Keeps throttled API warning logs so temporary API errors or rate limits do not spam the server console.
- Keeps support for signed HTTPS telemetry, player sessions, playtime tracking, TPS on Bukkit-family servers, and `/vote`.

## Upgrade Notes

Upload this file on BukkitDev/CurseForge with:

- File: `McStat-Spigot-1.1.4.jar`
- Display name: `MCStat v1.1.4`
- Release type: `Release`
- Supported Bukkit versions: `1.13` through current stable Bukkit/Paper versions

Replace your old MCStat jar with `McStat-Spigot-1.1.4.jar`, restart the server, then run:

```bash
/mcstat status
```

If you want update checks enabled, keep:

```yaml
updates:
check: true
notify-admins: true
auto-download: false
check-interval-hours: 24
```