geforkt von Mirrors/Paper
Added set/getSpawnRadius in Server
By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Ursprung
b02e6095bd
Commit
93406ae5d2
@ -271,4 +271,18 @@ public interface Server {
|
|||||||
* @return Map of aliases to command names
|
* @return Map of aliases to command names
|
||||||
*/
|
*/
|
||||||
public Map<String, String> getCommandAliases();
|
public Map<String, String> getCommandAliases();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the radius, in blocks, around each worlds spawn point to protect
|
||||||
|
*
|
||||||
|
* @return Spawn radius, or 0 if none
|
||||||
|
*/
|
||||||
|
public int getSpawnRadius();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the radius, in blocks, around each worlds spawn point to protect
|
||||||
|
*
|
||||||
|
* @param value New spawn radius, or 0 if none
|
||||||
|
*/
|
||||||
|
public void setSpawnRadius(int value);
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren