- Contributors:
- btk5h (Bryan Terce), FranKusmiruk, Govindas, TPGamesNL
- Supported Minecraft Versions:
- 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18
What makes skript-db different from other SQL addons?Code (Text):
Awesome direct database access for Skript
This is a fork of btk5h's skript-db, refer to gitea for changelog and more syntaxes.
- Automatic SQL injection protection
- Support for connections to multiple databases
- An amazingly intuitive list variable system for reading query outputs
Documentation/Source - Releases
Quickstart
Code (Text):
on script load: set {-sql} to the database "mysql://localhost:3306/mydatabase?user=admin&password=12345&useSSL=false"Code (Text):
command /dbtest: trigger: execute "select * from table" in {-sql} and store the result in {_output::*} send "First entry in column: %{_output::columnname::1}%"SupportCode (Text):
command /insertmyprofile: trigger: execute "INSERT INTO `table` (`uuid`,`name`,`lastjoin`) VALUES (%uuid of player%,%name of player%,%rounded unix timestamp of now%) ON DUPLICATE KEY UPDATE `name`=VALUES(`name`),`lastjoin`=VALUES(`lastjoin`)" in {-sql}
You can receive support by creating an issue at the git repository, alternatively you can receive live chat support in my Matrix chatroom.
-
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!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon skript-db (Updated) 1.3.4
Sensible SQL support for Skript
Recent Updates
- 1.3.4 Feb 28, 2022
- Skript 2.6 support Jun 28, 2021
- 1.3.1 - some changes May 14, 2021