We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bb604 commit 0e5d8faCopy full SHA for 0e5d8fa
src/content/docs/paper/dev/api/plugin-configs.mdx
@@ -35,7 +35,7 @@ This will be located in the `resources` directory:
35
- main/
36
- java/
37
- resources/
38
- - config.yml
+ - **config.yml**
39
- plugin.yml
40
</FileTree>
41
src/content/docs/paper/dev/getting-started/plugin-yml.mdx
@@ -21,7 +21,7 @@ The `plugin.yml` file is located in the `resources` directory of your project.
21
22
23
24
- - plugin.yml
+ - **plugin.yml**
25
26
27
## Example
0 commit comments