blocks broken

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

    Rename broken blocks

    i tried to make a skript with skulls and when you broke a skull it would rename it to the name it had before it was placed on place: id of event-block = 144 set {skull::%event-block%} to location of event-block set {skull::%event-block%::name} to name of event-block set...
  2. O

    Top Blocks Mined leaderboard

    Ok I am a fairly new "Skripter" and I have never tried to do a leaderboard, so I was wondering, could anyone give me a "Top Blocks Mined" leaderboard? Or even like "Top Prestige" or "Top Coins" would be awesome, thanks!
  3. T

    Want to make a levelup gang system

    What I want to make is a skript that every 2k blocks you(and/or your gang) breaks it levels up and gets a +1% sellboost. The problem is I am new to skript and can't get further then counting the blocks broken My code: on break: if tool is a pickaxe: add 1 to...