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. Detective Vapor

    Skript doesn't work

    @K1ng Please follow the format so we can help you. @K1ng Do you still want help?
  2. Detective Vapor

    on projectile hit

    @skyde What exactly is the issue here? As in, what do you want it to do?
  3. Detective Vapor

    Solved How to read text from PasteBin or something?

    @Luca T Unless you need more help, please mark this as solved.
  4. Detective Vapor

    Solved particles on top of block

    set {_block} to location of event-block
  5. Detective Vapor

    Schematics

    Please look through the docs before starting a thread.
  6. Detective Vapor

    Solved How To Make Clickable Blocks

    This should suit your needs on place of end portal frame: player's tool is named "&6Something": add location of event-block to {loc::*} on rightclick on end portal frame: {loc::*} contains event-block's location: #do stuff
  7. Detective Vapor

    Find the location of a block

    You need to set a var as the location of the block: every 5 seconds: loop all blocks: if loop-block is pink concrete powder: set {_l} to location of loop-block loop all blocks in radius 1 around {_l}: set loop-block-2 to pink concrete powder...
  8. Detective Vapor

    Help! (Staff Chat)

    Skript knows that ## in a string means just #, so I would just try it and see what happens. It should work if nothing else goes wrong.
  9. Detective Vapor

    Loop blocks within 2 locations

    That's a little confusing, can you explain what you are using this to do? It might give us a better idea of how to help. @kai1846456
  10. Detective Vapor

    Show players exp level in chat

    Please mark as solved
  11. Detective Vapor

    chest randomizer

    Also, block ids aren't supported anymore.
  12. Detective Vapor

    Loop blocks within 2 locations

    What is your goal?
  13. Detective Vapor

    Custom Chat (Clickable Chat Tabs)

    Do you mean like clickable text that makes you run a command or shows something? In that case you need to use the json formatting: <link:url>visible link text<reset> <command:command>clickable text<reset> <suggest command:command>clickable text<reset> <tooltip:tooltip text>visible text with...
  14. Detective Vapor

    Solved How to make nick skript

    You need to put % in a string when it includes a var. on chat: if {nick} is true: cancel event broadcast "&8[&fPlayer&8] &f%{name}% &8» &f%message%" set tab list name of player to "&8[&fPlayer&8] &f%{name}%" stop
  15. Detective Vapor

    Solved Loop Players Issue

    @Turb032 You need to put the "wait 1 second" after "while player is online:" so that it doesn't lag. A while loop that keeps doing it over and over again without any timing will crash your server.