Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.12 KB

File metadata and controls

45 lines (34 loc) · 1.12 KB

Network API

A REST-API to interface with data from the BuildTheEarth.net Minecraft Network.

official chat

Formerly known as PlotSystemAPI

Routes

Network API Documentation: https://buildtheearth.github.io/network-api/

Installation

  • Install Node.js version 18.12.1 or higher
  • Clone the repository by clicking the green "Code" button on this page or by entering this command:
git clone <github clone url>
  • Change the name from _config.json5 to config.json5 and enter the correct values for your server.
  • Install the dependencies
cd network-api
npm install
  • Build the system
npm run build
  • Start the server
npm start

Open http://localhost:8080 with your browser to see the result.