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

    Solved Quick help

    Is it possible to have multiple checks in 1 if statement? Like so: on place: if event-block is carrot_plant or potato_plant or beetroot_block or wheat or sugar_cane_block or nether_wart_block or cocoa: stop
  2. A

    Second to last item in list?

    I know this is possible: set {_last} to the last element out of {_list::*} But I need someway of getting the last 40 items in a list? Maybe second to last? set {_second_to_last} to the second to last element out of {_list::*} set {_list2::*} to the last 40 elements out of {_list::*}
  3. A

    Saving an interactive book in Skript-YAML

    Trying to save the book the player has in their hand WITH clickable events and command in Skript-YAML. Don't know if it's possible but here is the code: set yaml value "book_%arg 2%" from "books" to player's tool Also tried setting a variable to the player's tool and then storing that in yaml...
  4. A

    Solved Online Player Selector GUI

    So I've only been using Skript for the past 3 days but here is the Skript I'm working on (I know the code is horrible atm). So I'm creating a custom punishment system and when the player types /cerberus it pops up with a GUI with players online. The concept is that it creates a variable list...