13
0

WIP: Add SchemSearch #146

Entwurf
Chaoscaot möchte 2 Commits von schemsearch nach master mergen
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
Nur Änderungen aus Commit 2bccde3ba6 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -181,6 +181,7 @@ HELP_VIEW_5=§8/§7schem §eload §8[§7schematic§8] - §7Loads a schematic
HELP_VIEW_6=§8/§7schem §edownload §8[§7schematic§8] - §7Gives you a download link (valid for 1 min)
HELP_VIEW_7=§8/§7download §8- §7Gives you a download link for your current clipboard (valid for 1 min)
HELP_VIEW_8=§8/§7schem §echeck §8[§7schematic§8|§7selection§8|§7clipboard§8] [§7schematictype§8] - §7Checks the schematic for errors
HELP_VIEW_9=§8/§7schem §ematch §8[§7schematic§8] - §7Searches for a pattern in your schematics
HELP_EDIT=Save & Edit
HELP_EDIT_HOVER=Modification of schematics and folders
HELP_EDIT_1=§8/§7schem §esave §8[§7schematic§8] - §7Saves your clipboard as a schematic

Datei anzeigen

@ -57,7 +57,8 @@ public class SchematicCommandHelp {
"HELP_VIEW_5",
"HELP_VIEW_6",
"HELP_VIEW_7",
"HELP_VIEW_8"
"HELP_VIEW_8",
"HELP_VIEW_9"
}),
BEARBEITUNG("HELP_EDIT", "HELP_EDIT_HOVER", new String[]{
"HELP_EDIT_1",