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

    Target block NBT

    Skript Version (do not put latest): Skript 2.5.3 Skript Author: Bensku Minecraft Version: 1.16.5 Addons: skDragon, Skellett, SkQuery, skRayFall, skUtilities, SharpSK So basically, I have this problem. I want to check if target block of player is specific head, and if it is, change it to...
  2. S

    MYSQL reading data problem

    So there is a thing - I'm creating an anti-swear skript for czech server, aaaand that means we have swears with special letters as ř/č/á etc etc And there I want to save these to MYSQL. Pretty simple. Well when I'm adding and removing swears, everything is okay, words keep adding to database...
  3. S

    Script ◄StaffChat - Secret chat for server staff►

    snakercz_ submitted a new resource: ◄StaffChat - Secret chat for server staff► - Secret chat for server staff! Read more about this resource...
  4. S

    Script ☆SkOwner - Awesome skript for server owners! ☆

    snakercz_ submitted a new resource: ☆SkOwner - Awesome skript for server owners! ☆ - Awesome skript for server owners with multilanguage support! Read more about this resource...
  5. S

    'set! is not an entity type

    Hello, i want to start my skript on friend's server and it gives me an error: Code: command /report <offline player> <text>: usage: /report <player> <reason> trigger: set {playerr} to arg 1 set {reason1} to argument-text if player has permission "reportsys.report": if...
  6. S

    Connect skript with MySQL

    Hello, is there some tutorial how to connect my skript with MySQL DB and how to insert values to it? Thank for reply :emoji_slight_smile: //edit: my code, i want to insert something to DB but it didn't work on join: update "INSERT INTO sauth_logs (`id`, `uuid`, `nick`, `date`) VALUES...
  7. S

    How to hide commands for console

    Hello, I am making skript and i want to hide for console what commands player use. How can i do it? Thanks for reply
  8. S

    Text from url

    Hello, how i can display text from file on github? (for example version.md) I want my skript will display text from that file. Thank for reply.
  9. S

    There is no online player whose name starts with "XXX"

    Hello, i made that simple skript and when i send command /isonline (online_nick) it works, but when i send /isonline (offline_nick), it writes "There is no online player whose name starts with "xxx", no my message... how i can repair it? Thanks for reply... command /isonline <player>...