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

    Solved Area Block Break Help

    Is it possible to make when you destroy 1 block, the blocks around it on a will break? My code right now removes the blocks that are under the block that I break. My code: loop blocks in radius 2 of event-block: set loop-block to air Picture: (The green blocks need to be destroyed, the red...
  2. S

    Multiplier Skript Help

    No errors in the Skript. Why doesn't this work? set {money.%player%} to ({multiplier.%player%} * {money.%player%})
  3. S

    Solved OPPrison Auto Sell Help

    idk what i did wrong, no errors. It just don't work. on join: set {autosell.%player%} to 0 command /autosell: trigger: if {autosell.%player%} is 0: set {autosell.%player%} to 1 send "&a&lAUTOSELL &8: &aActivated!" else: set...
  4. S

    OPPrison Auto Sell Help

    ....