Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Releases: Mr-Darth/skToolBox

BETA 9 - More shapes! :D

13 Aug 18:32
0668164
Compare
Choose a tag to compare
Pre-release

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.

1.0-BETA.8

08 Aug 18:06
0668164
Compare
Choose a tag to compare
1.0-BETA.8 Pre-release
Pre-release

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.

Bunch of changes!

04 Aug 15:52
786e539
Compare
Choose a tag to compare
Bunch of changes! Pre-release
Pre-release

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.

BETA 6 - yay!

04 Aug 09:55
3f0d9c3
Compare
Choose a tag to compare
BETA 6 - yay! Pre-release
Pre-release

Changelog:

  • Minor syntax changes
  • Expression to get the permission of a command.

1.0-BETA.5! Async set blocks!

03 Aug 20:39
4638cfb
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Added an effect to set the blocks between 2 points async. (Requires FAWE)
  • Some small syntax changes.

Some changes!

01 Aug 10:34
223923a
Compare
Choose a tag to compare
Some changes! Pre-release
Pre-release

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.

1.0-BETA.3 Update! Pillager Raid support!

31 Jul 14:06
0acab56
Compare
Choose a tag to compare

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.

1.0-BETA.2 Release!

30 Jul 10:42
4033c61
Compare
Choose a tag to compare
1.0-BETA.2 Release! Pre-release
Pre-release

Changelog:

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

First Release!

29 Jul 19:54
d1b2340
Compare
Choose a tag to compare
First Release! Pre-release
Pre-release

First release of skToolBox. Might present bugs.