mysql

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

    Solved [MYSQL] Selecting and returning a value from a column.

    Solved. Good evening. I'm trying to return a value from a column, but all I get is the name of the column. What I want to do is: I have a database called api, with the table players with a column call "logged". It will be a boolean, true/false. This is a way I can check if the player is...
  2. X

    Function can be asynchronous?

    function c(s:string) :: object: send {@c_console} to console set {_c::*} to {_s} split at "//" if {_c::1} is "mysql": set {_c1} to mysql result of query "SELECT %{_c::3}% FROM %{_c::2}% WHERE %{_c::4}%='%{_c::5}%'" if {_c::6} is "string": set {_c2::*} to...
  3. J

    I need help with skellett's MySQL

    Hello, I'm Brazilian and I have doubts about using MySQL's skellett addon. I want to get only the data from a table of my mysql, but I can not even connect, how should I configure skellett, and how the skript should stay, to connect to mysql, get the table data to use? Sorry for my horrible...
  4. Spartan9802

    Solved Inventory to string mysql

    Good morning. Hello, How to save a player's inventory in a mysql database? I know it is possible to serialize in java but how to do it in skript: /
  5. itsZneaky

    Mysql in skript won't work?? - Help needed!

    Hi Skunity. I have tryed to make a kit config skript with mysql but it won't make the table in my database?. Here is my code: https://hastebin.com/okajemexek.swift .
  6. Barbarx

    MYSQL Tutorial

    Category: Tutorials Suggested name: MySQL Tutorial What I want: Examples and syntaxes etc. for mysql. Something like: Reading/Checking syntax Writing syntax creating syntax and some examples. Ideas for commands: None. Ideas for permissions: None. When I'd like it by: It can help to all...
  7. Adrihun

    Solved Need help with Scoreboards

    I can't make Scoreboards work. This is my code: on join: createBoard(player, "KITBOARD", 15) set title of stylish scoreboard "KITBOARD-%player%" to " &a&lKITPVP " set stylish scoreboard of player to "KITBOARD-%player%" updateBoard(player) function updateBoard(p: player)...
  8. Spartan9802

    Solved Count Mysql

    Good evening, How do I count the number of players with the same value in a mysql database? Thanks for your help ;)
  9. 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...
  10. J

    Skript MySQL UTF-8 Support ?

    Is MySQL UTF-8 Support possible yet ? I want UTF-8 Support :/ Thank for interest. Example Code: update "INSERT INTO `database_utf8` (`Data_1`, `Data_2`) VALUES ('DATA', 'DATA')"
  11. Adrihun

    Adding MySQL to script?

    Hi. Thanks for clicking on my post. I need help with Script + MySQL. I would like to add MySQL to this so whenever players go on Lobby-1 and change something it also changes in Lobby-2. Please if you know MySQL+Script, help me with this. Also, the creator of this script is no longer updating...
  12. HiiqhFive

    Script SQLCOINS [Skript 2.2, skQuery, MySQL] 1.0.000

    SQL COINS for Skript 2.2 This script implements a currency with MySQL Integration of skQuery. PS: I hate designing ressource threads, thats why it's looking shitty. lol. DEPENDENCIES • Skript (at least version 2.2) • SkQuery • A MySQL Database HOW TO INSTALL 1. Install Skript v2.2 on your...
  13. Adrihun

    Skelett MySQL

    Is there any way to make it so if skript can't connect to my MySQL database, it will execute console command "stop" I have been trying to solve this problem for months now, and I still can't figure out how to do it. Please if you know MySQL & Skript, help me with this. Thanks!
  14. danielkp1234

    saving kills from minecraft to mysql to website

    Skript Version: Skript 2.2 Fixes V8b Skript Author: i dont know Minecraft Version: craftbukkit 1.8.9 --- Full Code: http://pastebin.com/jkWpvPwj Errors on Reload: no Console Errors: 3597: set {_r} to randomize "abcdefgh123456789!@##$+"') [16:42:40 WARN]: java.io.IOException: Den angivne...
  15. Adrihun

    Solved a

    a
  16. HiiqhFive

    Script MySQL MANAGER! [Skript 2.2, skQuery] 1.1.201

    MySQL MANAGER! for Skript 2.2 and SkQuery 3 This system allows you to manage your own database connections in a script without using the database connection from the config! !!ATTENTION!! This script is only a REUPLOAD! All credits are going to LeVence! DEPENDENCIES • Skript (at least...