Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/voxelhax/mcmdlogger-script-template
- Owner: VoxelHax
- Created: 2022-05-21T18:17:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T17:00:32.000Z (11 months ago)
- Last Synced: 2024-02-13T18:25:16.918Z (11 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```