File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 19
19
/paper/dev/commands /paper/dev/command-api/basics/introduction
20
20
/paper/dev/command-api/commands /paper/dev/command-api/basics/introduction
21
21
/paper/dev/command-api/arguments /paper/dev/command-api/basics/arguments-and-literals
22
+ /adventure/contributing https://github.com/PaperMC/docs/blob/main/CONTRIBUTING.md
22
23
/adventure/version-history/adventure-platform-fabric /adventure/version-history/adventure-platform-mod
Original file line number Diff line number Diff line change @@ -476,7 +476,6 @@ export default defineConfig({
476
476
"/adventure/minimessage" ,
477
477
"/adventure/platform" ,
478
478
"/adventure/migration" ,
479
- "/adventure/contributing" ,
480
479
"/adventure/version-history" ,
481
480
] ,
482
481
waterfall : [ "/waterfall" ] ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ import LinkCard from "/src/components/LinkCard.astro";
25
25
<LinkCard title = " Folia" href = " /folia" icon = " folia" >
26
26
A fork of Paper which adds regionized multithreading to the dedicated server.
27
27
</LinkCard >
28
- <LinkCard title = " Waterfall" href = " /waterfall" destructive icon = " waterfall" >
29
- A discontinued BungeeCord proxy fork that aimed to improve performance and stability.
30
- </LinkCard >
31
28
<LinkCard title = " Adventure" href = " /adventure" icon = " adventure" >
32
29
A Java library for server-controllable user interface elements in Minecraft: Java Edition.
33
30
</LinkCard >
31
+ <LinkCard title = " Waterfall" href = " /waterfall" destructive icon = " waterfall" >
32
+ A discontinued BungeeCord proxy fork that aimed to improve performance and stability.
33
+ </LinkCard >
34
34
<LinkCard title = " Miscellaneous" href = " /misc" icon = " random" >
35
35
Various other documentation and tools.
36
36
</LinkCard >
You can’t perform that action at this time.
0 commit comments