Recent content by Eli83592

  • 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

    Ok thank you. Im sorry for bothering. I did get it to work after using your command and combining it with my code
  2. E

    Solved Lag machine remover

    How do i set it to a location?
  3. E

    Solved Lag machine remover

    Alright i will try this, thank you! command /lagmachine [<text>] [<text>]: permission: Admin.Lagremove trigger: set {_location} to arg-2 set {_number} to arg-1 parsed as number loop blocks in radius {_number} around {_location}: send "%loop-block%" to...
  4. 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...
  5. E

    Solved Chat filter

    Thank you so much, i never knew about this!
  6. 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...
  7. E

    Solved

    Solved, Dont know how to delete!
  8. 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
  9. 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...
  10. E

    Im actually not online :)

    Im actually not online :)
  11. E

    Dupe, Undupe

    if lore of player's held item contains "&fUndupable": send "&cError: Item is Undupable" to player stop
  12. E

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

    https://pastebin.com/h0F12SHZ