Skip to content

Releases: randombyte-developer/kt-skript

v1.4.0

03 May 13:21
Compare
Choose a tag to compare

Changes:

  • Added Flow Maths to the default.imports (by @pie-flavor)

v1.3.1

03 Aug 22:15
Compare
Choose a tag to compare

Changes:

  • Fixed one inconvenience when creating commands

v1.3.0

28 Jun 23:17
Compare
Choose a tag to compare

Changes:

  • Added BigDecimal and EconomyService tools
  • Improved the scheduler module

v1.2.1

24 Jun 19:30
Compare
Choose a tag to compare

Changes:

  • Fixed bugs in the scheduler module

v1.2

02 Mar 23:46
Compare
Choose a tag to compare

Changes:

  • Added more scheduler utils
  • Added server start/stop events
  • Moved/Extracted duration and date serialization
  • Added getNearbyEntities

v1.1.4

26 Sep 21:32
Compare
Choose a tag to compare

Changes:

  • Fixed a bug which caused empty hands not being recognized correctly, this was due to a recent change in Sponge

v1.1.3

18 Aug 19:43
Compare
Choose a tag to compare

Changes:

  • Fixed a bug with the spawning event
  • Fixed warnings on Windows

v1.1.2

17 Jul 16:47
Compare
Choose a tag to compare

Changes:

  • Fixed a bug which prevented the automatic script reloading

v1.1.1

06 Jul 14:09
Compare
Choose a tag to compare

Changes:

  • Fixed bug on Windows

v1.1

03 Jul 22:49
Compare
Choose a tag to compare

Changes:

  • Fixed a bug which stopped the monitoring for script file changes when a script failed to execute
  • Fixed a bug which prevented script specific .imports file from being actually used
  • As of now, by default the default.imports file is ignored; changes will be respected and not overwritten only if the config option is enabled
  • Added config option for more log verbosity