database

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

    Script Item Database 1.1

    This script allows you to save, give and use your saved items! REQUIREMENTS: Skript Commands: /database, /dtb - /database info ; Sends you a message with all informations about every Database command (This message)! - /database add <id> ; Adds your hand item to the database with the ID of...
  2. C

    SQL...?

    Hello to all scripters! Do you think it will be possible to use the database with Skript? If yes, how? Thank you! (Ver 1.19)
  3. F

    Database skript error

    Skript Version (do not put latest): Skript 2.6.2 Skript Author: Bensku Minecraft Version: git-Purpur-1171 (MC: 1.16.5) Full Code: # ==== Variables ==== databases: # Databases to store variables in. These can either be used as a simple one-server-storage # where variables are written...
  4. K

    Config MySQL - MySQLWorkbench

    Hello. I am trying to setup a database between two servers for Skript, and I believe I have set it up correctly. However, now im testing it, it seems to not update an variable on the 2nd server, when changed on the 1st server. I got advised to go and check if the tables in the database were...
  5. K

    Config MySQL - MySQLWorkbench

    Hello. I am trying to setup a database between two servers for Skript, and I believe I have set it up correctly. However, now im testing it, it seems to not update an variable on the 2nd server, when changed on the 1st server. I got advised to go and check if the tables in the database were...
  6. M

    Solved Saving data to mysql for certain variables

    Hello, i know you know alot about skripting, so here is my question. Note : Thanks for all the help already In the config it says this: # # MySQL example: # A MySQL database example, with options unrelated to MySQL removed. type: disabled# change to line below to enable this database # type...
  7. Wolwer

    Solved MySQL DB connect

    Hi. I need help. I need to write data in my mysql database with bans data. For example: Database: 'skBans' -------|-------------|---------|------------- | ID | Name | time | Reason --------------------------------------------- So should I use this...
  8. SlickNicky10

    Share Data Between Servers With MongoDB

    Category: (I'm not sure what this means, I'm new to the skUnity forums) Suggested name: SkMongo(?) What I want: I want a Skript that can read and write to a MongoDB database, be able to run Skript code depending on certain MongoDB data Ideas for commands: /mongodb <read/write> <database>...
  9. 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...
  10. Orendigo

    Other Use YAML (Responsibly)

    So I posted this in a thread a while ago, and I felt it needs a bigger audience, so I'll post it here. So, I was curious about the subject, so I ran a few test to gather data. My findings were pretty much what I expected after reading Rezz's Don't Use Yaml post. Using the script provided in...
  11. P

    Getting values from MySQL database

    Hi all, I have been using skript for a couple months. Right now I have a plugin that is storing player data in a MySQL database. I'm trying to use Skellet in order to retrieve players data and use it for other commands. However there aren't many examples of how to do this out there, and I'm new...