Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MushChat

MushChat is a Minecraft chat management plugin designed for Paper servers running version 1.21.5. Built with Maven, this plugin enhances your server's chat functionality with private messaging, broadcasting, and ignore features.

Features

Commands

  • mushchat

    • Description: Main command
    • Usage: /mushchat <reload>
  • broadcast

    • Description: Broadcast message to all players on server
    • Usage: /broadcast <message>
  • msg

    • Description: Send a private message to a player
    • Usage: /msg <player> <message>
    • Aliases: m
  • reply

    • Description: Reply to the last player who messaged you
    • Usage: /reply <message>
    • Aliases: r
  • ignore

    • Description: Add player to ignore-list (block messages from them)
    • Usage: /ignore <player/all>
  • unignore

    • Description: Remove player from ignore-list
    • Usage: /unignore <player/all>

Permissions

  • mushchat.broadcast - Access to /broadcast command
  • mushchat.help.default - Access to basic /mushchat command for regular players
  • mushchat.help.all - Access to full /mushchat command for administrators
  • mushchat.reload - Access to /mushchat reload command
  • mushchat.ignore.bypass - Ability to bypass player ignore lists

Installation

  1. Download the latest MushChat.jar from releases
  2. Place the jar file in your server's plugins/ folder
  3. Restart your server

Building

To build from source:

  1. Clone the repository
  2. Run mvn clean package
  3. The compiled jar will be in the target/ directory

Support

For support or bug reports, please open an issue on our GitHub repository.

About

Chat Plugin for Minecraft 1.21.5

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages