examples

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

    Solved Can I change items in item frame?

    I know the expression (Skellett Expression): [skellett] item (in|inside|within|of|from) item[ ]frame %entity% [skellett] %entity%'s item[ ]frame item [skellett] item[ ]frame %entity%'s item But, I don't know how to use it. Can you suggest an example or another code type?
  2. AsuDev

    Skript Paginated GUI Example

    Difficulty: Basic This isn't so much as a tutorial but more of an example of a paginated GUI. This is to help you get an idea of how you yourself can create and format one based off of a list variable. # Paginated GUI Example # Made by AsuDev # What I used: # Skript 2.3.6+ # Tested on...
  3. 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::*}...