Class GroupCommandTranslations
public class GroupCommandTranslations : PropertiesTranslationCollection
- Inheritance
-
GroupCommandTranslations
- Inherited Members
Fields
AlreadyInGroup
[TranslationData("Output from /group join <id> when the player is already in that group.", IsPriorityTranslation = false)]
public readonly Translation AlreadyInGroup
Field Value
CurrentGroup
[TranslationData("Output from /group, tells the player their current group.", new string?[] { "Group ID", "Group Name", "Team Color (if applicable)" })]
public readonly Translation<ulong, string, Color> CurrentGroup
Field Value
- Translation<ulong, string, Color>
GroupNotFound
[TranslationData("Output from /group join <id> when the group is not found.", new string?[] { "Input" }, IsPriorityTranslation = false)]
public readonly Translation<string> GroupNotFound
Field Value
JoinedGroup
[TranslationData("Output from /group join <id>.", new string?[] { "Group ID", "Group Name", "Team Color (if applicable)" }, IsPriorityTranslation = false)]
public readonly Translation<ulong, string, Color> JoinedGroup
Field Value
- Translation<ulong, string, Color>
JoinedGroupNoName
[TranslationData("Output from /group join <id>.", new string?[] { "Group ID" }, IsPriorityTranslation = false)]
public readonly Translation<ulong> JoinedGroupNoName
Field Value
NotInGroup
[TranslationData("Output from /group when the player is not in a group.", IsPriorityTranslation = false)]
public readonly Translation NotInGroup
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }