RP-Kit / RPKit

RPKit plugin suite
Apache License 2.0
21 stars 12 forks source link

Removed nameplate functionality from `rpk-characters-bukkit` #669

Open dmccoystephenson opened 1 month ago

dmccoystephenson commented 1 month ago

Problem

The nameplate functionality of the rpk-characters-bukkit module only worked with a specific combination of ProtocolLib and Minecraft, which changed with each update. This made ongoing support difficult for developers.

Solution

The nameplate functionality and the ProtocolLib dependency have been removed from the rpk-characters-bukkit module.

Testing

The plugin suite successfully compiled with these changes. The modified module was enabled properly on a server created using rpk-mc-server, and a character was successfully created.

Relevant Issue

Closes #666