player's 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!

  1. wrymain

    Solved adding balance to a variable

    command /depositall: trigger: set {_p} to player set {_money} to {_p}'s balance add {_money} to {bank::%{_p}%} add 1 to {bank::%{_p}%} send "%{_money}% | %{bank::%{_p}%}%" adding {_money} to {bank::%{_p}%} does not work but adding 1 works. i also...
  2. L

    Player's Balance Error HELP!

    Skript Version: Skript v2.2-dev27 Skript Author: Skript created by & ® Peter G³ttinger aka Njol Minecraft Version: 1.8.9 --- Full Code: https://pastebin.com/mMw3hzCD command /§MaqStoneBuy: trigger: set {_Money.%player%} to player's balance if player's balance is more or...