SpawnBuild
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.
-
View User Profile
-
Send Message
Posted Aug 23, 2012@dh1jc
i have tested the spawnbuild 0.3 and it works great! the allowfight setting is useless if you have the allowdamage setting on false! (you still cannot hurt other players if allowfight is on true and allowdamage is on false) if you have the allowfight setting on false you cannot hurt mobs either, you can take fire damage and lava damage when allowdamage is set to false! but you cannot drown! you cannot be hurt my mobs when allowdamage is on!
-
View User Profile
-
Send Message
Posted Aug 23, 2012@Not_saying There is a beta in the files section, please try and let me know if that's what the PvP feature request was about.
-
View User Profile
-
Send Message
Posted Aug 21, 2012@MCCharlieCraft
I asked for a no pvp added into this because world guard is to complex for me and I don't have time to learn how to use it!!!
-
View User Profile
-
Send Message
Posted Aug 20, 2012@Not_saying
Try worldguard.
-
View User Profile
-
Send Message
Posted Aug 20, 2012@dh1jc I wouldnt need a permission node for it but you can make one.
-
View User Profile
-
Send Message
Posted Aug 20, 2012@Not_saying
Will have a look - but is a simple one. Tnx for suggestion. [will get a config option allow_fight: true/false; also a permission!? ]
-
View User Profile
-
Send Message
Posted Aug 19, 2012can you make it so theres no PvP in the spawn area?
-
View User Profile
-
Send Message
Posted Aug 19, 2012@vatofrog
Will upload new version soon, but current one should work with 1.3.1
Or do you face some issues?
-
View User Profile
-
Send Message
Posted Aug 18, 2012plz update it
-
View User Profile
-
Send Message
Posted Aug 17, 2012@Not_saying
You're welcome. ;)
And thanks for the feedback.
-
View User Profile
-
Send Message
Posted Aug 16, 2012nice plugin! just what i needed!