Disable server spawn radius in Clans

Defer to the spawn claim area, instead
This commit is contained in:
cnr 2016-08-18 20:44:01 -05:00
parent a79fa9cd46
commit 72ddfd5d85
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ public class Clans extends JavaPlugin
@Override
public void onEnable()
{
Bukkit.setSpawnRadius(0);
// Configs
getConfig().addDefault(WEB_CONFIG, "http://accounts.mineplex.com/");
getConfig().set(WEB_CONFIG, getConfig().getString(WEB_CONFIG));