Skip to content

CommandAPI command visualizer

Jorel Ali edited this page Feb 22, 2023 · 2 revisions

The CommandAPI command visualizer is a web-based command visualizer, written in TypeScript. This makes use of the CommandAPI's command converter to show users what commands would look like when used in-game. This also helps identify bugs with the CommandAPI's command conversion system.

image

Where is it?

docssrc/commandvisualizer

How do I get started working on it?

  • Get Node.js if you don't already have it
  • Run npm install
  • Run npx webpack

How do I work on it?

  • Run npx webpack serve
  • Navigate to http://localhost:8080
  • Edit code in src/