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.
  1. CormanYT
    Supported Minecraft Versions:
    • 1.12
    WHAT IS SIMPLESK?

    SimpleSK is a "Skript Addon", well, jokes aside, it really isn't, but it works like one. SimpleSK is a script which requires skript-mirror and adds plenty of new expressions, effects and conditions easily usable, some not available in Skript itself.

    Overall, SimpleSK is very helpful for making any of your code, because of one of its main features: cooldowns. Cooldowns are an extremely easy way to start and end cooldowns with plenty of flexibility. They also work while the server is offline, so they could work for ban times.

    WHAT IS THE GOAL OF SIMPLESK?

    The overall goal of SimpleSK is mainly to make coding in Skript much easier, we try to provide basic expressions which can help you do things you couldn't do before. This was originally made for only expressions, but we added conditions and effects too.

    The other goal of SimpleSK was to satisfy my boredom. I was bored so I decided I could make this.

    WHAT IS THE DOCUMENTATION LIKE?

    The documentation shows you each effect, condition and expression with its usage, a description of it and sometimes an example. PLEASE NOTE: The documentation hasn't updated to Release 1.4 yet.

    HOW DO I INSTALL IT?

    1. Install Skript
    - Download the Skript.jar
    - Put the Skript.jar in your "plugins" folder.
    2. Install Skript-Mirror (A Skript Addon)
    - Download the Skript-Mirror.jar
    - Put the Skript-Mirror.jar in your "plugins" folder
    3. Install SkQuery (A Skript Addon)
    - Same steps as Skript-Mirror, but with SkQuery.jar
    4. Restart Your Server
    5. Install SimpleSK
    - Download the SimpleSK.sk
    - Put the SimpleSK.sk file in your "scripts" folder, the "scripts" folder is inside of the "Skript" folder which is inside of your "plugins" folder.
    6. Use the new features in Skript!

    ADDONS REQUIRED (2): skript-mirror, skQuery

    -----------------------------------------------------------------------------------------------

    SOME EXAMPLES TO LOOK AT

    Code (Text):
    1. on damage:
    2.     line 1 of attacker's tool is "&cLightning Summoner" #From SimpleSK
    3.     strike lightning effect at victim
    4. on chat:
    5.     set message to capitalize message from 1 to 1 #From SimpleSK
    6. command /sort <numbers>:
    7.     trigger:
    8.         message "Sorted: %arg-1 sorted from greatest to least%" #From Simple SK


    -----------------------------------------------------------------------------------------------

    If you want to see a list of expressions with their usage, a description of them, what they require, and an example, go to our documentation!
    If you have any more suggestions for this API to have, please put them in the discussions area for this script. Anyways this is just something I did out of boredom again but I'd also like constructive criticism, like if I did it efficiently or not and tips. This API is now published.

    USING THIS SKRIPT MEANS YOU FOLLOW THESE TERMS:

    1. Any resources which depend on my script must have a link to my script in their resource page.
    2. You are not allowed to publish modified versions of this script.
    3. You are not allowed to re-publish this script.
    4. Modifying my script will mean I will not provide you any support.
    5. You must always follow the latest version of these terms.

Recent Reviews

  1. couger44
    couger44
    5/5,
    Version: Release 1.5
    This API is very functional for the servers, and also serves for people who want to learn to use skript-mirror since the code does not have so many complications and is understandable.
    1. CormanYT
      Author's Response
      Thanks so much! The API is mainly just used to make Skript life easier. Anyways, I'd also like to point out that it is convenient you said it helps people learn skript-mirror, since I looked at another Skript to learn how to use expressions in skript--mirror.

      Have a good day!
  2. DUYSONGLOI
    DUYSONGLOI
    5/5,
    Version: Release 1.2
    -----------------------------
    tks <3 .....i love it
    NICE............
    -------------------------------
    1. CormanYT
      Author's Response
      Tysm so much! Thanks for the good review. I'm just doing my best to help the Skript community.

      Next update is gonna be helpful, it'll add cooldowns, entity tags (just like tag API but better), and some new kill/death functions along with more permission and region support.

      Basically, you're 'bout to love this script even more.
  3. Ayham Alali
    Ayham Alali
    5/5,
    Version: Release 1.1
    It was nice to see this working without any addons.. some people can't use addons (rare ones such thus who runs some simple servers on shared hostings) but after you made it with Skript-Mirror it became the same as EWS script (MirrorUtil).. EWS has better code because he uses real Java.. you better revert it to use no addons to make it special :)

    Good work & good luck.
    1. CormanYT
      Author's Response
      Ehh, I'd still rather use skript-mirror since its much more easy to use over functions. And MirrorUtils doesn't have all the functions I have. These functions are much simpler than his. If you want I could make a function version.