geforkt von Mirrors/FastAsyncWorldEdit
Add flags
Dieser Commit ist enthalten in:
Ursprung
f4938eeffe
Commit
640fac6374
@ -47,7 +47,7 @@ ext {
|
|||||||
date = git.head().getDate().format("yy.MM.dd")
|
date = git.head().getDate().format("yy.MM.dd")
|
||||||
revision = "-${git.head().abbreviatedId}"
|
revision = "-${git.head().abbreviatedId}"
|
||||||
parents = git.head().parentIds;
|
parents = git.head().parentIds;
|
||||||
index = -2110; // Offset to match CI
|
index = -2109; // Offset to match CI
|
||||||
for (; parents != null && !parents.isEmpty(); index++) {
|
for (; parents != null && !parents.isEmpty(); index++) {
|
||||||
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
|
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
|
||||||
}
|
}
|
||||||
|
@ -437,7 +437,7 @@ public class ClipboardCommands extends MethodCommands {
|
|||||||
@Command(
|
@Command(
|
||||||
aliases = {"/paste"},
|
aliases = {"/paste"},
|
||||||
usage = "",
|
usage = "",
|
||||||
flags = "sao",
|
flags = "saobe",
|
||||||
desc = "Paste the clipboard's contents",
|
desc = "Paste the clipboard's contents",
|
||||||
help =
|
help =
|
||||||
"Pastes the clipboard's contents.\n" +
|
"Pastes the clipboard's contents.\n" +
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren