Solved Block break for balance

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

jaydendog77

New Member
Jul 24, 2020
9
1
1
Hello so i am starting a prisons server and i want it so when i break a certain block it gives a certain amount of money

This is what i have:


on block break:
if event-block is stone:
execute server command "eco give %player% 100"

i want it so it doesnt say ``$100 has been added to your account``
 
I think you are not able to do that cause you're using third-party money plugin.
You can make your own in Skript and add money to a variable...
Code:
add 100 to {money::%player%}
 
Status
Not open for further replies.