Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. E

    Solved Lag machine remover

    command /lagmachine [<text>] [<text>]: permission: Admin.Lagremove trigger: loop all blocks within a radius of %arg-2% at %arg-1%: if loop-block is redstone_wire, repeater, observer, piston, or sticky piston: set block at loop-block to air...
  2. E

    Solved Chat filter

    I am making a chat filter and don't want people to use "illegal" characters that are not "QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm,.<>/?;':"[]{}=+-_0987654321!@#$%^&*()`~|\" Is there a way to do this other than putting all other characters in a blacklist like this? if message...
  3. E

    Solved

    Solved, Dont know how to delete!
  4. E

    Need help with skript

    on inventory click: if clicked slot is shoe of player, leg of player, chestplate of player or helm of player: if {Logbat.%player%} is set: cancel event
  5. E

    Solved I am trying to make a censor skript of my own

    command /censor add %arg-1%: trigger: add %arg-1% to {_text.censor::*} on chat: if message contains {_text.censor::*}: cancel event This is what i have it will not work any suggestions? Also semi unrelated i need to know how to make it so if a player is within 5...
  6. E

    Solved Can't understand this condition "if %arg-1 is set:%"

    https://pastebin.com/h0F12SHZ