File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
content/docs/adventure/migration Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,11 @@ dependencies {
4141 label: " Maven" ,
4242 lang: " xml" ,
4343 title: " pom.xml" ,
44- code: ` <project>
45- <dependencies>
46- <dependency>
47- <groupId>\{ GROUP}</groupId>
48- <artifactId>\{ NAME}</artifactId>
49- <version>\{ VERSION}</version>
50- </dependency>
51- </dependencies>
52- </project> ` ,
44+ code: ` <dependency>
45+ <groupId>\{ GROUP}</groupId>
46+ <artifactId>\{ NAME}</artifactId>
47+ <version>\{ VERSION}</version>
48+ </dependency> ` ,
5349 },
5450 ],
5551 " adventure-platform-mod" : [
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ being created that is a copy of the original component with the change you reque
134134The BungeeCord Chat API includes three serializers. All three have equivalents in Adventure:
135135
136136* The `TextComponent .fromLegacyText()` deserialization method is equivalent to the
137- `deserialize` method of the [Legacy ](/ adventure/ serializer/ legacy] text serializer. Likewise , the
137+ `deserialize` method of the [Legacy ](/ adventure/ serializer/ legacy) text serializer. Likewise , the
138138 `BaseComponent . toLegacyText()` serialization method is equivalent to the `serialize`
139139 method on the legacy text serializer.
140140* The `TextComponent . toPlainText()` serialization method is equivalent to the
You can’t perform that action at this time.
0 commit comments