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 community!

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

  1. K

    Script ✎ SuperEconomy ✐ Trying to be the perfect economy - Added SQLibrary support! Read information section.

    [+] Removed part of unused code added by error in update 1.1 [+] Added SQLibrary support. You should read the information section to setup it correctly. [+] Bugfix or minor change. [+] Something added. [-] Something removed.
  2. K

    Script ✎ SuperEconomy ✐ Trying to be the perfect economy

    KroterPvP submitted a new resource: ✎ SuperEconomy ✐ Trying to be the perfect economy - Perfect for KitPvP or Survival servers! Read more about this resource...
  3. K

    Script ✎ SuperEconomy ✐ Trying to be the perfect economy 1.1-A

    Find out this skript on my spigot profile: HERE Here are all features that SuperEconomy has: There is a command to see your balance. There is a balance top. It displays a maxium of 10 top accounts by deffault. You can witdraw money from your account and get it as phisical money! You can view...
  4. K

    How to save player's balance in a YAML file.

    Hello, I need help. I have created a new skript (https://forums.skunity.com/resources/✎-supereconomy-✐-trying-to-be-the-perfect-economy.230/) which has it's own economy. I need to save the player balance into a file. Do I need to save all the server balance into a file or create a single file...
  5. K

    RandomSK sorting error

    set {_temp::*} to {seco.bal::*} sorted from highest to lowest with output "@index::;@value" loop {_temp::*}: add 1 to {_} if {_} > 15: exit loop set {_x::*} to loop-value split at "::;" send "%{_x::1}%: %{_x::2}%€" I have this error: [23:59:24 ERROR]: '::*} sorted from...
  6. K

    How to create a balance top

    Hello, I want to create a balance top to display the player who has more money in a top list. I've done a total balance counter: set {_seco.bal::global-bal} to size of {seco.bal::*} send "Total server balance: %{_seco.bal::global-bal}% $" Now I need a player balance top like Essentials economy...
  7. K

    Creating configuration file for skripts

    I need somebody who wants to help me with a small tutorial about creating a "file.yml" to set messages and options there. Can you send me a link to a tutorial or just create one for me? Including all the posible yaml functions. I know this: on load: if file "plugins/SuperEconomy/Config.yml"...
  8. K

    Solved Check if a player is in anvil gui

    I have done this to check if a player rightclicks an anvil: Code (Text): on right click on a anvil: if player has 175: send "&7You can't rename coins!" cancel event stop I want to check if item 175 contains a part of the lore And I want to check if a player is inside...
  9. K

    Solved Parse as offlineplayer?

    Can I parse a text to be read as offlineplayer? (/command [<text>]) And parse this text as offlineplayer instead of puting [<offlineplayer>]. command /supereconomy [<text>] [<text>] [<offlineplayer>] [<text>]: trigger: if arg 1 is "bal" or "balance": if arg 2 is not set...
  10. K

    Script ✯ SuperSpawn ✯ [Skript] Set, remove, tp other players, autoupdater, much more!

    KroterPvP submitted a new resource: ✯ SuperSpawn ✯ [Skript] Set, remove, tp other players, autoupdater, much more! - It's not an usual spawn skript... It does what the name says. It's a SuperSpawn skript! Read more about this resource...
  11. K

    Script ✯ SuperSpawn ✯ [Skript] Set, remove, tp other players, autoupdater, much more! 1.5

    Be sure to check my spigot profile clicking here! For now, SuperSpawn features are: Built-in with amazing cute messages! Configurable messages in a Config.yml file! Admins will be notified if the spawn isn't set using a permission. Admins will be notified if a new update is released using a...