diff --git a/build.gradle b/build.gradle index 736e7b041..81b67c8be 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ ext { date = git.head().getDate().format("yy.MM.dd") revision = "-${git.head().abbreviatedId}" parents = git.head().parentIds; - index = -2110; // Offset to match CI + index = -2109; // Offset to match CI for (; parents != null && !parents.isEmpty(); index++) { parents = git.getResolve().toCommit(parents.get(0)).getParentIds() } diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java b/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java index 70f9fb6d6..dce724a2f 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java @@ -437,7 +437,7 @@ public class ClipboardCommands extends MethodCommands { @Command( aliases = {"/paste"}, usage = "", - flags = "sao", + flags = "saobe", desc = "Paste the clipboard's contents", help = "Pastes the clipboard's contents.\n" +