Jump to content

Centrect

Content Creator
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Centrect

  1. Here are the rules:
    Has to be about Minehut
    You may only comment 1 word to contribute to the song.
    If you want to start a new line for the song, put a period after your word.

     

    Don't post twice unless someone else has put a word after yours.


    Lets see what Minehut can make

    • Like 1
    • Haha 6
  2. hey look its another script that i made
     

    so this script is a chat filter, you can add it to your server with no addons needed and it will work!
    script is fully customisable and can work without causing lag

    options:
      
      #CONFIG
      prefix: &a✔
      no-prefix: &8✖
      permission: staff
      
    
    on chat:
        loop {filterswear::*}:
            if message contains loop-value:
                cancel event
                send "{@no-prefix} &cYou cannot send that here"
                send "&7[FILTER] &8%player% &7%message%" to all players where [input has permission "{@permission}"]
    
    command /filter [<text>] [<text>]:
        permission: op
        trigger:
            if arg-1 is "add":
                if arg-2 is set:
                    if {filterswear::*} does not contain arg-2:
                        add arg-2 to {filterswear::*}
                        send "{@prefix} &7Added %arg-2% &7to the swear filter."
                        stop
                    else:
                        send "{@no-prefix} &cThat word is already blocked!"
                        stop
                else:
                    send "{@no-prefix} &cSupply a word to filter!"
                    stop
            if arg-1 is "remove":
                if arg-2 is set:
                    if {filterswear::*} contains arg-2:
                        remove arg-2 from {filterswear::*}
                        send "{@prefix} &7Removed %arg-2% &7from the swear filter."
                        stop
                    else:
                        send "{@no-prefix} &cThat word is not blocked!"
                        stop
                else:
                    send "{@no-prefix} &cSupply a word to unfilter!"
                    stop
            if arg-1 is "list":
                send "&cThe filtered words are: &7%{filterswear::*}%"
                stop
            else:
                send "{@no-prefix} &cUnknown argument"
                stop

    Enjoy!

    • Like 3
  3. 12 hours ago, eangpanhasak said:

    I'm a member of the moles which is a minehut terrorist group dedicated to making server owner's lives hellish. We hate p2w and low effort servers. But other than that I love minehut.

     

    xoxo hacked by the moles

    right... welcome to minehut, dont join any gen servers or else you will find your belief will go into overload

    • Like 2
  4. 42 minutes ago, _Tarna_ said:

    You could just show them your latest.log, which is what the content of the console would have been. But this is already planned and they said it'll be coming sometime this year.

    Or you can use this really cool chrome extension that adds a "live" console to the appearance tab for now.

    unknown.png

    where can i get this? asking for a friend

  5. 7 hours ago, LocalServerHost said:

    I removed some stuff above it what I tried, it got 101 errors now smh

    I dont want to be interfering but you are being quite rude to this person who has just made you a skript, instead of saying "smh" and blaming it on them why don't you try to investigate the errors yourself? 🙂

    • Like 3
  6. I actually remember the day you were sitting in little glass holes under the map, on the first day of your junior mod trial. it was funny. i remember thistl telling me to move out the way. good times

    • Haha 1
×
×
  • Create New...