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 2
2
3
3
Certain tasks are impossible to perform with the standard Bukkit API, and may require
4
4
working 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
6
6
stream. This is quite cumbersome to do, however, and most implementations will break
7
7
as soon as a new version of Minecraft has been released, mostly due to obfuscation.
8
8
@@ -12,9 +12,10 @@ lead to more subtle bugs.
12
12
13
13
### Resources
14
14
15
- * [ Resource Page] ( https://www.spigotmc.org/resources/protocollib.1997/ )
15
+ * [ Spigot Page] ( https://www.spigotmc.org/resources/protocollib.1997/ )
16
16
* [ Dev Builds] ( https://ci.dmulloy2.net/job/ProtocolLib )
17
17
* [ JavaDoc] ( https://ci.dmulloy2.net/job/ProtocolLib/javadoc/index.html )
18
+ * [ Protocol Wiki] ( https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol )
18
19
19
20
### Compilation
20
21
You can’t perform that action at this time.
0 commit comments