• 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!

Supported Minecraft Versions
  1. 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:
on damage:
    line 1 of attacker's tool is "&cLightning Summoner" #From SimpleSK
    strike lightning effect at victim
on chat:
    set message to capitalize message from 1 to 1 #From SimpleSK
command /sort <numbers>:
    trigger:
        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.
Author
CormanYT
Downloads
1,831
Views
1,831
First release
Last update
Rating
5.00 star(s) 3 ratings

More resources from CormanYT

Latest updates

  1. RELEASE 1.6 > Plugin Management, World Creation, Server Features, and More!

    THIS RELEASE HAS NOT BEEN FULLY BUG TESTED. PLEASE REPORT ISSUES IF YOU SEE ANY. So, I started...
  2. RELEASE 1.5 > CONNECTION IPS!

    Release 1.5 was one of the hardest ones, but it was the best one. Anyways, there's a lot so I'll...
  3. RELEASE 1.4 > NEW EXPRESSIONS WITH SKRIPT-MIRROR!

    So, I got bored of just using regular skript stuff for expressions. What did I do? I went to...

Latest reviews

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.
CormanYT
CormanYT
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!
-----------------------------
tks <3 .....i love it
NICE............
-------------------------------
CormanYT
CormanYT
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.
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.
CormanYT
CormanYT
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.