File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This page will detail specific things that must be done if you intend to contrib
19
19
20
20
#### Ready? Let's get started!
21
21
1 . Read the [ Protocol Changes] ( http://wiki.vg/Protocol_History ) . Always make sure the list is both
22
- complete and correct. If you're unsure, don't hesitate to ask in #mcdevs (the people who maintain wiki.vg) on [ freenode.net ] ( http://freenode.net )
22
+ complete and correct. If you're unsure, don't hesitate to ask in #mcdevs (the people who maintain wiki.vg) on [ libera.chat ] ( http://libera.chat )
23
23
or #spigot on [ irc.spi.gt] ( http://irc.spi.gt ) ([ webchat] ( https://irc.spi.gt/iris/?channels=spigot ) ).
24
24
2 . Search for usages of the now-defunct NMS package guard and change them.
25
25
3 . The class ` com.comphenix.protocol.PacketType ` contains a list of all the packets. If any packets were added or removed
@@ -35,4 +35,4 @@ and the release date.
35
35
8 . ` com.comphenix.protocol.utility.MinecraftProtocolVersion ` contains a map of all the protocol version integers.
36
36
If the protocol version has been incremented, add a new line to the map.
37
37
9 . ` mvn ` in root directory again. If it builds successfully, test on the appropriate version of a Spigot server. If
38
- the build fails, debug!
38
+ the build fails, debug!
You can’t perform that action at this time.
0 commit comments