Jump to content

very simpe SkyGen skript


HiroKiros

Recommended Posts

#this is for Skygen type servers specificly not normal gen servers
#if you want to change the drop and the block of the gen make sure the block you use for the gen is not already part of the map

#credits to Wolfeee_ this is his skript i just modified it

on place of Coarse dirt block:
    set {gens::%location of event-block%} to uuid of player
    if {gens::%player's uuid%} < 10:
        add 1 to {gens::%player's uuid%}
        while event-block is Coarse Dirt block:
            wait 20 ticks
            drop 1 Dirt above location of event-block Without velocity
    else:
        send "" to player
        send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&710" to player
        send "" to player
        cancel event

Edited by HiroKiros
Malfunction
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...