Recent content by nerdyDev

  • 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. nerdyDev

    Centered action bar cooldowns

    Take a number x of how many bits of the boss-bar you have, then take a another number called y and set that to how many total bits you have of the boss-bar. Then find the center of the total bits. So y/2 and do the following; h=y/2 s=h-x/2 and then start displaying your bits on the boss-bar from s.
  2. nerdyDev

    Addon GravesX

    Seems nice
  3. nerdyDev

    Discord Username: nerd.bear

    Discord Username: nerd.bear
  4. nerdyDev

    Speed of item.

    Do you want this modified in Skript or in general? There is an amazing plugin for such changes called ItemEdit (https://www.spigotmc.org/resources/itemedit-1-8-x-1-21-x.40993/) Once you have installed ItemEdit and restarted your server you can run the following command: /itemedit attribute add...
  5. nerdyDev

    Launch a block into the air with gravity

    I want to make a skript with the Addons: SkBee and SkQuery. But no java or skript reflect. This would be a skript that takes the vector of where the player is looking and for 5 blocks forward talking the bellow block and launching it in the air in a way so that if falls back down again.