skript-db

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

    Problems with variables in sql query

    Hi! This is my testing code, where i'm trying to understand what is going on. command /test: trigger: #Database Variables set {_sqlConnection} to yaml value "mc250391" from file "plugins/Yaml/MySQL/database.yml" set {_sql} to the database "%{_sqlConnection}%"...
  2. E

    Having problems with skript-db

    Im on minecraft 1.12 I have multiple executes after one another which set local variables and updates and inserts into different tables. My problem is that not all the queries seem to run correctly or at all. Sometimes they work as they should, sometimes the update runs but not the insert or...