fix link for hat.md
This commit is contained in:
parent
114c91cf49
commit
cfb5c56ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## /hat with ModAPI
|
||||
/hat is a common server-side plugin that lets you put any block/item on your head. This tutorial will explain how to register a server-side command, construct a packet, and send it to a player.
|
||||
[`S09PacketHeldItemChange` constructors]()
|
||||
[`S09PacketHeldItemChange` constructors](https://nurmarvin.github.io/Minecraft-1.8-JavaDocs/net/minecraft/network/play/server/S09PacketHeldItemChange.html)
|
||||
|
||||
|
||||
As always, start with the basic boilerplate IIFE with credits:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue