mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Fix broken html tags in javadoc
This commit is contained in:
@@ -267,7 +267,7 @@ public class RandomSpawn extends JavaPlugin {
|
||||
* The final result of these checks is returned as the set of eligible spawn
|
||||
* points; from which one will ultimately be chosen and used.
|
||||
*
|
||||
* @author ProgrammerDan <programmerdan@gmail.com>
|
||||
* @author ProgrammerDan programmerdan@gmail.com
|
||||
* @param world The world to restrict the check to. Only players from that world
|
||||
* are considered.
|
||||
* @return The set of locations near valid spawn points; or an empty list.
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.bukkit.entity.Player;
|
||||
/**
|
||||
* Add a spawn point using current location and given radius / exclusion and requirements.
|
||||
*
|
||||
* @author ProgrammerDan <programmerdan@gmail.com>
|
||||
* @author ProgrammerDan programmerdan@gmail.com
|
||||
*
|
||||
*/
|
||||
public class AddSpawnPointCommand extends AbstractCommand{
|
||||
|
||||
@@ -10,7 +10,7 @@ import org.bukkit.configuration.ConfigurationSection;
|
||||
/**
|
||||
* This command removes a named spawnpoint from the config. It matches using the "name" field in the map of the spawn point.
|
||||
*
|
||||
* @author ProgrammerDan <programmerdan@gmail.com>
|
||||
* @author ProgrammerDan programmerdan@gmail.com
|
||||
*
|
||||
*/
|
||||
public class RemoveSpawnPointCommand extends AbstractCommand {
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.bukkit.event.HandlerList;
|
||||
* rejected, RandomSpawn will fall back on other configured methods, ultimately falling back on Minecraft default spawning
|
||||
* if nothing else works.
|
||||
*
|
||||
* @author ProgrammerDan <programmerdan@gmail.com>
|
||||
* @author ProgrammerDan programmerdan@gmail.com
|
||||
*
|
||||
*/
|
||||
public class NewPlayerSpawn extends Event implements Cancellable {
|
||||
|
||||
Reference in New Issue
Block a user