Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

ChatManager 3.10

Changelog

New Features:

  • Changed the mention sound format for all places with sounds. I've added an example of what it looks like below.
#=================================================================================================#
# When a player mentions another players name.
#=================================================================================================#
Mentions:

 Enable: true
 
 # The sound that's played to the receiver
 # https://jd.papermc.io/paper/1.20/org/bukkit/Sound.html
 sound:
   toggle: false
   value: 'ENTITY_PLAYER_LEVELUP'
   volume: '1.0'
   pitch: '1.0'
 
 # The symbol players have to use to tag other players, Leave it blank for nothing.
 Tag_Symbol: "@"
 
 # The color the players name will be highlighted as when mentioned in chat.
 # To disable make it Mention_Color: ""
 Mention_Color: ""

 # The title message that's sent to the player mentioned.
 Title:
   Enable: true
   Header: "&cMentioned"
   Footer: "&7You have been mentioned by {player}"
  • Changed the mention format for Private Messages.
#=================================================================================================#
# Private messages allow you to secretly message another player without everyone else seeing.
#=================================================================================================#
Private_Messages:

  Sender:

    Format: "&c&l(!) &f&l[&e&lYou &d-> &e{receiver}&f&l] &b"

  Receiver:

    Format: "&c&l(!) &f&l[&e{player} &d-> &e&lYou&f&l] &b"

  # The sound that's played to the receiver
  # https://jd.papermc.io/paper/1.20/org/bukkit/Sound.html
  sound:
    toggle: false
    value: 'ENTITY_PLAYER_LEVELUP'
    volume: '1.0'
    pitch: '1.0'

Fix:

  • Fixed /msg not using the sound
  • Fixed @mention not working in-game
  • Fixed the staff chat boss bar being shown even if disabled.
    • also allowed staff chat bar to be reloaded if the player is in staffchat.
  • Fixed block commands not being disabled.
  • Fixed /ping command

Other:

Files

ChatManager-3.10.jar(246.79 KiB) Primary Download

External resources



Project members

H1DD3NxN1NJA

Owner

ryderbelserion

Developer


Technical information

License
MIT
Project ID