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

    how to change sky color of player ?

    well i know randomsk can change sky (Environment/Sky Change) but, randomsk can't work in my server Is there a better way ??
  2. CziSKY

    Ghost Item ?

    skript version: 2.2-Dev20 (Bensku's Fork) server version: Spigot 1.8.8 addons: Skquery SkMorkaz SkStuff Tuske SkRayfall SharpSk Skript-yaml function aries_equip(p: player, t: text): set {_p}'s helmet to 1 of {kit::%{_t}%::helmet} play "Horse_armor" to {_p} at volume 0.3 wait 3 ticks...
  3. CziSKY

    Solved how to change player's knockback?

    how to change player's knockback ? like knockbackmaster: (https://www.spigotmc.org/resources/knockbackmaster-%E2%AD%90-professional-custom-knockback-and-hits-for-pvp.42721/) or smoothknockback: (https://www.spigotmc.org/resources/smoothknockback.34638/) if possible, provide code plz :D
  4. CziSKY

    how to create Unlimited Arena for Minigame

    well. recently i'm coding for my minigame But I encountered a problem halfway. i'm tried for creating many arenas I thought of an idea “can i create unlimited arena?" so there are two program: 1. when game started copy the world (but i think this such laggy and skstuff's mv copy world is not...
  5. CziSKY

    Solved About ArmorStand

    how can change armpose of armorstand i try use skript-mirror but it's not working :emoji_frowning:
  6. CziSKY

    about multithreading

    How do i get my script to open multithreading? I've heard that the multithreading is the new version of the skript function (Bensku)
  7. CziSKY

    Solved about skull

    set {_Player} to "chest" parsed as offline player set {_Skull} to skull of {_Player} set the block at the location x-coord of block, y-coord of block + 1, z-coord of block of the world "world" to {_Skull} why it's not working??
  8. CziSKY

    about custom expression

    how can i create a custom expression (use SkQuery-Fork) And there seems to be no tutorial ;-; sorry for my bad english :-(
  9. CziSKY

    Solved parse error

    on damage: set {_d::*} to lore of attacker's tool parsed as "%string%||Damage: +%number%||%String%" set damage to damage + {_d::2} parsed as number [00:03:42] [Server thread/ERROR]: ': + %number%||%string%"' is not a valid item data (skylevel.sk, line 3: set {_d::*} to lore of...