Skip to content

Releases: MCSets/mcsets-setstore-plugin

v1.1.0 - LuckPerms Rank Sync

Choose a tag to compare

@TerminalKyle TerminalKyle released this 22 Mar 03:48

What's New

  • LuckPerms Rank Sync — The plugin now reads LuckPerms groups and syncs them to the MCSets dashboard. This powers the "Import from LuckPerms" feature in the store editor, allowing one-click rank package creation.

How it works

  • On connect, if ranks have never been synced, the plugin automatically reads LuckPerms groups and sends them to the API
  • The dashboard can also request a rank sync at any time via the heartbeat response or WebSocket event
  • Group name, display name, weight, prefix, and suffix are all synced

No action needed

  • LuckPerms is optional — servers without it continue to work normally
  • No config changes required — just drop in the new JAR and restart

Bungee Support

Choose a tag to compare

@TerminalKyle TerminalKyle released this 07 Feb 20:30
Add support for Paper/Spigot 1.8.8+

- Target Java 8 instead of Java 17
- Use Spigot API 1.8.8-R0.1-SNAPSHOT instead of Paper 1.20.4
- Remove Adventure API (net.kyori), use ChatColor.translateAlternateColorCodes
- Remove Java 16 pattern matching instanceof in VerifyCommand
- Replace Bukkit.getMinecraftVersion() with getBukkitVersion() (1.8.8 compat)
- Remove api-version from plugin.yml (not supported before 1.13)

1.8.8 PaperMC support

Choose a tag to compare

@TerminalKyle TerminalKyle released this 07 Feb 17:39

Add 1.8.8 papermc support

V1.0.3 Fixes to player count.

Choose a tag to compare

@TerminalKyle TerminalKyle released this 05 Feb 05:09

Fixes to player count.

v1.0.0

Choose a tag to compare

@TerminalKyle TerminalKyle released this 06 Jan 01:14

Features

  • Automatic delivery of store purchases
  • WebSocket support for real-time notifications
  • Fallback polling when WebSocket unavailable
  • Player verification command
  • Configurable logging

Requirements

  • Minecraft 1.20.4+
  • Paper/Purpur server
  • Java 17+"

HF - UPDATE API URL

Choose a tag to compare

@TerminalKyle TerminalKyle released this 10 Jan 03:02

Quick fix to update the default API url from mcsets.com -> app.mcsets.com