File tree Expand file tree Collapse file tree 4 files changed +10
-17
lines changed
Expand file tree Collapse file tree 4 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -92,17 +92,6 @@ The **System Administrators** are responsible for the maintenance and reliable o
9292| progwml6 | System Administrator |
9393+-----------------------------------+------------------------------------+
9494
95- Ore Developers
96- ~~~~~~~~~~~~~~
97-
98- The **Ore Developers ** work on producing, enhancing, and fixing the Ore plugin distribution platform.
99-
100- +-----------------------------------+------------------------------------+
101- | Name | Role |
102- +===================================+====================================+
103- | felixoi | Ore Developer |
104- +-----------------------------------+------------------------------------+
105-
10695Web Developers
10796~~~~~~~~~~~~~~
10897
@@ -206,6 +195,8 @@ here to thank them and acknowledge their valuable contributions.
206195+-----------------------------------+------------------------------------+
207196| ewoutvs\_ | Ore Developer & Reviewer |
208197+-----------------------------------+------------------------------------+
198+ | felixoi | Ore Developer, SysAdmin & more |
199+ +-----------------------------------+------------------------------------+
209200| FerusGrim | Moderator |
210201+-----------------------------------+------------------------------------+
211202| GenPage | Systems Management |
Original file line number Diff line number Diff line change 111111
112112# External Sphinx projects to be available for direct linking via :doc:
113113# references.
114- intersphinx_mapping = {
115- "adventure" : ("https://docs.adventure.kyori.net/" , None ),
116- }
114+ intersphinx_mapping = {}
117115
118116# Set to true to enable sphinx-JDLinker debug dump.
119117javadoc_dump = False
Original file line number Diff line number Diff line change 55The Text API is used to create formatted text, which can be sent to players in chat messages and be used in
66places such as in books and on signs.
77
8- Sponge uses the :doc: `Adventure < adventure:index >` library as its text implementation.
8+ Sponge uses the `Adventure `_ library as its text implementation.
99Since Adventure already provides docs on how to create and manipulate text objects,
1010we will supply you with Sponge-specific guides and a basic introduction.
1111
@@ -19,7 +19,9 @@ Contents
1919 :maxdepth: 2
2020 :titlesonly:
2121
22- Adventure Docs (external) <https://docs.adventure.kyori.net / >
22+ Adventure Docs (external) <https://docs.papermc.io/adventure / >
2323 text
2424 representations/index
2525 pagination
26+
27+ .. _Adventure : https://docs.papermc.io/adventure/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ There are four applicable formats:
2323* Configurate nodes - :javadoc: `ConfigurateComponentSerializer `
2424* Minecraft JSON - :javadoc: `GsonComponentSerializer `
2525
26- For a full documentation of each serializer, see the Adventure docs' :doc: ` Text Serializers < adventure:serializer/index >` section.
26+ For a full documentation of each serializer, see the Adventure docs' ` AdventureSerializer `_ section.
2727
2828Serializing Text
2929~~~~~~~~~~~~~~~~
@@ -41,3 +41,5 @@ To deserialize a ``String`` or other serialized object into its corresponding ``
4141input is incorrectly formatted, an exception will be thrown. Alternatively, use the
4242:javadoc: `ComponentSerializer#deserializeOr(R, Component) ` method to deserialize without any exceptions. If there is an
4343error, the second argument will be returned as a fallback.
44+
45+ .. _AdventureSerializer : https://docs.papermc.io/adventure/serializer/
You can’t perform that action at this time.
0 commit comments