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

    5 Star Rating System + Top List (Like Amazon's Star Rating)

    I use a command like this from my economy skript command /economy [<text>] [<text>]: permission: * trigger: if arg-1 is "top": set {_sorted::*} to sort((indices of {coins::*}), {coins::*}) set {_a} to (arg-2 parsed as integer) if (arg-2 is set), else 10...
  2. DarkKingMW

    5 Star Rating System + Top List (Like Amazon's Star Rating)

    i know leaderboards i use function sort(indices: strings, values: numbers, descending: boolean = true) :: strings: loop {_indices::*}: set {_sort::%{_values::%loop-index%}%.%loop-index%} to loop-value return (reversed {_sort::*}) if {_descending} is true, else {_sort::*} this in...
  3. DarkKingMW

    5 Star Rating System + Top List (Like Amazon's Star Rating)

    Category: Rating, Toplist Suggested name: 5 Star Rating System + Top List (Like Amazon's Star Rating) What I want: I would like to have a function where you have a 5 star rating system like the one at Amazon and a function where you can get the top ratings from it, unfortunately I have no idea...
  4. DarkKingMW

    Sorted Tablist

    hey i have the server version 1.16.5 and the plugins you need on the latest version script, skbee and script-reflect there are no errors in the console but the players don't get a prefix in the tablist
  5. DarkKingMW

    Economy System (UUID's + yaml + Vault hook)

    Hello I'm looking for a money skript that works with .yaml files and is best linked to vault and it should be with uuid's thanks in advance
  6. DarkKingMW

    Script AntiOP-System 1.6

    This system is intended for whoever has OP and has not been verified that OP will be taken /verify (Player) (password) - Verify a player (system.owner) /unverify (Player) (password) - UnVerify a player (system.owner) /debugverify - Reset the OP list (system.owner) /ops - See all players on...
  7. DarkKingMW

    ScriptManager

    On his profile at Resources
  8. DarkKingMW

    Solved Give player an item in a certain slot

    Try this: set slot 0 of player's inventory to compass named "&ctest" or this set slot 0 of player's current inventory to compass named "&ctest"
  9. DarkKingMW

    Script Respawn-Kit System 2.0.4

    This Skript is a revised version of what I once wrote on my server With this skript, players can use the command /respawn-upgrades to buy respawn kits and whoever they die they get the respawn kit level they are at the moment, There are 4 different respawn kits. (You can change the kits...
  10. DarkKingMW

    Respawn-Kit System

    This Skript is a revised version of what I once wrote on my server With this skript, players can use the command /respawn-upgrades to buy respawn kits and whoever they die they get the respawn kit level they are at the moment, There are 4 different respawn kits. (You can change the kits...
  11. DarkKingMW

    Function

    You Welcome
  12. DarkKingMW

    Function

    I think you have to do the function like that: function gui(p: player, title: text): wait 1 tick open chest with 5 rows named "%{_title}%" to {_p} wait 2 tick set {_slot} to 0 loop 24 times: if {_slot} is 10: set {_slot} to 17 else if {_slot} is...
  13. DarkKingMW

    Solved How to Use Labymod API in Skript

    yes I use ProtocolLib but I don't know how to use the labymod API in script
  14. DarkKingMW

    AntiOP-System

    This system is intended for whoever has OP and has not been verified that OP will be taken /verify (Player) (password) - Verify a player (system.owner) /unverify (Player) (password) - UnVerify a player (system.owner) /debugverify - Reset the OP list (system.owner) /ops - See all players on...
  15. DarkKingMW

    Solved How to Use Labymod API in Skript

    Does anyone know how to use the Labymod API in skript? Like This: Or This: