Add messag

This commit is contained in:
fullwall 2023-08-14 01:16:58 +08:00
parent a9f79deb2d
commit 3e374b7289
2 changed files with 2 additions and 0 deletions

View File

@ -378,6 +378,7 @@ public class Messages {
public static final String SIZE_SET = "citizens.commands.npc.size.set";
public static final String SKELETON_TYPE_SET = "citizens.commands.npc.skeletontype.set";
public static final String SKIN_CLEARED = "citizens.commands.npc.skin.cleared";
public static final String SKIN_EXPORTED = "citizens.commands.npc.skin.exported";
public static final String SKIN_LAYERS_SET = "citizens.commands.npc.skin.layers-set";
public static final String SKIN_REQUIRED = "citizens.commands.npc.skin.missing-skin";
public static final String SKIN_SET = "citizens.commands.npc.skin.set";

View File

@ -289,6 +289,7 @@ citizens.commands.npc.shulker.color-set=[[{0}]]''s color set to [[{1}]].
citizens.commands.npc.shulker.invalid-color=Invalid shulker color given. Valid colors are: [[{0}]].
citizens.commands.npc.sitting.set=[[{0}]] is now sitting at [[{1}]].
citizens.commands.npc.sitting.unset=[[{0}]] is no longer sitting.
citizens.commands.npc.skin.exported=Exported skin to [[{0}]]
citizens.commands.npc.skin.error-setting-url=Error downloading skin texture from [[{0}]]. Are you sure the URL is valid?
citizens.commands.npc.skin.skin-url-set=Downloaded [[{0}]]''s skin from [[{1}]].
citizens.commands.npc.skin.set=[[{0}]]''s skin name set to [[{1}]].