Dieser Commit ist enthalten in:
Ursprung
412505ee0c
Commit
88f9063d23
@ -404,7 +404,7 @@ public class SchematicCommand extends SWCommand {
|
||||
SchematicType.values().parallelStream()
|
||||
.filter(SchematicType::isAssignable)
|
||||
.filter(type -> finalClipboard == null || CheckSchemType.get(type) == null || AutoChecker.sizeCheck(finalClipboard, CheckSchemType.get(type)).fastOk())
|
||||
.forEachOrdered(type -> {
|
||||
.forEach(type -> {
|
||||
TextComponent component = new TextComponent(type.name() + " ");
|
||||
component.setColor(ChatColor.GRAY);
|
||||
component.setBold(true);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren