Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voxelhax/mcmdlogger-script-template

MCmdLogger script template
https://github.com/voxelhax/mcmdlogger-script-template

Last synced: about 2 months ago
JSON representation

MCmdLogger script template

Awesome Lists containing this project

README

        

# MCmdLogger script template

You can use this template to create MCmdLogger plugins with modern JavaScript and ES6 import system.

## Manifest

Script manifest is located in `script.config.js` file.

## Build

```bash
npm run build
```