Search results

  • 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 comminuty!

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

  1. A

    Using TuSke to get balance of offline player - Struggling

    Sorry, I'm not too sure how to do that. I thought set {_newbal} to balance of player data of loop-value would hopefully be setting a local variable to the player data but I could be completely wrong :emoji_grin:
  2. A

    Using TuSke to get balance of offline player - Struggling

    Ah I see, I've amended the code but sadly I'm still getting <none> for the balance of the offline player. I've tried implementing balance of player data but still getting same result. :( command /taxeveryone: trigger: broadcast "Tax has been collected! As the tax code is HIGH FLAT...
  3. A

    Using TuSke to get balance of offline player - Struggling

    Hey! I'm trying to do a tax plugin which gets the balance of both online and offline players. My issue is that I can't seem to get the balance of the offline player, it just returns <none> when they have $1000. I'm not sure why on join: if "%{newlogins::*}%" contains "%player%": stop add...
  4. A

    Law Plugin - Struggling With Variables

    Hey guys! I'm coding a simple law plugin, here's the code so far. I'm struggling a bit variables: {var} = 0 command /createlaw [<text>]: trigger: argument 1 is set: add {var} to {laws::*} send "Your law number is %{var}%" set {lawtext:%{var}%}...