Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.
Doudou8 edited this page Aug 17, 2020 · 4 revisions
{
  "port": 5000,
  "defaultStatus": "inactive",
  "status": {
    "active": {
      "color": "#2ecc71"
    },
    "inactive": {
      "color": "#e74c3c"
    }
  }
}
[
  {
    "displayName": "Minecraft vanilla",
    "processName": "minecraft@vanilla",
    "command": {
      "execute": "pm2 jlist | jq '.[0].pm2_env.status",
      "output": {
        "active": "online",
        "inactive": "stopped"
      }
    }
  },
  ...
]

Quick Start

  1. Installation
  2. Config
  3. Run

Clone this wiki locally