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 [SOLVED]GUI Help

    Please dude, install the newest version of Tuske and read this page https://github.com/Tuke-Nuke/TuSKe/wiki/GUI-Manager (click on the simple GUI and then just see some examples...
  2. T

    Solved updating GUIs?

    That is the worst thing to do, too many actions.. I would recommend Tuske's advanced GUIs @dudle https://github.com/Tuke-Nuke/TuSKe/wiki/GUI-Manager
  3. T

    Solved [SOLVED]GUI Help

    Use Tuske's guis https://github.com/Tuke-Nuke/TuSKe/wiki/GUI-Manager
  4. T

    Teleport Facing Direction?

    What? https://docs.skunity.com/syntax/search/Facing
  5. T

    Teleport Facing Direction?

    Search in docs for "facing" or "direction"...
  6. T

    Disable skript warnings

    Check Skript's main config :emoji_wink:
  7. T

    Solved Place block skript

    Use target-block instead of event-location
  8. T

    Yaml vs Variables vs Mysql

    Hello! Currently my server is using yaml to store and read all the information of player, so there are many yaml read and write stuff pretty frequently.. I would like to (maybe) change that as yaml isn't the best solution to store data. First of all - I'm not going to store it just in...
  9. T

    Script Tools Sublime Text 3 Syntax Highlighting

    Why does my windows blocks this file? Can you provide a manual installation instructions? Also, there are many reports in virustotal that it has a trojan in it.
  10. T

    Vanilla scoreboards?

    Hello! Is it possible that skript or some addon could block vanilla scoreboard-actions? I've used Vanilla scoreboard system before, now I want to create for a simple minigame scoreboard, but I'm not able to "setdisplay" it anywhere (I added scores to players). I'm using Paperspigot 1.8.8...
  11. T

    Invisible after teleport

    Hello! I won't use the official help format, because my question doesn't fit in that: Is it server problem that sometimes when I teleport players with skript they became invisible? I can't find exact example, but sometimes if I teleport many at once, some of them can't see others... First I...
  12. T

    Stored as induvidual or in one file?

    Hello! I've a simple question, who doesn't need "help format"... Is it better to have data stored in one file or seperate? On event "chunk change" I'm checking if "chunk is set" in my file, so there is a lot of checking evolved for all players in server. So is it better to have those chunks...
  13. T

    Solved Reverse sort?

    I won't use the official format, because my question is too simple for that... How can I reverse a variable list? When I use set {_sorted::*} to sorted {_list::*} it sorts the list in ascending order, but I need to have it in descending order... I don't mind to use any addon, my server version...