Jump to content

Antiswear Skript (easy to add on to)


Recommended Posts

on chat:
    message contains "fuck"
    cancel event
    set the chat message to "****"

on chat:
    message contains "shit"
    cancel event
    set the chat message to "****"


on chat:
    message contains "put b word here"
    cancel event
    set the chat message to "*****"


on chat:
    message contains "put d word here"
    cancel event
    set the chat message to "****"

on chat:
    message contains "put n word with hard r here"
    cancel event
    set the chat message to "*****"
    make console execute command "/kick %player"

on chat:
    message contains "put n word with a here"
    cancel event
    set the chat message to "*****"
    make console execute command "/kick %player%"

Link to comment
Share on other sites

Moved to Skript Releases. Please use the proper categories.

It'll definitely work for a good majority of users, but I recommend muting them for a set time and logging it somewhere (else they'll come back and definitely bypass!) Filters do best when used with Regex.

rose city STICKER

RosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaR

i code, animate, develop, UI design, learn, and adapt, as well as make servers, of course

💐Joined Minehut sometime in 2014
💐VIP sometime in 2018
💐Legend in January 2021
💐Helper on 4/11/2021
💐♥ (Retired) on 5/17/2021
💐 Moderator on 8/18/2023

Link to comment
Share on other sites

You can do all of this in one event, using:

on chat:
	replace all "word" and "word2" and "word3" and "word4" in message with "****" #just list all the 4 letter words
	replace all "word5" and "word6" and "word7" in message with "*****" #5 letters
 	#you get the point
   	

 

Edited by NixieBear
Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...