Jump to content

clear map skript Please


ShxdeGG

Recommended Posts

I don't know if some people know how to make this but. Can someone make me a a skript that when I did /clearmap the place where I set to clearmap like //wand would clear 

Owner of:

AuxMines

AuxMines is a unique Box Mining server. We have Super Hero ArmourCustom Enchants, Cool BossesChill Community, and Custom Drops  all in one server!

We aren't fully released, so if you wanna drop by and give us some suggestions that would be cool.

 

Link to comment
Share on other sites

like for a gen server i let people place blocks but with /clear map it would delete all blocks placed by members big request sorry.

Owner of:

AuxMines

AuxMines is a unique Box Mining server. We have Super Hero ArmourCustom Enchants, Cool BossesChill Community, and Custom Drops  all in one server!

We aren't fully released, so if you wanna drop by and give us some suggestions that would be cool.

 

Link to comment
Share on other sites

  • 3 months later...
  • 3 weeks later...

command /setarea1:
    permission: setarea.use
    permission message: &cSorry, &oNo.
    trigger:
        set {area1} to player's location
        send "&aYou've successfully set the are location 1." to player
command /setarea2:
    permission: setarea.use
    permission message: &cSorry, &oNo.
    trigger:
        set {area2} to player's location
        send "&aYou've successfully set the are location 2." to player

command /delarea:
    permission: setarea.use
    permission message: &cSorry, &oNo.
    trigger:
        if {area1} is set:
        if {area2} is set:
            delete {area1}
            delete {area2}
            send "&cYou've deleted the area location." to player
        else:
            send "&cThe area location isn't set." to player

command /cleararea:
    trigger:
        set {area1} to unix timestamp of now
            execute console command "clone %{area1.%player%}% %{area2.%player%}% air"
            set {_time} to (unix timestamp of now - {area1}) * 1000
            send "&7Area cleared."

Link to comment
Share on other sites

  • 4 months later...
  • 2 weeks 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...