Minecraft SpawnBuild mod 2026 download
logo
minecraft mod SpawnBuild

SpawnBuild

Game Version: CB 1.3.2-R0.1
Total Downloads: 8,905
Updated: Sep 18, 2012
Created: Aug 6, 2012
Download SpawnBuildDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SpawnBuild 0.4 release 3.81 KB Sep 18, 2012 CB 1.3.2-R0.1 6,276 download SpawnBuild SpawnBuild 0.4 releaseDownload
SpawnBuild 0.2 release 3.36 KB Aug 19, 2012 CB 1.3.1-R2.0 1,220 download SpawnBuild SpawnBuild 0.2 releaseDownload
SpawnBuild 0.1 release 3.36 KB Aug 6, 2012 CB 1.2.5-R5.0 932 download SpawnBuild SpawnBuild 0.1 releaseDownload
SpawnBuild 0.3 beta 3.87 KB Aug 20, 2012 CB 1.3.1-R2.0 477 download SpawnBuild SpawnBuild 0.3 betaDownload

Description

Share this:

SpawnBuild

The original bukkit server has a build safe area around spawn point, but no permission to grant builders to build there (except the operators).
As I don't want to install HUGE plugins for that minimal behaviour, I created a very tiny one.

This simple plugin mimics this default behaviour, but gives one permission
to use with e.g. permissionBukkit.

  builder:
    permissions:
      spawnbuild: true

You can also add a permission per world.

  users:
    someone:
      permissions:
        spawnbuild.someworld: true

What is protected

Currently all blockPace and blockRemove events are forbidden plus the emptyBukket as Lava/Water appearing is also breaking the spawn area. Additional the ingiteBlock with Flint&Steel or Firecharge is not possible.

HowTo

In the original bukkit.yml you have to set

  spawn-radius: 0

So that the SpawnBuild plugin can handle the safe area.

Configuration

# Radius around SpawnPoint a mortal cannot build
spawnbuild:
  spawn-radius: 10
  allowOp: false
  allowCreative: false
Description default value
spawnbuild.spawn-radius distance of safe area around spawn point 10
spawnbuild.allowOp Are ops allowed to build in safe area without having the spawnbuild permission false
spawnbuild.allowCreative Are creative players allowed to build in safe area without having the spawnbuild permission false

Permissions

Permission Description default value
spawnbuild Allows a player to build in the spawn area op

Note

In Version 1.4.2 the spawn-radius: 0 has moved from bukkit.yml to spawn-protect in the server.properties.
Currently running a dev build of craftbukkit, to verify that it is still working as expected.

Comments

Add a comment