mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
Claiming new plot
This commit is contained in:
parent
5c4f1332d6
commit
2dff41fa53
4 changed files with 45 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue