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

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

  1. C

    Maximum Hunger

    Hello, is there a way to increase the maximum hunger of a player? For example, I want to make an item that when consumed, changes your maximum hunger from 10 to 20 so you can have twice as much room for hunger-consuming activities. Thanks in advance :)
  2. C

    Fireball Radius

    Hello, I want to shoot a fireball that has a larger blast radius than usual, could someone give me the code to increase the blast radius? So far I only know how to shoot it and change the velocity. Code: shoot fireball from player at velocity 0.5
  3. C

    Internal Error

    Hello, I've been coding kits for a server I'm developing on, and one of the kits that I've coded, when you try to access it, it says an internal error has occurred. Here is my code if arg-1 is "vanisher": if {adventurerank.%uuid of player%} is greater than or equal to 30...
  4. C

    Solved Projectile that damages over time

    It works, thanks a lot!
  5. C

    Solved Projectile that damages over time

    This title is definitely misleading. Basically, I have a feather. This feather is named "&9Throwing Knife". What I need it to do is shoot an arrow on right click that when it hits another player, they take damage over time for the next 3 or so seconds. I have everything working except the...
  6. C

    When player have 3 warns, mute player for 5 mins

    *by the way, none of these contain the actual being muted part: on chat: if {mute.%player%} is true: cancel event
  7. C

    Colored leather

    Hi, I want to make a kit with leather armor colored like the &9 color code, but I'm not sure how to make it give you leather armor with color. (also if possible, I want to make it unbreakable with protection 4) Thanks in advance!
  8. C

    /skript help message

    typing a skript command results in the message "/skript help", but typing that does the same thing? how do i fix this?
  9. C

    Solved GUI

    Is there a way to close the inventory and open a new one?
  10. C

    custom helmets

    Is it possible to make a helmet that is not a regular item? For example, a white stained glass block to put on your head?
  11. C

    trades and world-exclusive inventories

    Yeah, and then have a separate inventory in a specified other world. For example, the world "survival" will have their inventory, and then in the world "minigames", they will have no items, but I want to do this without clearing the player's inventory and letting them keep their inventory in the...
  12. C

    death cause

    It didn't work, is there a certain addon i need? There's no errors, but it just shows a regular death message.
  13. C

    death cause

    Hello, I'd like to know if it's possible to use the "cause is" code for an on death event. Is that possible? If so, how?
  14. C

    trades and world-exclusive inventories

    Hello, I would like to know if it is possible to set up a skript that has the player have no items in a certain world, then they have their regular items in a different world. Is that possible? I'd also like to know if it's possible to make a trade system.
  15. C

    Tempoarary Ender Pearl

    I tried it, It doesn't work. I tried, this one doesn't work bump
  16. C

    Screen Text

    Yeah, I also want to be able to put it above where it shows the name of an item, is that possible?
  17. C

    Screen Text

    I want to be able to put text on the screen in certain places, like above the name of an item or in the center of the screen. Do you know what i'm talking about?
  18. C

    Screen Text

    I would like to know how to make text show up in two certain places: Above the item tooltip(above hotbar) In the middle of the screen I don't know how to do that, could someone please help me?
  19. C

    Tempoarary Ender Pearl

    So I would like to make an ender pearl like the one in one of the Hypixel Game modes where it teleports you, then teleports you back 3 seconds later. I would like to make it 5 seconds, this is my code right now: on projectile hit: shooter is a player: projectile is ender pearl with...
  20. C

    Display Names

    I want to make a skript where the player's display name is the same as their tab list name: <rank> <player> My code right know is set player's display name to "%{rank.%player%}% %player%" There are no errors, but it doesn't work. i used the same code for the tablist, and it worked. Any thoughts?