Jump to content

Auto Compressor Skript (Made by Crafty Code AI)


Dezorc

Recommended Posts

options:
    required item: iron_ingot
    output item: diamond
    compressor item: iron_block

every 5 seconds:
    loop all players:
        if loop-player's inventory contains 64 of required item and loop-player's inventory contains compressor item:
            remove 64 of required item from loop-player's inventory
            give loop-player output item

Crafty Code AI: Create minecraft skripts and plugins in a simple message!

https://discord.gg/WQwPYwvH7Y
The best part is that its 100% free!


Heres an example of a simple broadcast skript it made:

command /broadcast <text>:
    description: Broadcasts a message to all players.
    usage: /broadcast <message>
    permission: broadcast.use
    trigger:
        broadcast "&6[Broadcast] &e%arg-1%
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...