3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-09 12:08:02 +02:00

Made /clearclipboard function.

Dieser Commit ist enthalten in:
sk89q 2010-10-03 12:37:32 -07:00
Ursprung 4eb40b039f
Commit 5507f0ae98

Datei anzeigen

@ -53,6 +53,7 @@ public class WorldEdit extends Plugin {
commands.put("/editundo", "Undo");
commands.put("/editredo", "Redo");
commands.put("/clearhistory", "Clear history");
commands.put("/clearclipboard", "Clear clipboard");
commands.put("/editsize", "Get size of selected region");
commands.put("/editset", "<Type> - Set all blocks inside region");
commands.put("/editreplace", "<ID> <ToReplaceID> - Replace all existing blocks inside region");