Skip to content

Folia-Inquisitors/MutePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MutePlus

Website: https://www.spigotmc.org/resources/muteplus.115029/

Official Discord

https://discord.gg/aT9z7q7hX8

Building instructions

mvn clean install

Description

This allows you others to mute people that are annoying and spam chat. This is meant to be a simple plugin for servers. It is highly optimized and heavily tested. Feel free to constribute,.

Player commands

/mute ( player ),

/unmute ( player ).

Admin commands

/GlobalMute ( player )

/GlobalUnmute ( player ).

Default Config

filter-command:
  global:
  - /r
  - /reply
  player:
  - /tpa
  - /tpahere
  - /w
  - /whisper
  - /msg
  - /tell
  enabled: true

Default Messeges

global-mute: '&cYou are muted globally'
player-only: '&cYou must be a player to do this'
prefix: '&8[&cMutePlus&8] &r'
success: '&aSuccess'
yatpa:
  cancel: '&cYou cannot request teleport while muted'
player-not-found: '&cPlayer not found'
command-denied: '&cYou cannot use this command while muted'

Documentation

Part 1 - When adding external commands do

pattern: \\ before the /

so pattern: \\/

Part 2 - When adding a command that uses an username use (.+)

Part 3 - When you have a external command include the quotation marks

an example of using part 1, 2 and 3 together

"pattern: \\/clan invite (.+)"

Folia inquisitors

Folia-Inquisitors HSGamer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages