Skip to content

mapcraft-app/api

Repository files navigation

Mapcraft API

Develop your own plugin for Mapcraft with all the necessary tools.

  • Access to all Mapcraft features
  • Easy-to-use API

Installation

  1. Get the latest version of Mapcraft
git clone https://github.com/mapcraft-app/api.git
  1. Install latest version of api
npm install mapcraft-api

or

yarn add mapcraft-api

Usage

const { Mapcraft, MCdatabase, MCeditor, MCfs, MCipc, MClink, MClog, MCplugin, MCshell, MCtemplate, MCutilities, MCwindow, MCworkInProgress } = require('mapcraft-api');

CLI

Mapcraft has a cli that allows you to simplify the creation and packaging of your plugin

npm run mapcraft [create|package|version|help]

Documentation

License

GPL-3.0

About

Official api of Mapcraft ecosystem for developing plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published