[SPIGOT-132] Title Packet Not Working Created: 06/Dec/14 Updated: 06/Dec/14 Resolved: 06/Dec/14 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Ethan Baron | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | 1.8, Craftbukkit, bug, spigot, title | ||
Environment: |
Eclipse, Windows |
Description |
When trying to code the Title Packets, the import for the 3 required packages that begin with org.spigotmc.title.protocolinjector don't work properly. If still says there's errors with CraftPlayer, IChatBaseComponent, ChatSerializer, PacketTitle, and Action. It acts as if the import didn't exist at all, but it's not suggesting a different one. To expand on that, Action wants you to import different things, 1 having to do with Bukkit.block and the other with java. The PacketTitles want you to change them. CraftPlayer "cannot be resolved to a type". |
Comments |
Comment by Z750 [ 06/Dec/14 ] |
ProtocolInjector was a temporary class for use with the protocol patch builds. Now that the server is updated to 1.8 you already have these same tools in the NMS packets. |