From b85c2a3c76896b6ea632bc841cfb8f889e67e0cf Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Mon, 13 Oct 2014 19:43:41 +0200 Subject: [PATCH] Fail :P --- PlotSquared/src/com/intellectualcrafters/plot/C.java | 2 +- .../src/com/intellectualcrafters/plot/commands/Command.java | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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