error in executing commands in console

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

    Solved How do I execute my skript command from console?

    ive been trying forever, my command isnt working from console here is the code (you can ignore the /balance): command /balance [<player>]: aliases: /bal, /coins trigger: if {balance::%player%} is not set: set {balance::%player%} to 0 if arg 1 is not set...