This commit is contained in:
Sauilitired 2014-10-13 19:43:41 +02:00
parent a19b13fded
commit b85c2a3c76
2 changed files with 1 additions and 5 deletions

View File

@ -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
*/

View File

@ -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 <value>