Code (Text):
on chat:
if message contains "nigger", "nigga", "coon", "Nigger", "Nigga", "Coon", "NIGGER", "NIGGA", "COON", "fag", "Fag", "FAG", "kys", "Kys" or "KYS":
if {filterwarn.%player%} is 0:
cancel event
send "&cPlease be respectful! You've been warned verbally!"
send "Verbal warning %{filterwarn.%player%}%/3"
set {filterwarn.%player%} to 1
if {filterwarn.%player%} is 2:
cancel event
send "&cPlease be respectful! Final warning!"
send "&clanguages!"
send "&4Final Warning before mute %{filterwarn.%player%}%/3"
set {filterwarn.%player%} to 2
execute console command "/warn %player% [Automated Punishment] Inappropriate Use of Chat -s"
if {filterwarn.%player%} is 3:
cancel event
set {filterwarn.%player%} to 0
execute console command "/tempmute %player% 1h [Automated Punishment] Inappropriate Use of Chat -s"
on join:
set {filterwarn.%player%} to 0
if message contains "nigger", "nigga", "coon", "Nigger", "Nigga", "Coon", "NIGGER", "NIGGA", "COON", "fag", "Fag", "FAG", "kys", "Kys" or "KYS":
if {filterwarn.%player%} is 0:
cancel event
send "&cPlease be respectful! You've been warned verbally!"
send "Verbal warning %{filterwarn.%player%}%/3"
set {filterwarn.%player%} to 1
if {filterwarn.%player%} is 2:
cancel event
send "&cPlease be respectful! Final warning!"
send "&clanguages!"
send "&4Final Warning before mute %{filterwarn.%player%}%/3"
set {filterwarn.%player%} to 2
execute console command "/warn %player% [Automated Punishment] Inappropriate Use of Chat -s"
if {filterwarn.%player%} is 3:
cancel event
set {filterwarn.%player%} to 0
execute console command "/tempmute %player% 1h [Automated Punishment] Inappropriate Use of Chat -s"
on join:
set {filterwarn.%player%} to 0
If you take a look at the code, it's pretty self-explanatory.
Warns, and mute players who send the message that contains explicit language depending on violations.
First violation: Verbal warn
Second violation: /warn
Third violation: Mute
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Skript auto-mute is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8. Downloaded 142 times (via Spigot). Download it and open it directly in the game.