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

    Solved Lore of player's held item

    Hello, im making custom enchantments and seem to be having a little issue. I updated skript to 2.4, and now i cant check the lore of a player;s held item. I tried "If lore of player's held item contains "&cExplosive":" but it wont read it. Ive tried many many different things, and cant get it to...
  2. Mattllama987

    Solved Custom enchantment

    Will do. Thank you! :)
  3. Mattllama987

    Solved Custom enchantment

    Thank you for getting back with me! But i have resolved the issue i was having. I forgot to set this as solved. Have a fantastic day! :)
  4. Mattllama987

    Solved Custom enchantment

    Hello, im making a custom enchantment, and seem to be stuck with it. Im not 100% sure what is wrong and why its only adding 1 lvl to the enchantment. I need it to stop and 5 and no more, but when i apply the enchant, it stops at 1. I updated skript from a older version and im not sure if there...
  5. Mattllama987

    Fish rarities

    Hello, Im making a fishing script, and need help with a little something. Im adding different rarities of fish with different names. Im trying to make common, well very common. Then i need the rare to be rare, epic to be harder than rare and legendary to be more rare than epic. I have a lot of...
  6. Mattllama987

    SkRayfall Bossbar

    Thanks for getting back with me. It seems to be the correct time now. But the bar is doing something silly that it hasnt been doing xD https://gyazo.com/db18372e4b72c7e8e625dd7866efb5f4 Not sure why its doing that? Ok, i seem to have fixed the problem. Thank you alot shane! :)
  7. Mattllama987

    SkRayfall Bossbar

    Hello, im new to making bossbars. Im trying to make a bossbar that will be on a 15 mins timer and then get deleted after the 15 mins is up. Im not sure how to set it to do that. I fiddled around with it alot and cant seems to get the time just right. If anyone is a expert with bossbars and knows...
  8. Mattllama987

    Top Biggest Fish

    Works like a charm! Thank you very much for your time and help! Have a wonderful day! :emoji_smile:
  9. Mattllama987

    Top Biggest Fish

    I think i did it correctly, but its still giving a higher fish than a random one. on fishing: if player is in world "spawn": if fish state is CAUGHT_FISH: if {contest::started} is true: clear caught item add 1 to...
  10. Mattllama987

    Top Biggest Fish

    That seamed to have fixed that part. But what im needing it to do, is when a player catches a fish thats 4.23cm, and another thats 3.56, it will send the 4.23cm one in the top biggest fish message. Right now its only catching the fish if its bigger than the last one. I need it to pick a random...
  11. Mattllama987

    Top Biggest Fish

    Thank you for replying. But the problem is, when a player catches a fish lets say 4.32cm, and after they catch another thats 7.93cm, and catch 1 more fish thats 3.64, it will show the 3.64 fish instead of the 7.93 fish. But for the {size::fish::%player%} to a random number after setting it to...
  12. Mattllama987

    Top Biggest Fish

    Hello, im trying to make a contest that will show the top 10 biggest fish caught in the contest. I have this here and it works with no errors. But it will show the most recent caught fish size and not the biggest size. Im not sure how to fix the problem thats going on with it. If anyone knows...
  13. Mattllama987

    Scoreboard not making gaps between lines

    I think you can also do like "", " ", " " ect. Just add a space between each "" I think thats the problem. But doing &7, &7&7 will work also :)
  14. Mattllama987

    Selling wheat

    What version of skript do you have? This is the full code here. function wheat(P: player): open chest with 1 rows named "&aWheat" to {_P} format gui slot 8 of {_P} with command block named "&cSell all" to run: if {_P}'s prefix contains "Outcast": set {_a} to amount...
  15. Mattllama987

    Selling wheat

    Hmmm. Still isnt working.
  16. Mattllama987

    Selling wheat

    Ok, thats way easier than i thought lol. But i get no errors and its not removing the items and giving money. function wheat(P: player): open chest with 1 rows named "&aWheat" to {_P} format gui slot 8 of {_P} with command block named "&cSell all" to run: if {_P}'s prefix...
  17. Mattllama987

    Selling wheat

    Hello, I need a little help with a project im working on. Im making a shop skript and seem to be stuck on a little part. How can i make it so if a player has anywhere from 1 to 500 wheat in there inv, and click the sell all button, it will remove it all and multiply the sell cost depending on...
  18. Mattllama987

    Silly question

    Hello, I have a very very funny question to ask. This might be something stupid also. But can skript get other game info besides minecraft? Like lets say i want to make something that shows now much money you have on another game thats not minecraft. Is this possible? Or do i need to do it in...
  19. Mattllama987

    PlaceholderAPI breaks skript

    Is that like a plugin? Im confused on what it is.
  20. Mattllama987

    PlaceholderAPI breaks skript

    What exactly is GameAPI? But one thing i found out its a variable breaking it. I think it was %statistics_time_played% or something like that...