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

    skript-variable-dump

    Dump Skript variables to YAML. Instructions Simply install this plugin on a server already running Skript and run: /skript-variable-dump All loaded variables will be dumped into a YAML file generated at: /plugins/Skript/dumps/ That's all.
  2. Rezz

    [Challenge] Convert Denizen to Skript

    Some people are reluctant to try Skript because they don't believe it's as capable as Denizen. Let's help them out by converting Denizen scripts to Skript! The goal: Rewrite Denizen scripts in Skript, mirroring functionality as best as possible. It'll be tricky since Denizen's terse syntax...
  3. Rezz

    Addon skript-votifier-hook

    Rezz submitted a new resource: Skript Votifier Hook - Create custom Votifier listeners in Skript! Read more about this resource...
  4. Rezz

    Other [OUTDATED] Don't use YAML.

    WARNING see https://forums.skunity.com/threads/outdated-dont-use-yaml.3850/page-2#post-57240 Unfortunately, YAML is one of the most inefficient things you can do in Skript. It may seem like a convenience -- or even a necessary enhancement -- at first glance, but the harsh reality is: no...
  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. Rezz

    [Concept] Addonless Object-Oriented Skript

    "Addonless" is only partially true, but the point is: Object-Oriented Programming is 100% possible in Skript without an addon dedicated for it. All that's required is tedious manual scripting or a Skript compiler, which is what I'm currently working on. :emoji_wink: My plan is to have this...
  7. Rezz

    API [Abandoned] json.sk

    Rezz submitted a new resource: json.sk - A fix for SkQuery's JSON messages for 1.8.3+ (and 1.9.x - 1.11.x) servers. Read more about this resource...
  8. Rezz

    Accepted Session bug?

    Since the forum updated, I get logged out every 10 - 15 minutes or so. It's not a big deal, just a minor inconvenience. However, on the latest occurrence, I was briefly signed in as @Gatt and the theme broke: Something's messing with sessions, and it needs to be addressed asap (for obvious...