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

    Bought but not downloadable

    I have purchased Ticket skript but the download function does not work. I hope I wrote in the appropriate section. Thank you
  2. M

    Ticket System for your Discord Bot

    the same, I can't download
  3. M

    bitterSK

    [Skript] Can't understand this condition/effect: execute {_sender} command "%{_command}%" with permission "%{_permission}%" (bitterSK.sk, line 200: execute {_sender} command "%{_command}%" with permission "%{_permission}%"')
  4. M

    Solved Replace string in every command

    I want to replace text in every send command and execute new version. ex: /op @1 -> /op Nick on command: if {komenda.%event-commandsender%} is true: delete {komenda.%event-commandsender%} stop if {komenda.%event-commandsender%} is not set: cancel event set...
  5. M

    Change player skin from url

    Is it possible to change player skin from url image?
  6. M

    post request to url

    Hi can you give me example to run website with post data? I know it is possible in Reqn but I dont have examples.
  7. M

    Problem with ,,&"

    Hello I want to use ,,to text from"(url) but I have problem. Char ,,&" isn't work. set {_test} to text from "https://url.com/page.php?p=%player%&n1=first&o1=10" In PHP I get ,,Nick�n1=first�o1=10" by get only ,,p". Get ,,n1" is empty. What is wrong? That ,,�" is strange. I repair it, but can...
  8. M

    Solved Loop doesnt work

    I have {vdate::%player%::*} so I have {vdate::*} too
  9. M

    Solved Loop doesnt work

    I have skript: function graczeObok(p: player) :: boolean: loop all players in radius 50 around {_p}: set {vdate::%{_p}%::%loop-player%} to round(distance between loop-player and {_p}) delete {vdate::%{_p}%::%{_p}%} return true every 5 seconds: delete {vdate::*}...
  10. M

    NPC go to (not teleport)

    Is it possible to force npc(citizens) go to a location by skript?
  11. M

    Change nick on chat

    Hi, I can't change nick on chat. 1.16.5, Skript, skBee, Tablisknu, Skelett, skQuery... Tab and nametag works but not chat: set player's default nametag to colored "&4Test" set player's display name to colored "&4Test" set player's displayname to colored "&4Test" set tablist...
  12. M

    Solved Display all Materials skript-reflect

    How can I display all Materials name? import: java.util.Arrays org.bukkit.Material command /lista: executable by: console trigger: set {_nl} to Arrays.stream(Material.values()) send {_nl} to console
  13. M

    Solved Player see a block

    Is it possible to check that a player see block?(not check near!)
  14. M

    Oraxen vs ItemsAdder

    Anyone have experience with these two plugins? Which is better and why?
  15. M

    MiniGame skript Core

    Category: Minigame Suggested name: MiniGameCoreSK Spigot: 1.16+ What I want: I'm looking for minigame core written in skript on newest version(not 1.8-1.12 with old addons) Ideas for commands: /party /mg createArena (edit,delete...) /mg join /mg autojoin /mg setlobby /leave When I'd like it by...
  16. M

    Skript Paginated GUI Example

    I make Tuske version, tested on 1.16.4: https://pastebin.com/raw/U7sMN171
  17. M

    Tutorial for json data?

    Hello I'm looking for json manipulate, get, set, lot of branches.... tutorial. I want to keep data in mysql database. YAML isn't comfortable to big data so I want to use json.
  18. M

    GUI Skull with nbt

    Hello, I want to get skull from https://minecraft-heads.com/custom-heads/alphabet/516-stone-arrow-left I have: set {_nbt} to "{display:{Name:""{""text"":""Stone Arrow...
  19. M

    Location from player

    I want to get location of player +2 forward player
  20. M

    Citizens create, spawn and set skin from url

    Hello, how to create npc from Citizens plugin? I know that denizens have skin set from url but I hear that Citizens can do it too. thanks for help ok all works, Skelett config was Citizens false