mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-21 13:06:05 -08:00
Update README.md
This commit is contained in:
parent
6d1ef55775
commit
4e0ba98793
|
@ -57,7 +57,7 @@ Each and every EaglerProxy plugin consists of two parts:
|
||||||
* a `metadata.json` metadata file
|
* a `metadata.json` metadata file
|
||||||
|
|
||||||
Below is a breakdown of everything inside of `metadata.json`:
|
Below is a breakdown of everything inside of `metadata.json`:
|
||||||
```json
|
```
|
||||||
{
|
{
|
||||||
"name": "Example Plugin",
|
"name": "Example Plugin",
|
||||||
"id": "examplePlugin",
|
"id": "examplePlugin",
|
||||||
|
@ -68,4 +68,4 @@ Below is a breakdown of everything inside of `metadata.json`:
|
||||||
"load_after": ["otherPlugin"]
|
"load_after": ["otherPlugin"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
As of right now, there exists no API reference. Please refer to the preinstalled plugin for details regarding API usage.
|
As of right now, there exists no API reference. Please refer to the preinstalled plugin for details regarding API usage.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user