Added a bunch of TODO statements in case you get bored 😄

This commit is contained in:
boy0001 2014-09-27 10:52:12 +10:00
parent 5298486403
commit f635ac219c
7 changed files with 41 additions and 3 deletions

View file

@ -15,6 +15,18 @@ package com.intellectualcrafters.plot.commands;
* @author Citymonstret
*/
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>
// (Rating system) (ratings can be stored as the average, and number of ratings)
// - /plot rate <number out of 10>
// - /plot list <some parameter to list the most popular, and highest rated plots>
/**
*
*/