EssentialsX

EssentialsX

2M Downloads

Why message's commands are blocked in jail ? | & FactionChat messages not blocked during mute

dartasen opened this issue ยท 2 comments

commented

When a player is jailed, he can't /m|/t|/w|/msg|/tell|/whisper or /r.
It's a bit annoying...

Also another problem is that Factions' message (FactionChat) aren't blocked when player is muted.

commented

I use this:

# Mute Commands
# These commands will be disabled when a player is muted.
# Use '*' to disable every command.
# Essentials already disabled Essentials messaging commands by default.
# It only cares about the root command, not args after that (it sees /f chat the same as /f)
mute-commands:
  - f
  - factions
  - factions:f
  - factions:factions
commented

For the mute's problem, I have found a solution : this works when we load FactionChat after EssentialsX

But for the jail I need a fix :/