mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-28 18:31:06 +01:00
This commit is contained in:
parent
20c9dbacdf
commit
8c2e6a875c
@ -356,6 +356,13 @@ public class ClipboardCommands extends MethodCommands {
|
||||
}
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void paste(Player player, LocalSession session, EditSession editSession,
|
||||
@Switch('a') boolean ignoreAirBlocks, @Switch('o') boolean atOrigin,
|
||||
@Switch('s') boolean selectPasted) throws WorldEditException {
|
||||
this.paste(player, session, editSession, ignoreAirBlocks, false, false, atOrigin, selectPasted);
|
||||
}
|
||||
|
||||
@Command(
|
||||
aliases = {"/paste"},
|
||||
usage = "",
|
||||
|
Loading…
Reference in New Issue
Block a user