Dieser Commit ist enthalten in:
Ursprung
6a2ca1c39a
Commit
5f4cd5b9ea
@ -37,6 +37,7 @@ UTIL_INFO_TYPE_DIR=§eDIR
|
|||||||
UTIL_INFO_RANK=§7Rank: §e{0}
|
UTIL_INFO_RANK=§7Rank: §e{0}
|
||||||
UTIL_INFO_COLOR=§Color translation: {0}
|
UTIL_INFO_COLOR=§Color translation: {0}
|
||||||
UTIL_INFO_REPLAY=§7Replay playback: {0}
|
UTIL_INFO_REPLAY=§7Replay playback: {0}
|
||||||
|
UTIL_INFO_ELO=§7Elo: §e{0}
|
||||||
UTIL_INFO_FORMAT=§7Format: §e{0}
|
UTIL_INFO_FORMAT=§7Format: §e{0}
|
||||||
UTIL_INFO_STATUS=§cState: §c{0}: {1}
|
UTIL_INFO_STATUS=§cState: §c{0}: {1}
|
||||||
UTIL_INFO_MEMBER=§7Members: §e{0}
|
UTIL_INFO_MEMBER=§7Members: §e{0}
|
||||||
|
@ -220,6 +220,7 @@ public class SchematicCommandUtils {
|
|||||||
if (node.getSchemtype().fightType()) {
|
if (node.getSchemtype().fightType()) {
|
||||||
SchematicSystem.MESSAGE.sendPrefixless("UTIL_INFO_COLOR", player, SchematicSystem.MESSAGE.parse(node.replaceColor() ? "ON" : "OFF", player));
|
SchematicSystem.MESSAGE.sendPrefixless("UTIL_INFO_COLOR", player, SchematicSystem.MESSAGE.parse(node.replaceColor() ? "ON" : "OFF", player));
|
||||||
SchematicSystem.MESSAGE.sendPrefixless("UTIL_INFO_REPLAY", player, SchematicSystem.MESSAGE.parse(node.allowReplay() ? "ON" : "OFF", player));
|
SchematicSystem.MESSAGE.sendPrefixless("UTIL_INFO_REPLAY", player, SchematicSystem.MESSAGE.parse(node.allowReplay() ? "ON" : "OFF", player));
|
||||||
|
SchematicSystem.MESSAGE.sendPrefixless("UTIL_INFO_ELO", player, node.getElo(Season.getSeason()));
|
||||||
}
|
}
|
||||||
|
|
||||||
SchematicSystem.MESSAGE.sendPrefixless("UTIL_INFO_FORMAT", player, node.getSchemFormat() ? ".schem" : ".schematic");
|
SchematicSystem.MESSAGE.sendPrefixless("UTIL_INFO_FORMAT", player, node.getSchemFormat() ? ".schem" : ".schematic");
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren