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

    Occasional repetitive errors after using SQLite

    [Skript] database error: statement is not executing [Skript variable save thread for database 'database skillscdef'/ERROR]: [Skript] database error: statement is not executing [Skript database 'database skills678' transaction committing thread/ERROR]: [Skript] database error: database...
  2. F

    Solved skript-yaml memory storage vs skript variables

    When creating a stat system for users, I first used yaml with skutilities. Then after a while, I noticed that skutilites read and wrote the whole file every time I changed a single value. So I switched to saving the player variables in skript and accessing skript variables instead of yaml - and...
  3. F

    Skutilities write to file problem(when the file gets large)

    Skript Version: skUtilities.v0.9.2 Skript Author: tim740 Minecraft Version: 1.12 --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) Note: If a variable is being set in another script, but not shown, please explain how they are being set...