diff --git a/PlotSquared/src/com/intellectualcrafters/plot/C.java b/PlotSquared/src/com/intellectualcrafters/plot/C.java index 733c4dc34..d10816a1d 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/C.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/C.java @@ -23,7 +23,7 @@ public enum C { PASTED("&cThe plot selection was successfully pasted"), PASTE_FAILED("&cFailed to paste the selection. Reason: &c%s"), NO_CLIPBOARD("&cYou don't have a selection in your clipboard"), - CLIPBOARD_INFO("&Current Clipboard - Plot ID: &6%id&c, Width: &6%width&c, Total Blocks: &6%total&c"), + CLIPBOARD_INFO("&cCurrent Selection - Plot ID: &6%id&c, Width: &6%width&c, Total Blocks: &6%total&c"), /* * Ratings */ diff --git a/PlotSquared/src/com/intellectualcrafters/plot/commands/Command.java b/PlotSquared/src/com/intellectualcrafters/plot/commands/Command.java index 3f7bdcf87..addbc67e4 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/commands/Command.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/commands/Command.java @@ -16,10 +16,6 @@ package com.intellectualcrafters.plot.commands; public enum Command { // TODO new commands - // (allow a plot to be transferred from one plot to another of the same - // size) - // - /plot copy - // - /plot paste // (economy) // - /plot buy // - /plot sell