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

    Other Custom effects and expressions with skript-mirror

    As of skript-mirror 0.8.0, you can now create your own custom effects and expressions. These serve as a replacement for Skript functions with more features and more familiar syntax. By combining custom syntax with reflection, it is now possible to extend Skript in ways previously only...
  2. btk5h

    Addon skript-db

    btk5h submitted a new resource: skript-db - Sensible SQL support for Skript Read more about this resource...
  3. btk5h

    Other Advanced event handling with skript-mirror

    skript-mirror offers robust event support for scripts that need to: listen to events that aren't supported by Skript listen to multiple (even unrelated) events under the same event handler listen to events with a specific priority level Listening to custom events You can listen to any Bukkit...
  4. btk5h

    Other Advanced date formatting with skript-mirror

    Skript doesn't offer much support for date formatting. Fortunately, Java provides advanced support for date formatting through String#format. Let's access it using skript-mirror! This tutorial is friendly to users playing around in the server console. Because none of the following examples...
  5. btk5h

    Other Embedding Java code in Skript with skript-mirror

    Although Skript and its addons wrap many of the essential utilities from Java and Bukkit, some projects have special requirements that utilize features not yet been implemented by addons. One of the features of skript-mirror is the ability to call arbitrary Java methods and fields, effectively...
  6. btk5h

    Addon skript-mirror

    btk5h submitted a new resource: skript-mirror - Natural reflection utilities for Skript Read more about this resource...
  7. btk5h

    Skript Skript Addon Best Practices

    This tutorial was written to help explain Skript's poorly documented API and to promote quality standards for Skript addons. This tutorial is a work-in-progress and will be updated frequently. Feedback is appreciated. Limit the scope of your addon Addons should solve a single problem...
  8. btk5h

    Addon skript-json

    btk5h submitted a new resource: skript-json - Seamless JSON integration for Skript Read more about this resource...
  9. btk5h

    Addon Reqn

    btk5h submitted a new resource: Reqn - Properly implemented web requests for Skript Read more about this resource...