So, I got bored of just using regular skript stuff for expressions. What did I do? I went to look at hub.spigotmc.org and saw plenty of new entity and living entity expressions. With Skript-Mirror, I was able to use them. So, what did I do? I made about 30 new features with it. There's only 1 new arithmetic (math) feature, and a couple of basic time and date features. This update is pretty cool though. Here are some of the new things we added (shown in examples)
Plenty of more, too! Hoping this update helps.Code (Text):
command /silent: trigger: if player is silent: #SimpleSK feature make player not quiet #Other simpleSK feature command /onTheGround: trigger: if player is on the ground: #SimpleSK Feature push player upwards at speed 1 on damage: attacker is a zombie victim is a player cancel event disable attacker's AI #SimpleSK Feature
If you have any feature suggestions OR you found a bug, please tell me in the Discussion section! Thanks!
-
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.

API SimpleSK Release 1.6
A simple utility API for Skript.