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

    Solved Player's money problem

    So, Iam making a shop gui with skript, but I have problem with "player's money". Example: This is working fine: format a gui slot 24 of player with glowing red glass named "&a&lFinance" with lore "&7Tvuj zustatek: &e%player's money%" But this is not working: set {_m} to player's money: Any...
  2. T

    Skungee send player to another bungee server

    So, Im making my own server selector plugin with Skungee, and I have this: on inventory click: if event-item is iron pickaxe named "&d&lResidence": set {_h} to player's name skungee send players "%{_h}%" to bungeecord server "resky" And if somehow click on pickaxe it send all...