https://github.com/tiaansu/open.mp-json-schema
A JSON schema for open.mp's config.json. Based on https://www.open.mp/docs/server/config.json
https://github.com/tiaansu/open.mp-json-schema
Last synced: 3 months ago
JSON representation
A JSON schema for open.mp's config.json. Based on https://www.open.mp/docs/server/config.json
- Host: GitHub
- URL: https://github.com/tiaansu/open.mp-json-schema
- Owner: Tiaansu
- Created: 2024-06-10T10:47:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:04:57.000Z (10 months ago)
- Last Synced: 2025-01-06T06:43:38.325Z (5 months ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAQ
1. How to use?
- It's simple, just add this line in your server's config.json:
```json
{
"$schema": "https://github.com/Tiaansu/open.mp-json-schema/raw/main/schema.json",
// ... other config
}
```
---With this, you can now see warnings and description of each config on your config.json file if you're using [vscode](code.visualstudio.com).
Like this:
