Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.08 KB

Minecraft Function Language Server

code style: prettier Build Status Renovate enabled

This is a language server which provides support for Minecraft function (.mcfunction) files.

Contributing

To contribute to the repository, feel free to make a fork on GitHub, and open a pull request. The recommended editor is Visual Studio Code - The required settings are set in the settings file
To install dependencies, run npm install.
To compile, run npm run compile.
To test, either run the launch task Mocha Tests in vscode, or run npm test. Note that the Launch Task automatically compiles first.

License

Copyright (c) 2018 Levertion

Licensed under the MIT License.