Jump to content

How to make it so each block an explosion causes it gives the player $1 per block.


AmazingKJH

Recommended Posts

59 minutes ago, AmazingKJH said:

I want to make a destruction simulator and want upgradable explosion guns. I need each block that gets exploded by an explosion caused from a gun, to give you $1. I have no idea how to do it. this is the variable: {currencys::%player's uuid%}

on explosion:
	add 1 to {currencys::%player's uuid%}

Not tested

Edited by ES63

Player Stats

IGN - ES63

Rank - Pro

----------------------

Server Stats

RascalPVP - Owner

RandKits - Owner

DoodySim - Owner

-----------------------

066fced7fa2c6eb28ff57c203964a6d3.gif.45df2fe64e40c8d045324e2a6203c1c6.gif

do that ^^^^

i will heart back (i promise)

 

Link to comment
Share on other sites

Well if that reply didn't help (which im sure it didn't help much) heres one that might
keep in mind this isn't finished and i worked on it for like 15 minutes, but i cant figure out the executing of exploded blocks i hope it can help

command /gun1:
    permission: op
    trigger:
        give player stick named "&4Gun 1"
on right click:
    if 1 of player's tool = stick named "&4Gun 1":
        set {explosionforce::%player%} to 1
        create an explosion of force 1 at targeted block
on explosion:
    loop exploded blocks:
        loop all players:
            set {explo} to number of exploded blocks
            if 1 of loop-player's tool = stick named "&4Gun 1":
                if {explosionforce::%player%} is 1:
                    send "%{explo}%" to loop-player
                    set {explosionforce::%player%} to 0

Just a skripter who likes to have fun

I also think I'm pretty good at it

PS my discord is Enchanted#3933 incase idk anything?

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