Recent content by ImOfflinezzz

  • 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. ImOfflinezzz

    How do i loop in a chest's inventory?

    Hello. use loop-item
  2. ImOfflinezzz

    Adding Nametags To Players?

    If you want to keep player’s actual name you can use component prefix/suffix from SkBee set component team prefix of team of player to mini message from "<red>[OWNER] ” set component team suffix of team of player to mini message from "<gradient:gold:white>Staff Member"
  3. ImOfflinezzz

    ANYONE KNOW HOT TO MAKE ITEMS GLOW IN SKRIPT

    force player’s tool to glint No addons:emoji_slight_smile:
  4. ImOfflinezzz

    Comparison returning false, even though everything looks correct

    You’re comparing location and location in contains function But list itself and “check” object contains only “x,y,z” Try just: if loop-value contains {_check}:
  5. ImOfflinezzz

    Solved respawn skript

    set {_loc} to the spawn location of player's world set yaw of {_loc} to X set pitch of {_loc} to X
  6. ImOfflinezzz

    message stuff i dont know

    on chat: set {_letters::*} to message split at “” loop {_letters::*}:
  7. ImOfflinezzz

    How to remove specific lore of a item?

    You are welcome:3
  8. ImOfflinezzz

    How to remove specific lore of a item?

    Whoops.. forgot to make it array variable: on death of player: loop drops: if lore of loop-item contains "&7Soulbound I": remove loop-item from drops set {_i} to loop-item set {_s} to size of lore of {_i} delete line {_s} of lore of...
  9. ImOfflinezzz

    How to remove specific lore of a item?

    It's because they put 5 ticks delay directly into loop. Try this: on death of player: loop drops: if lore of loop-item contains "&7Soulbound I": remove loop-item from drops set {_i} to loop-item set {_s} to size of lore of {_i} delete...
  10. ImOfflinezzz

    Solved can someone please add a 3 second cooldown?

    You have no value for {%player%.spellselected} Replace else if {%player%.spellselected} is "heal": with simple else:
  11. ImOfflinezzz

    Solved level up

    *cough cough* https://forums.skunity.com/resources/levellersk-good-api.111/
  12. ImOfflinezzz

    Script LevellerSk[+Good API] - Level, Exp and ANY TOPS

    Update List: -function getUniversalTop(list,amount,output) - you can get top values from any list with customized output using @index, @value and @place placeholders -Working function getLevelTop(amount,output) -Working function getExpTop(amount,output) -Preparings to release caching function...
  13. ImOfflinezzz

    Script Skriptangular

    ImOfflinezzz submitted a new resource: Skriptangular - God,Fly,Vanity,StaffGUI, HardMode and more:) Read more about this resource...
  14. ImOfflinezzz

    Script Skriptangular 2.1.1

    SKRIPTANGULAR Skriptangular is skript that add some interesting and useful features to your Survival server. WILL NOT BE COMPATIBLE WITH ESSENTIALS AND OTHER ALTERNATE PLUGINS! GOINT TO BE REWRITTEN TO WORK WITH NEWEST ADDONS AND SKRIPT VERSIONS AND BE MORE OPTIMIZED. List Of...
  15. ImOfflinezzz

    2 in 1

    loop-value-1/2/1000