9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-06 15:51:50 +00:00

Wardrobe NPC no longer have visible names

This commit is contained in:
LoJoSho
2022-12-29 13:29:04 -06:00
parent 152ec24d76
commit 6d2d4cb30a
4 changed files with 40 additions and 2 deletions

View File

@@ -45,6 +45,10 @@ public interface NMSHandler {
List<Player> sendTo
);
void hideNPCName(
Player player,
String NPCName);
default boolean getSupported () {
return false;
}