Recent content by Stranger

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

    cancell block break if it's not clay

    on mine: cancel event if block is clay: uncancel event
  2. S

    Combat Log Skript

    variables: {CL::%player%} = false on damage: if attacker is player: If {CL::%victim%} is false: set {CL::%victim%} to true send "You have been combat logged!" to victim wait 15 seconds set {CL::%victim%} to false send...
  3. S

    Bedrock mining - with real mine

    Hello, if you still need a skript I made one that should work... on leftclick with a netherite pickaxe: (tab)if block is bedrock: (tab)(tab)if {block.%player%} is true: cancel event if {block.%player%} is false: set {block.%player%} to true wait 12 seconds...