Skip to content

social v0.4.1

Choose a tag to compare

@U8092 U8092 released this 04 Mar 01:09
a05a86b

🎉 social 0.4.1 is a patch release focused on bug fixes. It also introduces new commands and APIs for more customization.

👀 New features

⚙️ Text Processor Utilities

The new /social processor command exposes some of social's built-in text processing features to server administrators:

  • /social processor parse <message> [-u|--user] [-i|--userInput] [-c|--channel] [-t|--channelType]: Parses a message and returns its result
  • /social processor get <placeholder|keyword> <identifier> [-u|--user]: Returns a placeholder or keyword's result
  • /social processor info: Displays some useful information about the global text processor (registered parsers and groups)

🎨 Enhanced Nickname Customization

We've added the command /social nickname color <color/hex color> [player], which allows users with permission social.use.nickname.color to customize their nickname color. Server administrators can also set other player's nickname color with permission social.use.nickname.color.others:

  • /social nickname color red: Sets your nickname color to red
  • /social nickname color #ffffff birb: Sets birb's nickname color to #ffffff (white)

🪲 Bug fixes

  • Fixes an issue where nicknames weren't properly stored between sessions
  • Fixes an issue where private messages showed the recipient as the sender
  • Fixes an issue where command /social announcement wouldn't filter out wrong arguments
  • Fixes an issue where display names in replies were unparsed

👁️ Minor Changes

  • Command /social parse now belongs to the processor subcommand (/social processor parse)
  • Command /social nickname <nickname> [player] is now /social nickname set <nickname> [player]
  • Removed various code leftovers from version 0.3.1

❓ Supported versions

social officially supports Bukkit, SpigotMC and Paper. We recommend using Paper for the best performance.

Other forks such as Purpur and Pufferfish tend to work well with social but might occasionally break some functionality.

Although we recommend using the latest version available (1.21.4), social supports every version from 1.19.4 onwards. Some features may be disabled to achieve compatibility.

🪣 Legacy version (Bukkit, SpigotMC...) for 1.20(.x)+

Use the legacy version if your server runs Bukkit or one of its forks. Works for Paper servers running 1.20 too.
💾 Click here to download

➕ Modern version (Paper, Folia, Pufferfish, Purpur...) for 1.21(.x)+

Use the modern version if your server runs PaperMC or one of its forks.
💾 Click here to download

📋 Full Changelog: 0.4.0...0.4.1