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. Dave

    Solved Random Number with decimal

    use number instead of integer integer = 1, 2, 3... number/double/decimal = 1.1, 2.5, 4.8... set {_variable} to a random number between 0 and 1
  2. Dave

    Solved How to read text from PasteBin or something?

    Skquery set {_raw} to text from "URL" skutilities set {_raw::*} to contents from url "url"
  3. Dave

    Solved Loop Players Issue

    you're welcome
  4. Dave

    Solved Loop Players Issue

    ye it is!
  5. Dave

    Solved Loop Players Issue

    you just need a good vps and will works without problems
  6. Dave

    If hotbar contains

    these slots numbers are wrong
  7. Dave

    Solved Loop Players Issue

    this is WAY better than EVERY 1 TICK, the server can do this without problem and read above what I said
  8. Dave

    Solved Loop Players Issue

    https://gyazo.com/8ad70cfeb83be50ec387279e91ad97a9 correct wait on join: wait 1 second while player is online: create bossbar titled "&6&lLevel &f[&6&l%{level.%player%}%&f] &bExp &f[&b%{exp.%player%}%&f]" and id "level.%player%" for player with progress {exp.%player%} with...
  9. Dave

    Solved Skript only returning "/skript help"

    try try using paperspigot try try using paperspigot
  10. Dave

    Solved Loop Players Issue

    try this (?) and id "level.%loop-player%" and also DON'T use every 1 tick, no one would recommend u to use that shit, this will decrease ur server performance example: if you have 40 players online and "every x (tick | second)" with "loop all players", the server will loop players 800 times...
  11. Dave

    Is MySQL even possible on 1.12.2 spigot?

    as u can see, there's a problem with credentials, so its possible, as I said, i had te sa,me problem before and I tried installing it in a new test server and then works also, im running with paperspigot, I dont really know if this makes a difference but ok
  12. Dave

    Is MySQL even possible on 1.12.2 spigot?

    idk what to say, skript-db doesnt works at all and doesnt have support, skript mysql works but it only save variables, you cannot create tables, rows in it and I got the same problem with skquery but I tried reinstalling and now works without problems yo wait, what are u using for database? im...
  13. Dave

    uuid in variable

    wrong usage, you can't do this, the ''variables'' section is just for global variables, not for a player example: variables: {enable} = true {disabled} = false {value.example} = 433
  14. Dave

    PLEASE HELP

    b: https://gyazo.com/aedf0ec3f8bf024cf72535b0e32e33aa on death event: https://gyazo.com/6d9b2a14c5ed692636e8a5d63edd73a2 on place: if event-block is gold block: set {spawnpoint.%player%} to location above event-block send "&aSpawnpoint set." stop on break: if...
  15. Dave

    Is MySQL even possible on 1.12.2 spigot?

    why u didn't tried my example? try using the lastest version of skquery and also, which skript version are u using? or send me the code
  16. Dave

    Random drops Script

    on load: set {blocks::*} to all blocks delete {blocks::1} stop on unload: delete {blocks::*} stop on block break: drop a random element out of {blocks::*} stop
  17. Dave

    PLEASE HELP

    on place: if event-block is gold block: set {spawnpoint.%player%} to location above event-block send "&aSpawnpoint set." stop on break: if event-block is gold block: #if location above event-block is {spawnpoint.%player%}: delete...
  18. Dave

    Solved Save certain & multiple variables in MySQL

    You're welcome ! i'm glad to help u :D
  19. Dave

    Solved Save certain & multiple variables in MySQL

    the pattern means which variables will be saved in the datase, so basically ''.*'' means everything, all variables will be saved. You need to change it to ur own liking, so if you wanna save some variables, then use the prefix ''db_'' in your variables and set the pattern in the skript config to...
  20. Dave

    Get potion effect duration

    i dont know to be honest