Jump to content

Generator Skript (just duplicate stuff and change it up)


Kevinas

Recommended Posts

 

every 15 seconds:
    loop all players in world "world":
        loop all blocks in radius 10 around loop-player:
            if loop-block is diamond block:
                drop a diamond at loop-block's position

on left click on diamond block:
    set event-block to air
    give 1 diamond block to player


Just duplicate & change some stuff up

Edited by Kevinas
Link to comment
Share on other sites

6 hours ago, Kevinas said:

 

every 15 seconds:
    loop all players in world "world":
        loop all blocks in radius 10 around loop-player:
            if loop-block is diamond block:
                drop a diamond at loop-block's position

on left click on diamond block:
    set event-block to air
    give 1 diamond block to player


Just duplicate & change some stuff up

The problem with this skript is everyone can remove the generator and steals it 🤣

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