Some Minor Schem list Changes
Dieser Commit ist enthalten in:
Ursprung
0700ae4247
Commit
9281c5e56e
@ -19,7 +19,7 @@ UTIL_LIST_BACK_HOVER=§eBack {0}
|
|||||||
UTIL_LIST_DIR=§7§lDIR
|
UTIL_LIST_DIR=§7§lDIR
|
||||||
UTIL_LIST_TYPE=§8§l{0}
|
UTIL_LIST_TYPE=§8§l{0}
|
||||||
UTIL_LIST_BASE=§e
|
UTIL_LIST_BASE=§e
|
||||||
UTIL_LIST_FROM=§8Owner §7{0}
|
UTIL_LIST_FROM=§8From §7{0}
|
||||||
UTIL_LIST_OPEN_DIR=§eShow directory
|
UTIL_LIST_OPEN_DIR=§eShow directory
|
||||||
UTIL_LIST_OPEN_SCHEM=§eManage schematics
|
UTIL_LIST_OPEN_SCHEM=§eManage schematics
|
||||||
UTIL_LIST_REMOVE=[Remove]
|
UTIL_LIST_REMOVE=[Remove]
|
||||||
|
@ -125,7 +125,7 @@ public class SchematicCommandUtils {
|
|||||||
} else {
|
} else {
|
||||||
SchematicType type = node.getSchemtype();
|
SchematicType type = node.getSchemtype();
|
||||||
if (type != SchematicType.Normal) {
|
if (type != SchematicType.Normal) {
|
||||||
nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_TYPE", player, type.name())).append(" ");
|
nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_TYPE", player, type.getKuerzel())).append(" ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_BASE", player));
|
nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_BASE", player));
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren