Claiming new plot

This commit is contained in:
boy0001 2014-12-23 03:04:56 +11:00
parent 5c4f1332d6
commit 2dff41fa53
4 changed files with 45 additions and 3 deletions

View file

@ -243,4 +243,6 @@ public interface AbstractDB {
* @return Plot Comments within the specified tier
*/
public ArrayList<PlotComment> getComments(final String world, final Plot plot, final int tier);
public void createPlotAndSettings(Plot plot);
}