Jump to content
  • 0

What is the best anti-cheat on mine-hut?!?!


xQBread

Question

Greetings, Minehut Community!
I am currently creating a KitPvP Server and also an RPG server. Uhmm... So... I would really liek a good anti-cheat that notifies staff of high cps, kill-aura and does NOT Just throw random people into the ground (Matrix Anti-Cheat)

There is a question that I don't know where to put, in the Skript forums or these questions forums, It is how do I Skript a chat filter - If someone says a certain word it changes it to a different word. It also warns them and (optional) after 3 warnings they get muted.

Thank you, and goodnight,

     ~xQBread

Edited by xQBread
forgot to add a bit

(Not so) Famous Youtuber - IAteSomeBreadsticks (pls sub its lonely over here)

 

Bootiful.png.2aeab54fa7a8aeef7a6329e220ff7d98.png

TrixNMagix Production Company - TNMPC

Join at /join TrixNMagix or TrixNMagix.minehut.gg

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

1st Question: Not many of minehuts available anticheats are really that good, but if you want an ok one, I would recommend NPC.

2nd Question: This question would best be asked in the skript channel

Minehut VIP

7/24/19 - Now

Support team member

10/06/2019 - 02-14-2020

 

Appeal suspensions here                                    Report rule-breakers here                                       Read the rules here

Been playing minehut ever since 2016-17

Boit.png.63027370e8a99b78e907daa410c83600.png

 

Link to comment
Share on other sites

  • 0

#Chatfilter function.
function chatFilter(message: string) :: string:
    #"bad word|good word" = format (add more onto the list with commas).
    set {_filter::*} to "@everyone", "trump|trent", "shTT|spit", "nigeria|fellah" and "fan|fun"
    loop {_filter::*}:
        set {_split::*} to split loop-value at "|"
        replace all {_split::1} in {_message} with {_split::2}
    return {_message}

Edited by Clickmeharder
Link to comment
Share on other sites

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...