skToolBox

API skToolBox 1.0-BETA.9

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

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.
  • Small syntax changes.
  • Code cleanup.
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 normalized condition.
  • Minor syntax changes.
  • Merged the expressions to get pi, e and phi into a single one.
  • Some syntaxes accept multiple entries now.
  • Changed some expressions to use numbers instead of integers.
  • Removed day of week expression.
  • Removed whitelisted players expression.
  • Small code cleanup.
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 effect to paste a schematic using FAWE.
Changelog:
  • Small syntax changes.
  • Added an expression to get the permission of a command.
Changelog:
  • Added an effect to set the blocks between 2 points async. (Requires FAWE)
  • Some small syntax changes.
Forgot to change the version. My bad!
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.
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 make a player sleep and wakeup. Expression to get the time slept of a player.
  • Expression for a player's attack and item usage cooldown.
  • Effect to refresh a chunk.
  • Some code cleanup and minor syntax changes.
Changelog:
  • Added an expression to get phi.
  • Added an expression to get the time until a date.
  • Removed region name expression.
  • Tiny code cleanup