Disable server spawn radius in Clans
Defer to the spawn claim area, instead
This commit is contained in:
parent
a79fa9cd46
commit
72ddfd5d85
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user