Skip to content

Releases: vytdev/catalyst

v0.2.0-beta.1

19 Feb 13:26
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

Some fixes and additions!

  • Updated to Minecraft 1.20.60
  • Now use API 1.9.0-beta
  • New locale module
  • New functions: localize(), parseFormat(), applyFormat(), and formatString()
  • New interface: formatPlaceHolder interface
  • New type definition: formatTokens
  • New custom glyphs feature
  • Updated Database to accept host parameter as an ItemStack
  • Added catalyst:hover floating text entity
  • Added getPlayerByName() function
  • Moved event types from catalyst/@types/index.d.ts to catalyst/@types/events.d.ts
  • Removed beforePistonActivate event to accomodate the latest API

New glyphs:

Identifier Unicode Image
board U+E10D U+E10D
monitor U+E10E U+E10E
barrier U+E10F U+E10F
check U+E110 U+E110
x U+E111 U+E111
plus U+E112 U+E112
minus U+E113 U+E113
key U+E114 U+E114
file U+E115 U+E115
folder U+E116 U+E116
code U+E117 U+E117

More features are on the way!

Tested with Minecraft: 1.20.60

Full Changelog: 0.2.0-alpha.1...0.2.0-beta.1

v0.2.0-alpha.1

30 Jan 01:03
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

Our journey to 0.2.0!

  • Fixed queueCommand() function (target parameter was unused)
  • New database API
  • New form UI manager
  • Added getAllCommands() function (for custom commands)
  • Added utility functions safeCall(), msToString(), compressNumber(), and formatNumber()
  • Added a resource pack (changes the location of actionbar)
  • Added a sample server
  • Relocated preset plugins to the vendor folder
  • Refactored imports and exports

More features are on the way!

Tested with Minecraft: 1.20.50, 1.20.51

Full Changelog: 0.1.0...0.2.0-alpha.1

v0.1.0

26 Jan 02:15
Compare
Choose a tag to compare

First release! Includes:

  • Custom commands
  • Event system
  • Minecraft colors/format codes and emoji glyphs
  • Minimal logger
  • Some math utilities
  • Plugin system
  • Rawtext and target selector builder
  • Minecraft server utilities
  • Multi-threading support
  • Game tick utilities (only the sleep() function as of now)
  • Custom watchdog

Preset plugins:

Name Description
chats Makes chats more interactive
permissions Player permission system through permission.* tags
speedometer Simple speedometer on your actionbar when gliding with elytra
utilities Server administration utils

More features coming soon!

Tested with Minecraft: 1.20.50, 1.20.51

Full Changelog: https://github.com/vytdev/catalyst/commits/v0.1.0