mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fail :P
This commit is contained in:
parent
a19b13fded
commit
b85c2a3c76
@ -23,7 +23,7 @@ public enum C {
|
|||||||
PASTED("&cThe plot selection was successfully pasted"),
|
PASTED("&cThe plot selection was successfully pasted"),
|
||||||
PASTE_FAILED("&cFailed to paste the selection. Reason: &c%s"),
|
PASTE_FAILED("&cFailed to paste the selection. Reason: &c%s"),
|
||||||
NO_CLIPBOARD("&cYou don't have a selection in your clipboard"),
|
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
|
* Ratings
|
||||||
*/
|
*/
|
||||||
|
@ -16,10 +16,6 @@ package com.intellectualcrafters.plot.commands;
|
|||||||
public enum Command {
|
public enum Command {
|
||||||
|
|
||||||
// TODO new commands
|
// TODO new commands
|
||||||
// (allow a plot to be transferred from one plot to another of the same
|
|
||||||
// size)
|
|
||||||
// - /plot copy
|
|
||||||
// - /plot paste
|
|
||||||
// (economy)
|
// (economy)
|
||||||
// - /plot buy
|
// - /plot buy
|
||||||
// - /plot sell <value>
|
// - /plot sell <value>
|
||||||
|
Loading…
Reference in New Issue
Block a user