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

    Solved Citizens - Change Skin from URL

    I realize the question was pretty stupid since I had the wrong information. I thought there wasn't a way to load a skin in with a URL at all. Thanks for the answer.:emoji_thumbsup:
  2. ItsMCB

    Solved Enable/Disable Scoreboard with %loop-player% and %player%

    I'm trying to create a command that will toggle the scoreboard for that certain player. One player might want to play with it on while another might want it off. This gives them that option. I have gotten the enable and disable part of the code to work, but I'm not sure how I can fit it in with...
  3. ItsMCB

    Solved Citizens - Change Skin from URL

    Currently, you can change a Citizens NPC skin by a player's username. What I need is to be able to change a Citizens NPC skin to one hosted by a web URL. Is this possible? Thanks in advance.
  4. ItsMCB

    Addon Umbaska

    I was switching from working on skripts on 1.12 to taken them over to my 1.12.2 server. I'm getting this error on the latest version. [00:41:53] [Server thread/INFO]: [Umbaska] Enabling Umbaska v3.3 [00:41:53] [Server thread/INFO]: [Umbaska] The config...
  5. ItsMCB

    Points Leaderboard

    It isn't displaying the player name and score, only the score.
  6. ItsMCB

    Solved Custom Farming Not Giving Item When Harvested

    Sorry I have been inactive, thank you Sorry I have been inactive, thank you :D
  7. ItsMCB

    Solved Custom Farming Not Giving Item When Harvested

    Thank you so much! :D
  8. ItsMCB

    Solved Custom Farming Not Giving Item When Harvested

    I'm trying to make a custom food skript for my server. I can't figure out why the player isn't being given the item when it's harvested. on rightclick on soil: if name of player's tool is "&aCucumber Seed": if block above clicked block is air: remove 1 of player's tool...
  9. ItsMCB

    Points Leaderboard

    I've been trying to create a Points Leaderboard, I'm confused to what I'm doing wrong. command /egranking: trigger: loop {Points::%player%}: add 1 to {_size} if {_low.to.high.list::%loop-value%} is not set: set {_low.to.high.list::%loop-value%}...
  10. ItsMCB

    Solved Send attacker message

    No I did not, and it worked. Thank you :)
  11. ItsMCB

    Solved Send attacker message

    How can I make skript message the attacker through on damage event? Things I have already tried: send attacker "&cSWORD ABILITY OVERLOADED! &fYou should use your ability (SHIFT + RIGHT CLICK)." message attacker "&cSWORD ABILITY OVERLOADED! &fYou should use your ability (SHIFT + RIGHT CLICK)."...
  12. ItsMCB

    Solved Freeze Player On Death

    That's a really good idea, I'm surprised I didn't think of it, thank you.
  13. ItsMCB

    Solved Freeze Player On Death

    I'm working on a skript where when a player dies, they would "freeze" for to seconds. I don't know why this isn't working, please tell me if you have any suggestions of fixing this, thanks. on damage of player: if damage > victim's health: cancel event send victim title...
  14. ItsMCB

    > 1001 Not working?

    Thanks for the response, but for some reason the EXP is staying at 1 no matter how much I mine. Never mind I fixed it, thank you for helping me :)
  15. ItsMCB

    > 1001 Not working?

    Why is my code allowing the user's pickaxe level to go over 1000? I have looked this up and it seems like I'm doing the right thing. on mine: if player's tool is a pickaxe: if {_exp} > 1001: message "&cTOOL POWERUP OVERLOADED! &fYou should use your powerup (RIGHT CLICK)."...
  16. ItsMCB

    Item Regeneration

    I have been looking for a way to change item durability. I have found a forum post (https://forums.skunity.com/threads/item-durability.2731/) on the item taking no damage. Is their a way for a player to execute a command and add durability back into their item? Ex. If my diamond pickaxe has...
  17. ItsMCB

    Custom Player Heads In GUI

    Really? I have all of those :/
  18. ItsMCB

    Custom Player Heads In GUI

    What are the dependencies? It still rejects me like my ex wife.... (jk xD)
  19. ItsMCB

    Custom Player Heads In GUI

    It still doesn't want to work..? command /head: trigger: set {_nbt} to...
  20. ItsMCB

    Custom Player Heads In GUI

    What are the dependencies? I have Skript, SkStuff, Umbaska, Skellett, TuSKe, etc on my server so it should be working, right? (Sorry I'm "new" to Skripting, so I might have some dumb questions xD)