- 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
-----------------------------------------------------------------------------------------------
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.
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.
Have a good day!