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 comminuty!

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

  1. K

    Take information from MySQL

    Hey, How can I take data from SQL table and use them as variables? I am already using SkQuery but I can switch addons if needed. For example: ----------------------------------------------------- Username | Code |...
  2. K

    Solved If player connects from other proxied server

    Hey, is there any way to detect if player joined from different server in the network or directly from the server list. For example, if player joined from lobby, keep him. But if they joined from the server list, kick them. So, if the lobby server is down and player joins some other server...
  3. K

    TuSke addon issue

    My code open virtual chest inventory to player looks wrong. And sends error message: [ERROR] Can't understand this condition/effect: open virtual chest inventory to player (kp.sk, line 169: open virtual chest inventory to player') Sorry, I am new to TuSke.
  4. K

    TuSke for BenSku's fork 1.8

    Hey, I am looking for Tuske Addon for this skript version. Minecraft 1.8 Thanks
  5. K

    PAPI Skript addon

    Hey, There was a PAPI extension for Skript in the past (https://www.spigotmc.org/resources/papi-skript-expansion.42205/) However, this extension isn't working anymore. Can someone please give me alternative solution? I need PAPI to be able to display Skript variables as placeholder in...
  6. K

    Every 1 tick event

    Hey, so i ran into an issue while using the every 1 tick event. This is my code: every 1 tick: loop all players: if {%loop-player%::frzd} = 1: if location of player is not {%loop-player%::lockloc}: teleport player to {%loop-player%::lockloc} The idea is, that every tick...
  7. K

    How to list multiple values in variable

    Hey, I need to list all the values in some variable to appear in chat. My current code looks like this if arg 1 is "add": set {%arg-2%::ploc} to location of player add arg-2 to {_projects::*} broadcast "&8[&aBuild&8] &7New project has been created: &a%arg-2%" if arg 1...
  8. K

    Subcommands in skript

    Hey, I tried to make commands with special subcommands. Just like: My code is: command /kredity <text> <offline player> <number>: aliases: /kredit /credit /credits permission: kredity.usage permission message: &7[&6&lCloud&e&lMC&7] &8Na toto nemáš oprávnění usage: &6Použij &e/kredity...
  9. K

    Solved SKquerry moving items disable

    Hey, how do i prevent players form moving items into the skquery gui? Thanks for help
  10. K

    Working skript for 1.12.2?

    Hi, I need some working version of skript for 1.12.2. Currently i am using 2.2dev97c but this version does not support addons like TuSke or SkRyfall. Please help me :)
  11. K

    Solved Teleport player to {variable}

    How to teleport player to coordinates in variable saved like this: command /rtp: permission: rtp.use permission message: &7[&6&lCoud&e&lMC&7] &8No permission! trigger: message "&7[&6&lCoud&e&lMC&7] Teleporting..." set {%player%::rtpx} to random number between 0 and 20000...
  12. K

    If player is bellow Y: 20

    I want to make feature to teleport player to spawn whenever he is bellow some Y coordinate. How to do it? THX for answer
  13. K

    Solved Failed to give player an enchanted item

    Code command /si-axe1 <player>: permission: si.admin permission message: &7[&6&lCoud&e&lMC&7] &8Na toto nemáš oprávnění trigger: give arg-1 diamond axe of unbreaking 10 and efficiency 8 and sharpness 5 and mending Error code
  14. K

    GUI fail

    This is my code command /vip: #Prikaz na vip permission: vip.list #Prava na command trigger: open chest with 5 row named "&c&lVIP" to player #Otevreni GUI #vip format slot 10 of player with light blue wool named "&3&lVIP" with lore "" and "&bCena: &740 kč" and "&3Doba trvani: &730...
  15. K

    Solved Skript installation fail

    Error code while starting the server Server info When i type /sk it shows over and over
  16. K

    Solved Failed to give player an enchanted item

    Error code: Code: command /si-pick1 <player>: permission: si.admin permission message: &7[&6&lCoud&e&lMC&7] &8Na toto nemáš oprávnění trigger: give arg-1 1 of netherite pickaxe of unbreaking 10 and efficency 8 and fortune 5 and mending named "&6&lVrtačk&e&lka" And it works for a...
  17. K

    No Skript is working

    Hi, i made simple skript and then put it inside another server. This server is running the same Skript version as the previous one. But when i try to run the command, it says unknown command. /help
  18. K

    Event - On variable = another variable

    Hi, I want to run things when variable {pvote} is equal to {pvotemax}. How can i do it? I want this as trigger event, no command. Thanks so much
  19. K

    RTP skript not working

    Hi. I want to make rtp skript that teleports player in the world survival randomly variables: {x} = 0 {y} = 0 {z} = 0 command /rtp: permission: skyland.rtp aliases: /rt, /randomteleport, /rteleport, /randomtp, /randomt trigger: set {x} to random integer between -5000 and 2000...
  20. K

    Event win skript

    Hi, i need to setup Event/competention skript. I need command /eventstart <Event type> <Win>, /eventend <Winner>. I need to automaticly give the Essentials eco Win to the winner. My code looks like this (variable vyhra is the win variable) variables: {vyhra} = 0 command /event: aliases...