9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2026-01-02 21:52:30 +00:00
This commit is contained in:
Xiao-MoMi
2023-04-27 21:39:38 +08:00
parent 5695a63756
commit c21012f09b
30 changed files with 210 additions and 118 deletions

View File

@@ -27,7 +27,7 @@ import net.momirealms.customnameplates.object.font.OffsetFont;
import net.momirealms.customnameplates.object.font.ThinASCIIWidth;
import net.momirealms.customnameplates.utils.AdventureUtils;
import net.momirealms.customnameplates.utils.ConfigUtils;
import org.apache.commons.lang.StringEscapeUtils;
import org.apache.commons.lang3.StringEscapeUtils;
import org.bukkit.configuration.file.YamlConfiguration;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;