File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33Certain tasks are impossible to perform with the standard Bukkit API, and may require
44working with and even modifying Minecraft directly. A common technique is to modify incoming
5- and outgoing [ packets] ( https://wiki.vg/Protocol ) , or inject custom packets into the
5+ and outgoing packets, or inject custom packets into the
66stream. This is quite cumbersome to do, however, and most implementations will break
77as soon as a new version of Minecraft has been released, mostly due to obfuscation.
88
@@ -12,9 +12,10 @@ lead to more subtle bugs.
1212
1313### Resources
1414
15- * [ Resource Page] ( https://www.spigotmc.org/resources/protocollib.1997/ )
15+ * [ Spigot Page] ( https://www.spigotmc.org/resources/protocollib.1997/ )
1616* [ Dev Builds] ( https://ci.dmulloy2.net/job/ProtocolLib )
1717* [ JavaDoc] ( https://ci.dmulloy2.net/job/ProtocolLib/javadoc/index.html )
18+ * [ Protocol Wiki] ( https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol )
1819
1920### Compilation
2021
You can’t perform that action at this time.
0 commit comments