Autocompressor skript for a box server

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Oaethe

Member
Mar 24, 2025
1
0
1
26
Hi, so i'm making my first ever box server called sleepyybox on minehut, and I see a lot of box servers with an auto compressor and I've spent the past hour searching for a skript but none work, I was wondering if anyone could help me write one?
 
Hi, so i'm making my first ever box server called sleepyybox on minehut, and I see a lot of box servers with an auto compressor and I've spent the past hour searching for a skript but none work, I was wondering if anyone could help me write one?
Discord: 0mustafa
 
Code:
on break:
    if amount of stone in player's inventory is greater than 63:
        remove 64 stone from player's inventory
        give player 1 cobblestone named "&7&lCompressed Stone"
        send "&aCompressor 64 stone was just compressed to 1 compressed stone!"
Just edit this to your required blocks and needs :emoji_slight_smile: