snippets

  • 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. John Heikens

    Skript Tools ️✨Intelliskript - Intellisense for skript! 1.7.19

    IntelliSkript contains the first ever LSP for skript! Install this is what it can do: :emoji_eye: Analyze your code IntelliSkript uses a language server to analyze your code and give you tips. for example, when hovering over a something, you'll see where the variable is defined first. if you...
  2. A

    Mineplex-like player titles

    For a hub or lobby core I guess, or just for fun <3 Thanks, have a great time using this!
  3. Zoot

    Anticheat Utility Snippets

    Tiered Potion Square function in expression Better distance expressions Non full blocks (Blocks that would change your altitude) Horizontal direction from location to location Advanced ground check (70% of movement cheats can be detected with this)
  4. EWS

    Useful vanilla Skript functions

    Here is a list of some functions which do plenty of useful stuff (mostly with numbers). Most of them are made by me. Round to x decimal cases Does what Skript's built-in function should do, rounds to the amount of decimal places you want. Code: Usage: Format number Formats a number so it can...
  5. Rezz

    Rezz's Snippets - Things you can do in pure Skript 2.2

    Snippets: A replacement for 'contains' UPPERCASE, lowercase, and Capitalization conversions Replace only the first or last occurrence of text Types! Get a variable's type Snippet #1: A replacement for 'contains' function contains(list: objects, check: object) :: boolean: loop {_list::*}...
  6. Snow-Pyon

    Snow-Pyon's code snippets

    Snow-Pyon's snippets Message to Component Used for converting a normal text to a chat component (useful when dealing with packets) Code & Usage Requirements MundoSK ProtocolLib Chat Component Converter Converts a chat component json to a human-readable text. Code & Usage Requirements...