/projectcraft

An interactive map for the projectcraftmc-server

Primary LanguageJavaScript

Guidelines

API layout: https://miro.com/app/board/o9J_kvDj7ik=/

Project & Portal Parameters

- title STRING REQUIRED
- builders JSON_ARRAY default: []. REQUIRED
- coords JSON_OBJECT REQUIRED
- type JSON_OBJECT REQUIRED

- displayPoint BOOLEAN default: true
- displayInList BOOLEAN default: true
- clickable BOOLEAN default: true
- customHead STRING
- customPin HEX_COLOR
- description STRING
- dimensionLink STRING (Title of point in other dimension).
- images JSON_ARRAY

{coords}:

- x INT REQUIRED
- z INT REQUIRED

{type}:

- name ENUM REQUIRED
  ENUM options: BASE, AREA, BUILD
- radius INT
- genMiniMap BOOLEAN default: false
- drawOnMap BOOLEAN default: false

[images]:

- PATH_STRING

data.txt specific:

- None.

nether.txt specific:

- neighbours JSON_ARRAY REQUIRED

[neighbours]:

- neighbour JSON_OBJECT

{neighbour}:

- name STRING REQUIRED
- type STRING REQUIRED