Skip to content

Commit 8110091

Browse files
committed
fix(style): prettier reformating
1 parent 617cbcd commit 8110091

File tree

3 files changed

+595
-672
lines changed

3 files changed

+595
-672
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export default defineConfig({
8181
},
8282
{
8383
text: "Paperweight Compatibility",
84-
link: "docs/en/user_guide/advanced/paperweight"
85-
}
84+
link: "docs/en/user_guide/advanced/paperweight",
85+
},
8686
],
8787
},
8888
{

docs/en/user_guide/advanced/paperweight.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ multiple issues that stem from providing two separate server implementations at
1515
This is not possible to fix without completely rewriting MockBukkit!
1616

1717
## The general pattern of these issues
18+
1819
- Something has not been initialized
1920
- Two service providers can not be provided simultaneously
2021

@@ -28,6 +29,7 @@ paperweight {
2829
addServerDependencyTo = configurations.named(JavaPlugin.COMPILE_ONLY_CONFIGURATION_NAME).map { setOf(it) }
2930
}
3031
```
32+
3133
::: warning
3234
With this, you can't use any NMS behavior during tests with MockBukkit
33-
:::
35+
:::

0 commit comments

Comments
 (0)