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

    Best way to refill chest in skywars?

    Hello guys! I am trying to do center chest refill and 1 island chest refill (every island have chance for 4 patterns) My code: if arg-1 is "join": if arg-2 is set: set {arena.%player%} to arg-2 if {sw.arena.%arg-2%.online} is true...
  2. M

    How to optimize?

    Hello guys, I have this skript: function SaveArea(t: text): set {_x} to 0 loop blocks within {arena.pos1.%{_t}%} to {arena.pos2.%{_t}%}: if loop-block is not air: add 1 to {_x} set {arena::%{_t}%::blocklar::%location of loop-block%} to type of block at...
  3. M

    Project for new at skript

    Hello! Guys if u have host , new on skript, have 14 atleast contact me we will make "Clash of Clans" server in minecraft ;)
  4. M

    Skript new update suggestion

    Hello guys! I thought how annoying is SPACES and TABS. In java you can put how do you want and everything works. Please fix this or add this to new version.
  5. M

    Auto startup always starting himself and repeating it

    Hello guys i am creating skywars Auto startup system and then it's starts it's always repeating itself Code: every 2 seconds: loop all players: if {sw.arena.%{arena.%loop-player%}%.online} is true: if {sw.arena.%{arena.%loop-player%}%.list} > 1: set...
  6. M

    Solved ChestRefill items don't remove from variables

    Hello guys! I have skript: command /test3: trigger: loop all blocks in radius 5 of player: set {_chestpatern.mid} to a random integer between 1 and 2 if {_chestpatern.mid} is 1: if loop-block is a chest...
  7. M

    LeaderBoard

    Hello, I need help with this skript. I have no idea why it's not working no errors no nothing.... Server ver: 1.8 Skript: 2.2 command /topreset: permission: top.admin trigger: clear {rank::*} clear {rankp::*} clear {ranks::*} message "{@prefix} Stats'...
  8. M

    Chest refill system

    Hello guys I have problems with Chest refill system , I get no erros 1.8 version of minecraft and 2.2 skript. set {_chestpatern} to a random integer between 1 and 4 if {_chestpatern} is 1: loop all blocks in...
  9. M

    Loop + else = Buggy

    Hello guys I have this code: every second: loop all players: loop all blocks in radius 5 of loop-player: if loop-player is wearing iron helmet: stop loop else: if loop-block is sign: if line 2 of loop-block...
  10. M

    Bug of skript (%event-item%)

    Hello guys! I have a problem with this code: every second in "world": loop all players: apply potion of jump boost of tier 1 to loop-player for a second if loop-player isn't wearing iron helmet: damage loop-player by 0.5 heart every second: loop...
  11. M

    Solved Add random items to chest

    loop all blocks in radius 200 of {sw.arena.%{arena.%loop-player%}%.center}: If loop-block is chest: clear loop-block's inventory wait a second add 5 wood to {chestitems::*} add 1...
  12. M

    Solved Delay of loop {variables}: send

    loop {sw.arena.%arg-2%.players::*}: send "{@prefix} %arg-2% will start in 15 seconds" to loop-value set loop-value's level to 15 clear loop-value's inventory wait a second set...
  13. M

    Problems with variables and loop-value for all have delay

    Hello guys, I know I am wanting to much but I am dunno. I have problems with variables and arena reset First code: on death of player: remove 1 from {sw.arena.%{arena.%victim%}%.list} remove victim from {sw.arena.%{arena.%victim%}%.players::*} delete {sw.%victim%.ingame} add 1...
  14. M

    Solved I don't need loop-player -1!!

    Hello guys, I am doing skywars skript and i get errors that i need to put -1 it is so anoying, i don't need them... every second in "world": loop all players: if {sw.arena.%{arena.%loop-player%}%.list} > 1: add 1 to {sw.arena.%{arena.%loop-player%}%.sec}...
  15. M

    Script Gamble

    MeHow submitted a new resource: Gamble - Script Gamble Read more about this resource...
  16. M

    Script Gamble 1.0

    Gamble Skript Hello guys! Welcome to a new skript! Commands: /gamble roulette <money to bet> It will open a gui with colors to choose Support: Vault Essentials ============================= FAQ Q1:Can i copy this skript if its dead? A1: NO Q2:Can i reupload this skript? A2:No Q3:Can i use...
  17. M

    SkDragon

    every 2 seconds: loop all zombies: loop all blocks in radius 10 of loop-zombie: if line 1 of loop-block is "[Building]": if line 2 of loop-block is "LightTower": if line 3 of loop-block is "Level 1"...
  18. M

    Solved Pathifind

    I have problem, my pet don't pathifind :(. Code: command /testpet: trigger: if player is op: spawn a pig set name of last spawned pig to "&d%player%'s Piggy" set {god.%entity%} to true add last spawned pig to {pig.%player%}...
  19. M

    Mining time?

    Hello skripters, I have big question, How to set my own minig time of any type of block? Thank you for reply up