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

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

  1. TobyMinceraft

    Addon Ersatz

    According to the devs of PlaceholderAPI (hereafter known as PAPI), the plugin needs updating. I am not using the latest version of PAPI, as I have not had the time to update it (though PAPI is not latest, it still gives this error). Here's the error it gives me: Ersatz is currently using a...
  2. TobyMinceraft

    Solved Change Item Base Damage

    Agreed. I came across this on accident, seeing how Skript treats things in "options" quite literally. So if I wanted to tell the player their playername for example and put it in the "options", it would just show as %player% (this is a actually a bad example, but I forgot what I was doing when I...
  3. TobyMinceraft

    Solved Change Item Base Damage

    Completely forgot about aliases. But even still, our points remain: you can still use NBT in vanilla Skript (many people say otherwise, or have trouble doing so)
  4. TobyMinceraft

    Solved Change Item Base Damage

    If you want to do this in straight vanilla Skript, you'd have to use a combination of a Skript command and a Vanilla Minecraft command (using a trick I recently discovered, it is possible to use NBT data in Skript without the help of addons - but only giving or setting data, not detecting it...
  5. TobyMinceraft

    Solved Need to know something before I make this Skript

    With what I was wanting to do, it actually doesn't matter the words with extra text, as the extra text would actually be more words. I do thank you for helping, though. Will be testing more soon.
  6. TobyMinceraft

    Solved Need to know something before I make this Skript

    I know how to check if a list contains the vaule. I just needed skript to send all matching results from said list.
  7. TobyMinceraft

    News New Parser Experiment - Collaborative Editing + WIP User Profiles

    Unsure if you've thought of this already, but I have a suggestion. If at all possible, have it so the parser can determine if what you're trying to accomplish will require an addon or just vanilla Skript. May take a bit to do, but it will be helpful (then, of course, the player should already...
  8. TobyMinceraft

    Solved Need to know something before I make this Skript

    You see, this is why the forums exist, because the wiki (even the ones by bensku and Njol) did not help with what I needed. Thank you for helping!
  9. TobyMinceraft

    Solved Need to know something before I make this Skript

    Interesting. Well, okay then. Thank you, anyways.
  10. TobyMinceraft

    Solved Need to know something before I make this Skript

    Hi, all. No, I don't need help with a script I currently have, but rather I need to know if what I'm about to do is even possible using Skript or an add-on. I will try my best to explain, but even me saying it in my head is confusing. Here goes. I'm creating a script that will search a variable...