PrivateMessages 3.0-BETA9

Details

  • Filename
    PrivateMessages-3.0-Beta9-Bukkit.jar
  • Uploaded by
  • Uploaded
    Apr 27, 2025
  • Size
    887.65 KB
  • Downloads
    72
  • MD5
    f89658d4c5418437e1dc76b061ff4579

Supported Bukkit Versions

  • 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
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • 1.7.4
  • 1.7.2

Changelog

  1. Added support for MiniMessage chat formatting (Format - Adventure Documentation (v4.20.0) ) for backend and for proxy-version of plugin (Only Velocity or compatible forks).

    This feature requires setting „MiniMessageChatFormatting” being set to „true” in config.yml (default is „false”). Also server running Minecraft version 1.17 or higher and Paper / Paper-compatible fork is a requirement .
    You can download new lang.yml file formatted using MiniMessage from project page or by renaming/deleting existing file within plugin data folder – plugin will place appropriate file depending on value set to „ MiniMessageChatFormatting” in config.yml. To convert your existing lang.yml file (if you have made any changes) you can use tools like this one: Legacy to MiniMessage Editor

    Add below code to config.yml.
    MiniMessageChatFormatting: false # Requires Paper 1.17+ or compatible fork
  2. Now it’s possible to better control format of text displayed in messages inventory – this includes each message entry and page switch items. Add below code to lang.yml or re-generate a new one.
    INV_HISTORY_MESSAGE_ENTRY_NAME: "<red><sender> <white> -> <green><recipient>"
    INV_HISTORY_MESSAGE_ENTRY_MESSAGE_LINE: "<yellow><text>"
    INV_HISTORY_MESSAGE_ENTRY_DATE: "<gray><date>"
    INV_PAGE_NUMBER: "<number>"