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.

API skToolBox 1.0-BETA.9

A Skript API that adds tons of new features to use!

  1. BETA 9 - More shapes :D

    Mr. Darth
    Changelog:
    • Add piston move reactions.
    • Added an expression to get the root vehicle.
    • Added an expression to get a chunk in a world.
    • Added an effect to play the totem animation.
    • Added an expression to get the points of a sphere.
    • Added an expression to get the points of a helix.
    • Added an expression for linking locations.
    • Added an expression to get the points of a triangle.
    • Added an expression to get the points of a star.
    • ...
  2. Yey! A new update

    Mr. Darth
    Changelog:
    • Added total experience expression.
    • Added vector distance expression.
    • Added more expressions for pathfinding:
      • Current path
      • Points of path (final/next/all)
    • Added an expression to get the points of a line.
    • Added an expression to get the points of a circle.
    • Added pickup delay expression.
    • Add more changers to the active potion effects expressions.
    • Added return types.
    • Added vector is...
  3. Bunch of changes!

    Mr. Darth
    Changelog:
    • Changes to some syntaxes.
    • Tiny code cleanup.
    • Added an expression to get the uptime of the server.
    • Added an expression to get all the loaded chunks in a world.
    • Added an expression to get the tile entities in a chunk.
    • Added an expression to get the ingredients required to craft an item.
    • Added an expression to get or change the sleeping ignored state of players.
    • The refresh chunk effect runs async and supports multiple chunks.
    • Added an...
  4. Small changes

    Mr. Darth
    Changelog:
    • Small syntax changes.
    • Added an expression to get the permission of a command.
  5. forgot to change version... again

    Mr. Darth
    oopsie
  6. set blocks async!

    Mr. Darth
    Changelog:
    • Added an effect to set the blocks between 2 points async. (Requires FAWE)
    • Some small syntax changes.
  7. oops forgot to change the version

    Mr. Darth
    Forgot to change the version. My bad!
  8. Some changes!

    Mr. Darth
    Changelog:
    • Added a random location expression (gets a random location between 2 points)
    • Added a condition to check if a location is within 2 points.
    • The expressible conditions are now parsed in the parse section.
    • Some conditions are now property conditions.
    • Removed the inventory is full condition.
  9. 1.0-BETA.3 Update! Pillager Raid support!

    Mr. Darth
    Changelog:
    • Added raid support!
      • get all the active raids in a world.
      • get the active time of a raid.
      • get the level of bad omen of a raid.
      • get the raiding location.
      • get the raiders and the heroes.
      • get the raid status.
      • get the amount of raiding groups.
      • get the health of all the raiders and the wave count
      • condition to check if a raid started
    • Expression to get the time lived of an entity, its last attacker and its origin.
    • Effect to...
  10. 1.0-BETA.2 Update

    Mr. Darth
    Changelog:
    • Added an expression to get phi.
    • Added an expression to get the time until a date.
    • Removed region name expression.
    • Tiny code cleanup