From 256e043e293ab3bf6143c0bda045695bb6adfe1b Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:15:47 +0400 Subject: [PATCH] fix custom name properties to actually work --- .idea/workspace.xml | 81 +++++++++++-------- .../me/tofaa/entitylib/meta/EntityMeta.java | 23 ++++-- .../entitylib/wrapper/WrapperEntity.java | 5 +- .../spigot/InternalRegistryListener.java | 1 + .../testentitylib/TestPlayerCommand.java | 66 +++++++-------- .../testentitylib/TestTextDisplayCommand.java | 12 ++- 6 files changed, 109 insertions(+), 79 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b32c976..482e564 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,13 @@