use of io.github.nucleuspowered.nucleus.modules.spawn.config.SpawnConfig in project Nucleus by NucleusPowered.
the class SpawnOtherCommand method onReload.
@Override
public void onReload() throws Exception {
SpawnConfig sc = getServiceUnchecked(SpawnConfigAdapter.class).getNodeOrDefault();
this.gsc = sc.getGlobalSpawn();
this.safeTeleport = sc.isSafeTeleport();
}
Aggregations