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

    Addon Conquer

    After the recent updates to FactionsUUID, this add-on doesn't seem to recognize it as a factions plugin anymore... I can't update FactionsUUID until this is fixed. Is this plugin still maintained?
  2. ceruleanReverie

    Addon SkQuery [1.13-1.19+]

    Oh, thank you! I just tried out that new version and it seems to fix the issue. I didn't know there was a github page, my bad. I found a new bug with this new release but I'll report it to github. (Should be an easy fix). Thanks again!
  3. ceruleanReverie

    Addon SkQuery [1.13-1.19+]

    Hm, I'll have to mess around with it more when I have time, but the scripts I had loaded didn't have any code relating to inventory stuff at all afaik. I think the skquery stuff I had loaded was some regex stuff as well as "is divisible by", and I think also "%nl%". For whatever reason, having...
  4. ceruleanReverie

    Addon SkQuery [1.13-1.19+]

    Seems to be broken with skript 2.4 on 1.14.3. Causes errors when parsing scripts, basically makes any scripts not load at all if you have the addon installed. Will this be fixed?
  5. ceruleanReverie

    Addon SkQuery [1.13-1.19+]

    The code I used worked fine in 1.12 though. The values didn't get set to null before. It's only broken on 1.13. I can work around the issue by doing the $ thread effect earlier on in the code, before any local variables are set, but it's a pain to have to do that when I only really need a...
  6. ceruleanReverie

    Addon Conquer

    Doesn't appear to work with Factions One v1.3.1 ... it just says I don't have factions installed, but I do.
  7. ceruleanReverie

    Addon SkQuery [1.13-1.19+]

    Hello, the $ thread effect seems to be buggy with 2.3 skript on paper 1.13.1. When I use this effect, it causes any local variables that existed before $ thread was called in the code to be set to null. Are there any work-arounds to this?
  8. ceruleanReverie

    Addon skUtilities

    Getting errors when I try converting ascii back to a string... I made a thread about it here to no avail... is this a bug?
  9. ceruleanReverie

    Errors with ascii conversion?

    Hi, I'm trying to make a simple function to convert text to rot13. I'm using skutilities' ascii expressions to accomplish this, however I get errors in console whenever I try to convert from ascii back to text. Skript Version (do not put latest): Skript 2.2 (dev35b) Skript Author: Bensku...
  10. ceruleanReverie

    Addon AdvancementsAddon

    It would be really cool if there were an event for getting criteria of advancements, not just being awarded the whole advancement. I'd also like to see events for unlocking recipes, etc... Just trying to make something simple that blocks creative players from getting advancements/recipes...
  11. ceruleanReverie

    Addon Vixio - The best Discord addon on the Market

    Oh, okay, thanks! That is some good news. Will try this in a little bit :emoji_smile:
  12. ceruleanReverie

    Solved Execute sever commands from discord message event?

    Hey all, I'm making a discord bot that interacts with my mc server... after some bugtesting I've come to realize that I can't execute server commands (even ones in functions) from a "synchronous event" which vixio's "on guild message receive" event seems to be. Loading the script results in no...
  13. ceruleanReverie

    Skripts fail to load when using craftconomy?

    Hey, I use craftconomy on my server and recently updated to mc 1.11 and bensku's fork (dev-25), except now my skripts will not load unless craftconomy is not on my server. Every time the server starts up, it will send a stacktrace for nearly every skript I have, citing a null pointer exception...
  14. ceruleanReverie

    Factions support in 1.11.2?

    Hello, I need to have (FULL) support for mcore factions in 1.11.2, but the only two addons that seem to work on 1.11+ either don't have everything I need or just cause errors in my console without actually working. I'm using paper for 1.11.2 if that matters, as well as skript 2.2 dev23...