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

    Send resource pack with skript-mirror

    import: org.bukkit.entity.Player command sendRP: trigger: set {_p} to player {_p}.setResourcePack("DIRECT DOWNLOAD LINK") It might work :)
  2. novastosha

    Solved A Little Two Question

    Dude try your self, you will not learn if you keep askin' people for help
  3. novastosha

    How to become staff?

    How to become staff?
  4. novastosha

    Solved i have problem on this prestige script

    dude cancel the event or set the chat format to what u want
  5. novastosha

    Script Executions - Fast small update

    Removed: - Unused imports - Message of "Executing" since it contains multiple lines now.
  6. novastosha

    Script Executions 1.4.0.1

    Executions (by novastosha) What is this script? This script allows you to execute effects in-game What are the parameters on this script: (Player and all Global variables) Requirements: - skript-mirror - Skript To Use tabs: Use "|" (NOT the letter "i") Copy if you don't know how to...
  7. novastosha

    Script Executions - An update!

    Update notes: - The script no longer need additional files - Multiple lines - Access to TAB formatting
  8. novastosha

    Executions

    Executions (by novastosha) What is this script? This script allows you to execute effects in-game What are the parameters on this script: (Player and all Global variables) Requirements: - skript-mirror - Skript TODO: - A way to put arguments - Multiple lines with ability to get...
  9. novastosha

    Counting words in message

    set {_hellos::*} to message split at " " where input is "Hello"
  10. novastosha

    Making a cuboid with 2 variables.

    loop all blocks within {Wood.1} and {Wood.2}: Parameters you have in this loop: loop-block, location of loop-block, type of loop-block, (x,y,z) coord of loop-block This is the real cuboid, while using "between" you're telling skript to set the block that is inside region of the distance...
  11. novastosha

    Loop blocks in sphere around player

    loop all blocks in radius <radius> around player: Parameters you have in this loop: loop-block, location of loop-block, type of loop-block, (x,y,z) coord of loop-block
  12. novastosha

    Anti multiple accounts

    Just a simple script to do not allow people to connect with the same IP Commands? No commands! The use: Evade Lag, DDOS attacks and more!
  13. novastosha

    Help needed

    Guys, i have a simple question... I can't find what is the addon to get this event "on vehicle steer:" Please help ASAP. -novastosha Whoops i didn't mean to mark it as solved
  14. novastosha

    Welp

    public Arena getArenaFromWorld(World world){ List<String> arenas = config.getStringList("KitPVP.arenas.*"); if(arenas == null){ Bukkit.broadcastMessage("null"); }else{ Bukkit.broadcastMessage("not null"); Bukkit.broadcastMessage(String.valueOf(arenas)); }...
  15. novastosha

    Amount of Items in Inventory

    Do this maybe? set {_a} to 0 loop all items in player's inventory: if loop-item is diamond: add amount of loop-item to {_a} if {_a} is 0: #CODE else: #CODE
  16. novastosha

    Looping 2 Lists at the Same Time

    loop {firstlist::*}: loop {secondlist::*}: #Fist list send "Yo this is the value of the first list: §a%loop-value-1%" send "Yo this is the index of the first list: §a%loop-index-1%" #Second List send "Yo this is the value of the second list...
  17. novastosha

    [HIRING] I need developers

    Hello, I'm making a server and i really need developers to help because i can't handle it alone Requirements: - 1 year or more of experience at Skripting - (Optional) Good at Java - 14+ - Having a working Microphone If you are interested add me on discord: Developer of earth#8085
  18. novastosha

    Solved Help with some characters can't replaced.

    You can't close threads but to mark it as solved click edit thread and Click "(No Prefix)" you'll see Solved click it and click Save Thread
  19. novastosha

    Solved Help with some characters can't replaced.

    Wait, i'm testing a method