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

    Solved player's prefix and player's suffix not working

    So i have a chat.sk skript which runs on 2 servers with identical versions of skript, all its addons, server software and permission plugin Can't understand this expression: player's prefix (chat.sk, line 87: set message format to "%player's prefix%%player's display name%%player's...
  2. mel_instagibson

    skript-mirror custom effects and expressions

    Does someone know how to fix this? i need a function that does a database lookup for a given player and returns a string but i cant use normal functions for it since they dont allow a delay. im trying with skript-mirror but there is no documentation or examples that go past 2-liners...
  3. mel_instagibson

    Solved Itemflags & skript-mirror

    Hi, so i updated to 1.13 and it seems like there wont be any update to skstuff so im trying to set item flags via skript-mirror since i cant use nbt anymore. currently i have this: import: java.util.List java.util.Arrays java.util.ArrayList...
  4. mel_instagibson

    Permalinks for downloads on overview page

    So since you allowed direct downloads from skunity without having to log in could you please make it so that the overview page always links to the most recent version? because right now the link will be outdated on every update which is kinda... annoying thanks for considering!
  5. mel_instagibson

    Variable permission (message) in commands

    I'm trying to use permissions based on a stirng in a command to check if a player can use kits, but at the moment it uses %arg-1% instead of the actual string, is there any clean way around this working with the command syntax itself? command /kit <string>: permission: mel.kit.%arg-1%...
  6. mel_instagibson

    Solved Database for dev32b

    Which plugin/syntax would you recommend (if there are any) to utilize a mysql database? I was using skellett till now but its database support broke when dev32 came out and i dont see it getting a fix soon. (cant really wait for that announced full rewrite) any alternatives? (i guess...
  7. mel_instagibson

    player head skin in gui

    could anyone tell me what i have to do to so the player heads displays when i open the gui/inventory? because like it is now it will only display the correct skin when i click on it with the set gui-clicked-item. Im out of ideas i tried adding waits, change syntaxes, etc. the head will never...
  8. mel_instagibson

    Colored string to integer

    Is there any way i could convert parts of a colored string to an integer? like i have "&a100 Blocks" i was able to extract the green 100 but i cannot parse it as an integer (would always return <none>) Ok it seems like it works if i name it "&a 100 Blocks" so that means is there a way i can...
  9. mel_instagibson

    Unstealable inventory slot

    Could anyone tell me if its intended that the "format slot" expression cant be used with on inventory click events and why that is? "set slot" works tho but that one doesnt have an unstealable option so i always have to cancel the event like on below i can detect inventory click events on any...
  10. mel_instagibson

    Quit reason

    Is there any way of telling the reason why a player left? Im trying to make a combatlog skript and would need something like On quit: If quit-reason is not "kicked", "timed out" etc.... Kill the player I tried all of mundosks packets already but couldnt find a working one. Could...
  11. mel_instagibson

    Solved Item durability

    Is there any addon that can check and cancel a durability loss event? Or set the durability of an item? (Armor and tools, not blocks) It really got tough to find syntaxes without any sort of unified and up-to-date docs like they used to be on skunity... The forum resets didnt help either, i...
  12. mel_instagibson

    Getting files via wget or curl

    Is there any way to still download resources on skunity via wget or curl on ubuntu terminal? if yes can anyone post an example command please? :)
  13. mel_instagibson

    Solved Infinite tipped arrows

    Is there any way to determine the type of a tipped arrow either shot, consumed, or on the "first" slot in the inventory? i know the data is stored in nbt but still... anyone knows a way? What i am trying to achieve is a simple script that allows tipped arrows to be affected by the infinity...