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

    Can't Compare 'spawner's set name' with a text

    you can add a custom nbt to that block but it would be deleted once you restart the server
  2. Time4Games

    Spawner drops when mined with spawn egg of the mob inside it

    https://skriptlang.github.io/Skript/classes.html here is an updates site
  3. Time4Games

    Running Function in Text

    you can run a command that runs a function
  4. Time4Games

    Sun Reset

    try: remove "30 minutes" parsed as timespan from {_sunreset}
  5. Time4Games

    I want to give an item that is dropped when the box is broken.

    on break of chest: player has enough space for 1 chest: clear drops give 1 chest to player else: stop
  6. Time4Games

    Solved skript clearchat but staff can see history

    command /clearchat: aliases: /clearc, /cchat permission: clearchat.use permission message: "&cYou cant do that!" trigger: loop all players: if loop-player doesn't have permission "clearchat.use": loop 1000 times: send " " to loop-player broadcast...
  7. Time4Games

    Solved skript clearchat but staff can see history

    command /clearchat: permission: clearchat.use permission message: "&cYou cant do that!" trigger: loop all players: if loop-player doesn't have the permission "clearchat.use": loop 1000 times: send " " to loop-player broadcast "&e&lThe chat has been cleared."...
  8. Time4Games

    What is wrong with this skript?

    try format gui slot 22 of player with 64 of gunpowder
  9. Time4Games

    What is wrong with this skript?

    its give <item> to arg-2
  10. Time4Games

    Solved Stealable Item?

    set slot <slot> of player's current inventory to <item>
  11. Time4Games

    Solved What is wrong with this skript?

    format gui slot 10 of player with enchanted book named "&7Sharpness III" with lore " " and "&7Sharpness III" to run: execute player command "shop buy sharpness_II"
  12. Time4Games

    Solved What is wrong with this skript?

    you are giving the book multiple names. and you cant do it do you want to give the book a lore?
  13. Time4Games

    Solved What is wrong with this skript?

    with enchanted book named "name" with lore "line 1 of lore" and "line 2 of lore"...
  14. Time4Games

    If player's health

    np :D
  15. Time4Games

    If player's health

    set {spawn}'s yaw to 90 teleport player to {spawn} i tried doing it and it worked
  16. Time4Games

    If player's health

    ill be testing in a few minutes
  17. Time4Games

    If player's health

    set {spawn.location}'s yaw to 100(idk the number you need to test) teleport player to {spawn.location}
  18. Time4Games

    If player's health

    teleport player to {spawn.location} set heading of player to west
  19. Time4Games

    Detect ring of bells?

    as long as i know, its not possible (not sure tho)