Recent content by Blobbyguy

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

    Skript Lists

    I've run into this issue in a few projects I've been working on and was wondering if anyone knew of a way to do the following: Hey, what's the best item to add a value to a list value? E.g. {Shop::%Contents List%::Price}. I'm having an issue where I have two items that are the exact same in the...
  2. Blobbyguy

    Solved TuSke GUI manager issues.

    I downgraded down to Dev 33 and it seemed to fix the issue. Thanks! :)
  3. Blobbyguy

    Solved TuSke GUI manager issues.

    Hey, so I loaded my GUI's up today (TuSke) and all of a sudden I'm getting errors all over the place and I'm not too sure what's happened. There were no errors previously and everything WAS working fine. Code: ``` make gui slot 13 with {_nextItem} named "%{_nextName}%" with lore...
  4. Blobbyguy

    Linking ID's to ID's

    I'm trying to find a way to link a player UUID to another unique ID so either can be accessed from each other. E.g. player from ID1 or ID1 from player. It could be done using SQL probably but I don't have any SQL database set up and was hoping there was a way to do it without storing 2 variables...
  5. Blobbyguy

    Need help creating advanced GUI

    I would suggest using TuSKe's GUI manager. It's a bit of a learning curve, but well worth it! https://www.spigotmc.org/resources/tuske.25136/
  6. Blobbyguy

    Blobby Blob Blo

    Blobby Blob Blo
  7. Blobbyguy

    Bonemeal

    Is there a way to bonemeal or simulate bonemeal in blocks around a player e.g. <code> loop blocks in radius 5 of player: Apply bonemeal to event-block </code>
  8. Blobbyguy

    Solved Potion effects

    I need a way to apply a potion effect while a player is wearing/holding an item. The issue I am having is the effect in skript stacks the time so if a player has 1 second left on their potion, and then you apply potion effect for 1 second. It actually applies for two seconds. This means if the...
  9. Blobbyguy

    config.sk not being generated

    Skript Version: Skript 2.2 (dev25) Skript Author: Bensku Minecraft Version: 1.11 Console Errors: https://hastebin.com/onuhukepir.vbs https://hastebin.com/naqayuyeho.css Troubleshooting: Have you tried searching the docs? Yes Have you tried searching the forums? Yes What other methods have...
  10. Blobbyguy

    Sorting from Highest to Lowest

    Hi, I would like to figure out a way to sort a list variable from highest to lowest ({list::*}) I can't use the RandomSK way as I am on 1.9.4 I also would rather not switch SK versions however I am open to any other addons that do the job SK Version: 2.2 Author: Nfell MC Version: 1.9.4