sql

  • 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. WhoCutTheCheese

    Solved SQLibrary for Skript SQL db

    I am attempting to store variables in a SQL database so that all the server's on my bungee have access to the same data, and I can't get my test server to start with SQLibrary, which the Skript config.sk file says it needs. Is there an alternative? Am I doing something wrong? Btw, there's no...
  2. lotzy

    Addon Skcrew 3.6

    Source code: https://github.com/crewpvp/Skcrew Supported Skript versions: 2.6.4+ and 2.6.4+ for 1.8 Addon includes third-party code: part of skript-db fork by Govindas part of skent code some modificated skript-gui part of bitshift addon (First of all, I developed this for personal use, but...
  3. G

    Help with skirpt mysql

    Hello everyone I have a problem I want to connect to my database and make an error in the console: https://i.imgur.com/Fel953Y.png Skript: https://i.imgur.com/gfc4nFS.png
  4. Z

    Loading a variable in SQL without repeating query

    Skript Version: 2.2-dev31c Skript Author: Me Minecraft Version: 1.11.2 --- Full Code: set {_woodinfo13} to mysql result of query "SELECT * FROM player_jobs WHERE player = ""%player%""" set {_arraysearch::*} to mysql string "talent1" in {_woodinfo} set {_talent1} to...
  5. btk5h

    Addon skript-db 0.2.0

    What makes skript-db different from other SQL addons? Automatic SQL injection protection Support for connections to multiple databases An amazingly intuitive list variable system for reading query outputs Documentation/Source - Releases Quickstart on script load: set {sql} to the database...
  6. E

    Solved Please help me with loop

    I have this script that will get ban history of player and will place it in a GUI. When i use this script, it will place 50 items instead of 8 and this will be the Lore of the items: BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat. I dont know...