Releases: brooke-ec/mcfunction-server
Releases · brooke-ec/mcfunction-server
v1.1.1
v1.1.0
- Fixed #1 where saving invalid code would return a 500 error
- Added error markers when the server fails to compile an mcfunction file
- Resolved #2 missing command palette features
- Added quick open menu using
CTRL + P - Command palette can now be opened using
CTRL + SHIFT + P
- Added quick open menu using
Full Changelog: v1.0.0...v1.1.0
v1.0.0 🎉🎉🎉
- Frontend
- Monaco Editor based code editor
- Powered by monaco-editor-textmate and syntax-mcfunction for syntax highlighting
- Using melt-ui and SortableJS for some components
- With themes from catppuccin
- Using crafatar for profile pictures
- Backend
- Javalin based webserver
- Authentication from in-game
- Hot-reload of functions as they're updated on the frontend
- Functions are saved to a regular datapack
- Extensive configuration
Full Changelog: https://github.com/brooke-ec/mcfunction-server/commits/v1.0.0