mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 18:45:29 +01:00
Add messag
This commit is contained in:
parent
a9f79deb2d
commit
3e374b7289
@ -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";
|
||||
|
@ -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}]].
|
||||
|
Loading…
Reference in New Issue
Block a user