Jump to content

Scaffold Hacks Skript


JoshG

Recommended Posts

command /scaffold:
    permission: op
    trigger:
        if {%player%.scaffold} is false:
            set {%player%.scaffold} to true
        else if {%player%.scaffold} is true:
            set {%player%.scaffold} to false

on any move:
    if {%player%.scaffold} is true:
        set block below player to {%player%.block}
        if {%player%.block} is air:
            set {%player%.block} to stone
        Else if {%player%.block} is not air:
            set {%player%.block} to stone

If I helped you at all please consider boosting my account with the follow button!
Minehut ♥ [VIP] 12/19/2020 - Present

I am either extremely active or not lol.

 

Link to comment
Share on other sites

just some skript tips:
use list variables {variable::input}
don't start variables with %player% instead use something like {player::%player's uuid%::something}
this makes it easier for storage and for your usage later down the line.

  • Like 1

 


[PATRON] Echology

image.png.25b196fc30999f9133398315a98c2b11.png

Sponk = Weeb


 

Link to comment
Share on other sites

  • 2 years later...

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