mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix typos
This commit is contained in:
parent
209f25a5cf
commit
29b92659c7
@ -47,7 +47,7 @@ public interface PermissionHolder {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check the the highest permission a PlotPlayer has within a specified range.<br>
|
||||
* Check the highest permission a PlotPlayer has within a specified range.<br>
|
||||
* - Excessively high values will lag<br>
|
||||
* - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}<br>
|
||||
*
|
||||
|
@ -799,12 +799,12 @@ public abstract class PlotPlayer<P> implements CommandCaller, OfflinePlotPlayer,
|
||||
}
|
||||
|
||||
/**
|
||||
* Send a title to to the player
|
||||
* Send a title to the player
|
||||
*
|
||||
* @param title Title
|
||||
* @param subtitle Subtitle
|
||||
* @param fadeIn Fade in time (in ticks)
|
||||
* @param stay The the title stays for (in ticks)
|
||||
* @param stay The title stays for (in ticks)
|
||||
* @param fadeOut Fade out time (in ticks)
|
||||
* @param replacements Variable replacements
|
||||
*/
|
||||
|
@ -93,7 +93,7 @@ public class Permissions {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check the the highest permission a PlotPlayer has within a specified range.<br>
|
||||
* Check the highest permission a PlotPlayer has within a specified range.<br>
|
||||
* - Excessively high values will lag<br>
|
||||
* - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}<br>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user