mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
fix link for hat.md
This commit is contained in:
parent
114c91cf49
commit
cfb5c56ce5
@ -1,6 +1,6 @@
|
|||||||
## /hat with ModAPI
|
## /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.
|
/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:
|
As always, start with the basic boilerplate IIFE with credits:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user