From 72c1f3e26cedf4b9e412bd1d3c38cc33ed1c8f07 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sat, 29 May 2021 12:59:26 -0400 Subject: [PATCH] Redirect #mcdevs link to libera.chat (#1181) The #mcdevs IRC channel is in the process of migrating away from Freenode. --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c8603d53..a2dc7190 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,7 +19,7 @@ This page will detail specific things that must be done if you intend to contrib #### Ready? Let's get started! 1. Read the [Protocol Changes](http://wiki.vg/Protocol_History). Always make sure the list is both -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) +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) or #spigot on [irc.spi.gt](http://irc.spi.gt) ([webchat](https://irc.spi.gt/iris/?channels=spigot)). 2. Search for usages of the now-defunct NMS package guard and change them. 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. 8. `com.comphenix.protocol.utility.MinecraftProtocolVersion` contains a map of all the protocol version integers. If the protocol version has been incremented, add a new line to the map. 9. `mvn` in root directory again. If it builds successfully, test on the appropriate version of a Spigot server. If -the build fails, debug! \ No newline at end of file +the build fails, debug!