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

    Addon skript-mirror

    Hey so i tried to switch to skript-mirror 2.0.0 due to the log handler issue but it breaks so many of my skripts and i cant find any documentation about it on load: set {mcoin} to new ItemStack(Material.EMERALD!) set {_meta} to {mcoin}.getItemMeta() set {_lore} to new...
  2. 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...
  3. 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...
  4. mel_instagibson

    Other Custom effects and expressions with skript-mirror

    Can someone help me out with this? im trying to make a "function" that waits for some data from luckperms but i only get <none>s expression last permissioncheck %offline player%: get: return {permissioncheck} set: set {permissioncheck} to change...
  5. mel_instagibson

    Solved Itemflags & skript-mirror

    Oh nice, i wasnt sure if this was a bug since you couldnt reproduce it so i thought ill just ask here. guess thats solved now, ty!
  6. 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...
  7. mel_instagibson

    Addon WolvSK (1.8-1.16.1)

    sooo ive seen an update for 1.13 but is there a 1.13 skript version yet?
  8. mel_instagibson

    Other Custom effects and expressions with skript-mirror

    Of course its the one thing i thought about trying but didnt because i thought that cant be. well thats pretty annoying especially if you try to create functions that call other functions, any chance this will be fixed soon?
  9. mel_instagibson

    Other Custom effects and expressions with skript-mirror

    I'm having troubles understanding the delay and how you access custopm effects... I'm trying to add a "function" in which i check for a value in the database and return either false or the value if its not set/set something like this: effect check %player%: delay the effect...
  10. mel_instagibson

    Addon skript-db

    oh, you already replied ^^ yea having uuids as table names seems to be a kinda troublesome, i might have to restructure but for now ill use the unsafe workaround does this only happen due to the format of uuids?
  11. mel_instagibson

    Addon skript-db

    im having troubles using variables in queries it seems like a bug but i'm not sure, here is what im trying to do: command /equip: permission: * trigger: set {_u} to "ff310bf1-64c6-4f9f-9fc9-bf3fbd6bd959" #<- this should actually be uuid of player, i typed it out...
  12. 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!
  13. mel_instagibson

    Variable permission (message) in commands

    yea im aware of that but i thought ther might be a "cleaner" way to do it
  14. 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%...
  15. mel_instagibson

    Addon TuSKe - Custom Enchantments, GUI Manager and more!

    So im trying to make a kit creator with a chest interface but whenever i try to delete a gui it will still open it again, basically the delete gui passage does nothing any way around this or a quick fix? command /editkit <string>: permission: mel.createkit trigger...
  16. mel_instagibson

    Addon Skungee - The proxy addon for Skript

    tried to switch from skellettproxy to skungee.... https://www.paste.org/89821 The port im using is 7332
  17. mel_instagibson

    Addon skript-db

    wow, this should be in the docs awesome explanation, thank you
  18. mel_instagibson

    Addon skript-db

    yeah i know, i was a bit surprised when skellett worked like that out of the box but it was really handy and performed well. as a skript user i dont see a reason to moan about (hacky) workarounds, thats its primary use anyways :p. because i want to improve my knowledge about databases and their...
  19. mel_instagibson

    Addon skript-db

    So i had this working with skellett's syntax but i'm running into an (expected) issue now ith skript-db command /isonline <string>: permission: * trigger: send "%isonline(arg-1)%" function isonline(p: string) :: boolean: execute "SELECT server FROM...
  20. mel_instagibson

    Solved Database for dev32b

    well if you know how to, skript-mirror is by far the most complex addon out there and i really like this addon. its straightforward, versatile, clean and seems reliable and safe.