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

    Parrticle arcs

    Exactly as the title. I am having a lot of trouble with particle arcs, slash effects, slices, and other things that require, well, curves. I've seen a lot of interesting things with bezier curves, huge slice effects, etc, and I'm having trouble recreating the kind of smooth curves I see...
  2. N

    Rapid-fire your requests :)

    Alright, so, similar to the message below this one about skript ideas I want you all to rapid-fire challenges, ideas, or requests, and I'll make them (unless it's impossible) If it's big or complex I might not. If you want me to make them as a full-on Java plugin, I will. Fire away.
  3. N

    Hiring Need a skript dev interested in joining an rpg project

    You'll mostly be asked to make npc interactions, guis, cosmetics, etc. I won't have much discord access so you can add drxgon4679 on discord and tell him you're interested in the dev position, he'll give you more info.
  4. N

    Particle arcs

    I'm attempting to create a hit/slash effect, causing a stationary arc of dust particles--purely as a visual effect. Examples can be found here. Whether it shows at random angles or right in front of the player or some other viewing angle is of no concern, I only need help creating an arc. I...
  5. N

    Other Basics of skript-yaml

    This is only meant to cover the basics of skript-yaml. (Large font size used for accessibility purposes) Starting out, What is skript-yaml? Skript-Yaml is an addon for the Skript plugin that allows you to create, write in, read, remove from, and delete yaml/yml files using Skript-based syntax...
  6. N

    Offering [FREE] developer for any server you may need

    I'd like to include all pertinent information here: I will usually only have access to discord on thursdays and weekends. I am currently going through some family stuff so most (if not all) code and messages will be shared through these forums, or written directly onto your server if you add me...
  7. N

    How would I go about detecting an item dropped using an effect?

    Currently, I have this code snippet: drop 1 of chest named "{@prefix} &c%victim%'s DeathPackage" at event-location On drop, last dropped item, on spawn: event-entity is an item #rest and further methods have all failed (I know this due to using debug messages and several other ways of...
  8. N

    Skript Cooldowns for Dummies

    Hello. My name is Nix, and this is my (not so) brief essay tutorial about all you should need to know about cooldowns. The gaming term "cooldown" originates from 1990 RPG games and usually refers to an item, ability, or miscellaneous part of the game that you couldn't use for a certain period...