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

    Custom Scoreboard

    yeah i can, just dm me the details
  2. A

    Custom Ranks

    give me a few minutes, ill do it for you. what permissions plugin are you using?
  3. A

    Solved I need help with my skript..

    why are you doing 'unbreakable bow' then enchanting it with unbreaking 3... you could try removing one of them that'll probably fix it
  4. A

    Drop items from a chest or furnace

    what event will trigger it? i mean like, vanilla minecraft already drops the contents of those things when you break it so
  5. A

    Location

    it might be something with skript-mirror or skellet. try those and let me know. edit: or skquery idk
  6. A

    Solved scoreboard and time

    wtf what are all the addons you have and what version are you working and send a screenshot of the error
  7. A

    Location

    that's... weird. what are all the addons you have?
  8. A

    Solved scoreboard and time

    i don't know why that's not working every 1 second: loop all players: if {scoreboard.%loop-player} is true: wipe loop-player's sidebar set score "&8> &bTIME" in sidebar of loop-player to 2 set score "- %time%" in sidebar of loop-player to 1 just...
  9. A

    Location

    it may be dumb and it may not even work but try: set {location} to location({x}, {y}, {z}) in world "world" edit: that's what i do for my locations
  10. A

    Looping specific block?

    oh, in that case, just do: loop all blocks in radius 50 of loop-player: if loop-block is grass block: # code here
  11. A

    Solved How to make a custom error message?

    if arg 1 is not set: message "error you didnt put the message"
  12. A

    Solved scoreboard and time

    make sure you have skRayFall addon
  13. A

    Drop items from a chest or furnace

    give me a few, i'll pm you if i can get it working. what version do you want it on?
  14. A

    Looping specific block?

    i'd need more info but looping all blocks is just a bad idea. you could loop all blocks around a player, that would be better though still not great. what are you trying to do?
  15. A

    Script Warp System [Skript] 1.0

    This simple skript is a Warp System for your server. Here's a speedcode of me coding it! Commands: - /warp <warp> - warps to the specified warp - /setwarp <warp> - creates a warp with the specified name - /delwarp <warp> - deletes a warp with the specified name, it it exists Permissions: -...
  16. A

    Warp System [Skript]

    This simple skript is a Warp System for your server. Commands: - /warp <warp> - warps to the specified warp - /setwarp <warp> - creates a warp with the specified name - /delwarp <warp> - deletes a warp with the specified name, it it exists Permissions: - command.setwarp - permission for...
  17. A

    Solved Not creating new line on lore

    alright, i'll try set {_enchants::*} to lore of player's tool message "%{_enchants::*}%" add "testtest" to {_enchants::*} set lore of player's tool to {_enchants::*} alright, i fixed it by doing that :)
  18. A

    Solved Not creating new line on lore

    yeah but i dont think tuske works on 1.15.2 but i could try that
  19. A

    Solved Not creating new line on lore

    i appreciate that but it doesnt really help
  20. A

    Solved Not creating new line on lore

    okay but im saying i dont know what line to add to. i'm doing drag and drop enchants so i need to add to the lore and idk how to add to it and i dont know how many enchants theyre going to have. i need it to be dynamic