mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 12:33:08 +00:00
Finished adding cluster commands. TODO: testing
This commit is contained in:
parent
61898b0157
commit
cafaa31228
9 changed files with 319 additions and 19 deletions
|
@ -239,11 +239,10 @@ public interface AbstractDB {
|
|||
public void removeTrusted(final String world, final Plot plot, final UUID uuid);
|
||||
/**
|
||||
*
|
||||
* @param world
|
||||
* @param cluster
|
||||
* @param uuid
|
||||
*/
|
||||
public void removeInvited(final String world, final PlotCluster cluster, final UUID uuid);
|
||||
public void removeInvited(final PlotCluster cluster, final UUID uuid);
|
||||
/**
|
||||
* @param plot Plot Object
|
||||
* @param uuid Player that should be removed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue