Releases: vytdev/catalyst
Releases · vytdev/catalyst
v0.2.0-beta.1
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()
, andformatString()
- New interface:
formatPlaceHolder
interface - New type definition:
formatTokens
- New custom glyphs feature
- Updated
Database
to accepthost
parameter as anItemStack
- Added
catalyst:hover
floating text entity - Added
getPlayerByName()
function - Moved event types from
catalyst/@types/index.d.ts
tocatalyst/@types/events.d.ts
- Removed
beforePistonActivate
event to accomodate the latest API
New glyphs:
Identifier | Unicode | Image |
---|---|---|
board |
U+E10D | |
monitor |
U+E10E | |
barrier |
U+E10F | |
check |
U+E110 | |
x |
U+E111 | |
plus |
U+E112 | |
minus |
U+E113 | |
key |
U+E114 | |
file |
U+E115 | |
folder |
U+E116 | |
code |
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
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()
, andformatNumber()
- 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
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