Skip to content

Template NodeJS+Fastify site to generate Minecraft Bedrock Edition addons with content edited per user based on their input.

Notifications You must be signed in to change notification settings

McMelonTV/mcpack-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Addon Generator

Template NodeJS+Fastify site to generate Minecraft Bedrock Edition addons with content edited per user based on their input. There is currently no documentation but it should be pretty easy to understand with a basic knowledge of NodeJS and Fastify

There is also an older PHP version in the php-version branch

DEMO Site

How to use

  1. Install NodeJS
  2. Clone or download this repo
  3. Run npm install to install the dependencies needed
  4. Edit anything you want
  5. Run node . or node index.js in the downloaded folder
  6. Access the site and api on https://localhost:9090

API Usage

POST: http://<url>:<port>/api

Body: (replace the values with your own)

{"height": -512, "theight": 512}

Made by McMelon and WolfDen133 (Old PHP Version) | NodiumHosting.com

About

Template NodeJS+Fastify site to generate Minecraft Bedrock Edition addons with content edited per user based on their input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published