Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 472 Bytes

File metadata and controls

14 lines (10 loc) · 472 Bytes

adventure-docs

Warning

This repository is now archived. The Adventure documentation has been migrated to be included in the PaperMC documentation site.

Old source for the documentation of adventure.

Usage

  1. Install pipenv: apt install pipenv (or whatever on your OS)
  2. Install required libraries: pipenv install
  3. Run the dev server: pipenv run make livehtml
  4. Make your changes!