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.
- Install pipenv:
apt install pipenv(or whatever on your OS) - Install required libraries:
pipenv install - Run the dev server:
pipenv run make livehtml - Make your changes!