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

    i just tried what did you recommend but i think i don't get it exactly... can you explain it better? Cause again-my problem is i can add diacritics into database bcs it doesnt recognize Í and Í as different letters for some reason. And i need to block both and I also want chat with diacritics...
  3. 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...
  4. 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...
  5. S

    Script ◄StaffChat - Secret chat for server staff► 1.0

    Are you annoyed from out-game chats or /msg's? No problem! Staffchat can make staff communications visible only for players with permission! It's simply secret chat for server staff. /staffchat help - Help command /staffchat about - About plugin /staffchat reload - Reloads plugin /schat -...
  6. 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...
  7. S

    Script ☆SkOwner - Awesome skript for server owners! ☆ 1.0

    Do you have a server? Are you a owner? This plugin is just for you! This is the best plugin for server owners... and it is free! Multilanguage support (cz) /skowner help - Help command /skowner set <nick> - Set nick of the owner /skowner setlocale <cz/en> - Switch between czech and english...
  8. 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...
  9. 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...
  10. 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
  11. 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.
  12. 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>...