File tree Expand file tree Collapse file tree 3 files changed +595
-672
lines changed
docs/en/user_guide/advanced Expand file tree Collapse file tree 3 files changed +595
-672
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ multiple issues that stem from providing two separate server implementations at
1515This 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
3234With this, you can't use any NMS behavior during tests with MockBukkit
33- :::
35+ :::
You can’t perform that action at this time.
0 commit comments