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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. ImOfflinezzz

    How to remove specific lore of a item?

    You are welcome:3
  2. 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...
  3. 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...
  4. 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:
  5. ImOfflinezzz

    Solved level up

    *cough cough* https://forums.skunity.com/resources/levellersk-good-api.111/
  6. 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...
  7. ImOfflinezzz

    Script Skriptangular

    ImOfflinezzz submitted a new resource: Skriptangular - God,Fly,Vanity,StaffGUI, HardMode and more:) Read more about this resource...
  8. 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...
  9. ImOfflinezzz

    2 in 1

    loop-value-1/2/1000
  10. ImOfflinezzz

    News Welcome Pikachu to the Staff Team

    ESSKEETIT @Pikachu
  11. ImOfflinezzz

    Multiple Lobby System

    You don't really need specific lobbies for specific minigames if you don't have big hardware resources to run them. You should have just multiple hubs with NPC(for example) to join all games.
  12. ImOfflinezzz

    Addon BunchSk[1.8+] - Plugin now works xD

    Ye i know, it wasn't working + 1.8 support
  13. ImOfflinezzz

    Scoreboard

    Post code where you setting variables please
  14. ImOfflinezzz

    Spectators blocking arrows

    Collision is nothing about existance. Server checks if player exists and hit it with arrow. All you need is change packet that makes arrow hit hidden player. Can't do rn but maybe will come with solution little later)
  15. ImOfflinezzz

    YML not creating itself.

    You are trying to write values when !playerFile.exists() but it exists