Centralized storage for PVME settings that are used by:
The settings are stored as JSON to be easily accessible through HTTP requests:
URL | Description |
---|---|
users.json | Discord user names from ID's in pvme-guides. |
channels.json | Channel names and ID's from the PVME Discord with their corresponding files in pvme-guides. |
roles.json | Role names and role ID's from PVME Discord. |
pvme_spreadsheet.json | Data from PVME spreadsheet accessed as data['Perks']['E'][32] . |
emojis.json | Emojis in PVME Discord. |
pvme-settings is a monorepo where every folder is a separate project with its own dependencies.
This ensures that maintaining specific setting generation scripts don't risk breaking unrelated settings.
Development instructions are in the README.md
for every folder.