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. RELEASE 1.6 > Plugin Management, World Creation, Server Features, and More!

    CormanYT
    THIS RELEASE HAS NOT BEEN FULLY BUG TESTED. PLEASE REPORT ISSUES IF YOU SEE ANY.

    So, I started work on Release 1.6 and added plenty of new features.

    Plugin Management
    List of all plugins, enable/disable/reload plugins, reload/save plugin configuration, and just play around with these features!
    World Creation
    Unload/save/create a world, or get the entities/living entities/loaded chunks/players in a world!
    Server Features
    Shutdown/restart/reload the server!...
  2. RELEASE 1.5 > CONNECTION IPS!

    CormanYT
    Release 1.5 was one of the hardest ones, but it was the best one. Anyways, there's a lot so I'll summarize it.

    SIMPLESK NOW REQUIRES SKQUERY

    SimpleSK now needs SkQuery to access things from files. The reason why? Well, we added vpn scores. This will return a value by seeing if two sources think an address is a vpn, or not. Scores are strings, three possible values.
    "0/2" < It is unlikely to be a VPN - No website thinks it is a VPN/Proxy
    "1/2" < It is likely to be a VPN - Only one...
  3. RELEASE 1.4 > NEW EXPRESSIONS WITH SKRIPT-MIRROR!

    CormanYT
    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)

    ...
  4. RELEASE 1.3 > New Expressions And Effects!

    CormanYT
    So, this update is the BIGGEST update yet. It adds two major things, but also some extra features and a fix. Let's start with the first major thing:

    ENTITY TAGS (Tags stored in entities): A NICE ALTERNATIVE TO TAG API

    Entity Tags are like variables you can store in entities. They can be set to either numbers or integers.

    COOLDOWNS (BETA FEATURE): A EASY WAY TO MAKE COOLDOWNS

    You can make cooldowns easily by starting a cooldown at a timespan.

    NEW EXPRESSIONS:
    - group...
  5. RELEASE 1.2 > New Expressions and Documentation!

    CormanYT
    So, I'd like to do a new update. We've added 3 new expressions which should help you out.

    NEW EXPRESSION: LIST AS A STRING

    NEW EXPRESSION: LAST DAMAGER

    NEW CONDITION: ENTITY (IS/ISN'T) IN REGION NAME

    The next thing we've added is documentation which shows you the expression/condition/effect, its usage, a description for it and of course... an example. The link to it is below.

    https://github.com/CormanYT/SimpleSK/wiki
  6. RELEASE 1.1 > Skript-Mirror Added!

    CormanYT
    THIS ADDON NOW REQUIRES SKRIPT-MIRROR

    I removed the index sorting option, and also the index contains option. We've also migrated to skript-mirror just for much simpler syntax.

    NEW EXPRESSION:

    line <integer> (of|from|in|at|from) <item>

    Can be used like line 1 of player's tool or line 2 of victim's helmet

    New syntax will be in the tutorial.