mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Code cleanup
This commit is contained in:
@ -362,7 +362,7 @@ public abstract class PlotPlayer implements CommandCaller {
|
||||
public abstract void kick(String message);
|
||||
|
||||
/**
|
||||
* Called when the player quits
|
||||
* Called when the player quits.
|
||||
*/
|
||||
public void unregister() {
|
||||
Plot plot = getCurrentPlot();
|
||||
@ -384,7 +384,7 @@ public abstract class PlotPlayer implements CommandCaller {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the amount of clusters a player owns in the specific world
|
||||
* Get the amount of clusters a player owns in the specific world.
|
||||
* @param world
|
||||
* @return
|
||||
*/
|
||||
|
@ -716,7 +716,7 @@ public class MainUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* Format a string with plot information:<br>
|
||||
* Format a string with plot information.
|
||||
* @param info
|
||||
* @param plot
|
||||
* @param player
|
||||
|
Reference in New Issue
Block a user