1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Skript Reloading Shorthands 1.2

Provides commands that allow you reload the scripts you need in a quick fashion

  1. jaylawl
    Supported Minecraft Versions:
    • 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13
    Skript Reloading Shorthands

    Requires:

    Installation:
    • Just drop this script anywhere in your scripts folder and reload it.
    • Make sure SkUtilities is installed and working.
    Usage:
    • Command "/sra"
      This is nothing more but a shorthand for the "/skript reload all" command. Seems redundant, but trust me, it's a time saver.

    • Command "/srs [<scripts>]"
      Allows you to reload certain scripts only ("srs" standing for "skript reload scripts"), however, it also allows you to only load scripts only in a certain folder or scripts sharing a piece of string.

      Code (Skript):
      1. /srs lib/ #will only reload scripts in folders called "lib"
      2. /srs functions/helpers/ #will only reload scripts in folders "functions/helpers/"
      3. /srs test.sk #will only reload scripts named "test.sk"

      The [<scripts>] argument is optional. If left blank, all of your scripts will be reloaded.

      But wait there's more!
      Timings will be generated that show you how long each script took to reload (time displayed in milliseconds) and also gives you a total reload-time for all involved scripts:
      [​IMG]
    In-script options:
    Code (Skript):
    1. priority load : true                # whether scripts prefixed with "_" should be loaded before others
    2. priority prefix : _                 # this supports multiple characters
    3. print timings : true                # if timings should be printed
    4. block native commands : false       # blocks usage of the "/skript reload all" and "/skript reload scripts" commands
    That's all there is to it.
    This simple little script is a huge time saver for me and i hope it will be for you, too.

    If you like this resource, please consider buying me a coffee:
    PayPal: https://www.paypal.me/langejulian
    MrpYA45 and Nicofisi like this.

Recent Updates

  1. Awesome update
  2. Lel
  3. Bugfix

Recent Reviews

  1. L0v0lup
    L0v0lup
    5/5,
    Version: 1.2
    Works great and saves a TON of time :) -