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

    Random drops Script

    Haven't tested it, can't for a while, I think it works though on break of block: drop random element of {item_list::*} The good thing with this skript is that you can make blocks drop only certain items.
  2. pokw

    Help please

    If it worked, please set the flair of this post to "solved" to let other users know it is solved.
  3. pokw

    how to get clean minutes

    Did you debug? What isn't working? Are you getting any errors and if so, what are they?
  4. pokw

    i really need help

    You're not going to get any help unless: 1. You put this in code blocks 2. You explain what you have done to fix it 3. You tell your addons and versions 4. You say your Skript version 5. You try to debug it
  5. pokw

    if player has item issue

    If you fixed the issue, please mark the post as solved by clicking on "post settings" > "edit title" > "add prefix" > "Solved" and then mark whoever helped solve your problem as best answer by clicking the "best answer" button on the bottom right of their post.
  6. pokw

    Solved Get amount of item from a slot

    What errors do you get when you run the code? What problem are you having? What is not working? Have you tried debugging?
  7. pokw

    Scoreboard issue

    Please put this in code blocks so I can understand it and help you.
  8. pokw

    Scoreboard

    No problem, but please mark this post as solved and mark my answer as "best answer." You can mark it as solved by clicking something like "post settings" in the top right of the original post and clicking "edit title" then adding a prefix/flair titled "Solved". You can mark my post as best...
  9. pokw

    Name of an armor stand

    Know that "last spawned entity" is the last spawned entity. What I mean by this is that even if another entity such as a pig spawned before the armor stand was named, the pig would be named. But, what I think is happening is that "last spawned entity" requires it to be an entity and one of the...
  10. pokw

    Nametag problem

    What did you change when it changed from ABCPC1up to Tag | PC1up?
  11. pokw

    get message packet

    Try to use some kind of skript addon to read the chat if it's a plugin, then go from there.
  12. pokw

    glowing effect

    Please do your research before posting, but; You have to add players to a team for it to be a certain color but here is the Skript part of it: command /glowall: loop all players: if loop-player has permission "%player%.glow": apply potion of glowing of tier 1 to player...
  13. pokw

    Solved chest GUI to save items

    Try using sk-mirror.
  14. pokw

    Footsteps silent while sneaking

    Do your research on Skript and its respective addons before posting. With my current knowledge, this is not possible, as it is in the game files and client sided. Minecraft itself always has the /stopsound command, although at this moment in time, I believe it's not possible.
  15. pokw

    Fake Health?

    When a player damages a mob, check the amount of damage and deduct it from a predefined 'fake health' variable.
  16. pokw

    Function to Mob Spawn depending on Room teleport

    Try setting a variable after the player has been teleported to the room to then have the zombies spawn at a location according to that variable.
  17. pokw

    question

    1. Name your post something other than "question" 2. Do your research and you will find it. 3. Try things before posting,
  18. pokw

    Solved Crops value problem

    Please mark your post as solved instead of editing it and if you want, explain how you fixed it for anyone who looks at this post in the future. Thanks!
  19. pokw

    "Stop " problem

    Try putting stop on all of the if/else statements.
  20. pokw

    GUI wont save with Shift+Left

    Not sure, try using wait. Example: wait 1 tick