Search results

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. TPGamesNL

    Solved Saving data to mysql for certain variables

    Not really, Skript doesn't update the database for every variable changed, it does so with a constant interval, and Skript also saved all variables in memory, it doesn't read from the database every 20 seconds, it only saved them (I think). The variables are read from the database when the...
  2. TPGamesNL

    Solved Saving data to mysql for certain variables

    Every variable that starts with synced_, so {synced_test}, {synced_var::%player%} etc will be saved in the MySQL database, the other variables will saved to the csv
  3. TPGamesNL

    Solved Client side pumpkin

    Try another number (such as 3)
  4. TPGamesNL

    Solved Client side pumpkin

    Is that with skript-mirror 1.0.0? If so, try 2.0.0
  5. TPGamesNL

    Solved Client side pumpkin

    Try set {_packet}.getHandle().b to 1
  6. TPGamesNL

    MYSQL SKRIPT ERROR PLEASE HELP

    Try using skript-db
  7. TPGamesNL

    MYSQL SKRIPT ERROR PLEASE HELP

    Your SkQuery version is fine, but the error shows that there is something wrong with the url effect: So make sure your URL is right (for example $ db url jdbc:mysql://HOST:3306/DATABASE)
  8. TPGamesNL

    Solved skript mirror

    Only in this exact scenario, where you need to compare the damage cause with void.
  9. TPGamesNL

    Solved skript mirror

    No, it's a bug in SkQuery, but because you're using an older version of SkQuery (which you have too because you're on a older server version), it's not fixed for that version.
  10. TPGamesNL

    Solved skript mirror

    on damage: if "%damage cause%" is "void": cancel event
  11. TPGamesNL

    Solved skript mirror

    Was that not good enough of an example already?
  12. TPGamesNL

    Solved skript mirror

    Try `if "%damage cause%" is "void"`
  13. TPGamesNL

    Solved skript mirror

    What's the error?
  14. TPGamesNL

    Solved skript mirror

    I'm not sure in that case.
  15. TPGamesNL

    Solved skript mirror

    Which SkQuery version did you use for that?
  16. TPGamesNL

    Solved skript mirror

    Try this, if that one doesn't work, try a few versions from here: https://www.spigotmc.org/resources/skquery-1-9-1-15.36631/history
  17. TPGamesNL

    Solved skript mirror

    Do you have 2 SkQuery plugins on your server? Also, please check your version with `/ver skquery`
  18. TPGamesNL

    Solved skript mirror

    If you have SkQuery, what version? Also, use https://www.spigotmc.org/resources/aliases-english-sk-for-1-8-1-9-skript.17036/
  19. TPGamesNL

    Solved skript mirror

    You're using a very old version of Skript, I recommend 2.2-dev36 for 1.8 servers.
  20. TPGamesNL

    Solved skript mirror

    Send the console error