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

    Addon skript-npc

    Does this require Citizens as an addon? If so, you should specify that it's required.
  2. Vexio

    API NPCore

    Is there a recommended website for getting textures and signatures? I remember a site I found a long time ago but I can't find it anywhere.
  3. Vexio

    API TitleAPI - Bug Fix with Actionbars

    Bug Fix with Actionbars When actionbar was sent to a specific player it would output `<none>` instead of the specified message. This issue has been fixed.
  4. Vexio

    API TitleAPI - Actionbar support for 1.12+

    Actionbar Functionality Added a new function actionBar(), which allows messages to be displayed above the player's hotbar, like so: #syntax actionBar(message, fadeInTime, stayTime, fadeOutTime, player) #example actionBar("&6Whoa! &bColors!", 1, 2, 1, "@a") ##similar to the other...
  5. Vexio

    Script iMoney

    Well done economy script. However, I do have some recommendations for this: Add a prefix to your variables so this doesn't interfere with other scripts. Example: Convert {users::*} to {iMoney.users::*} You should've created this based off of Vault. Vault would allow this script to hook into...
  6. Vexio

    News skUnity Docs - a huge update

    Cool! I look forward to this!
  7. Vexio

    News skUnity Docs - a huge update

    With the implementation of allowing users to add their own Addons to the documentation, are we able to start putting API Scripts (Such as "json.sk" and "titleapi") in the docs?
  8. Vexio

    Addon MundoSK

    He's saying "here" as in on this resource page.
  9. Vexio

    Addon MundoSK

    Okay cool. Another question (since you seem to know a little bit more about it than I do), how would I go about "removing a biome from the biome pool" (Biome-Pool as in a list of biomes), so I can make it certain biomes do not generate? I was reading around and I something on spigot semi-similar...
  10. Vexio

    Addon MundoSK

    Using MundoSK, how would I go about replacing Biomes (when they are Generated) with another biome? I feel like I was making good progress until I came across this syntax: More specifically, the %biomegrid%: My question: What is a Biomegrid and how can I go about detecting the biome in the...
  11. Vexio

    API TitleAPI - New Logo and Bug Fixes

    New Logo New Icon I quickly made just to show off :) Bug Fixes Fixed issues with the /sendtitle command
  12. Vexio

    Script Ion - A Recreation of Essentials - Website Fix & probably some other things i did but don't remember doing

    Website Fix The download for the website stopped working, so I fixed that. :) Probably some other things I did but don't remember doing - no idea but changes were made. trust me :)
  13. Vexio

    API TitleAPI - Debug fix

    Debug fix did not realize that the debug thingy doesn't work. fixed that. oops New command Added it for the lazy people. It hasn't been tested so expect a fix to come out soon. Command /sendTitle (target[@a,player]) (fadeInTime[inSeconds]) (stayTime[inSeconds]) (fadeOutTime[inSeconds])...
  14. Vexio

    Solved Shooting multiple arrows with a spread (Similar to a shotgun's spread)

    I'm currently attempting to re-create a Shotgun type of spread. Hopefully most people are familiar with Shotgun spreads. The black + is where my Cross-hair is located. I've tried messing with the directions expression with my script, but I can't figure out how to solve this. Code...
  15. Vexio

    Script Ion - A Recreation of Essentials - New Core Module & more Proton Commands

    New Core Module This may be quite a bad thing to do now, but I've created a new module called Ion. This script simply allows server administrators to have a bit more control over all of the Modules. At the moment, ion.sk only checks for updates (over all scripts) and allows for easier reloads of...
  16. Vexio

    Skellett's (stylish) scoreboard Tutorial

    I honestly don't know if this is the correct section to be requesting for a Tutorial, but I didn't find one anywhere. Anyways, I would like to request for a Skellett Stylish scoreboard tutorial. I've tried looking at the documentation page, but there are almost no examples for most of them and...
  17. Vexio

    Solved Completely avoid Death Screen

    Hello! So, some servers have a feature to when you die, it completely skips the death screen and puts you into a spectator mode. I've gotten a good portion of it done -- it works flawlessly, sometimes. Other times, it will lock the player on the death screen and them not being able to select...
  18. Vexio

    API TitleAPI - Support for 1.12

    Now supporting 1.12 You can now use titleAPI on 1.12 servers! Yay! + Added some more clarification for the command usage (/sendTitle & /sendSubtitle) Thanks for 50 downloads! Wooo!
  19. Vexio

    Script Ion - A Recreation of Essentials - Bug fixes & Website patches

    Bug Fixes ~ Fixed some issues with the /proton command + Added an update checker, an autoupdater, a built-in reload command and some other fixes + optimized some more code :) Website patches + Fixed an error with downloading a version - erroring out saying "File error". Close to 100 downloads! :D
  20. Vexio

    Script Ion - A Recreation of Essentials - Miscellaneous commands

    Changes: + /workbench - opens a virtual & usable workbench + /me - like the minecraft's /me command, but better formatting + /colors - shows all of minecrafts color codes ~ /proton command can now check for updates (Use /proton update) ~ More optimization NEW DOWNLOAD PAGE/WEBSITE I got bored...