Add HCF raidable functionality.

This will allow players to break blocks in factions that are raidable (power < claims) as well as open chests. It can also disable over claiming.
This commit is contained in:
drtshock
2015-01-27 11:02:16 -06:00
parent 147a051fee
commit f92d59e5c6
4 changed files with 32 additions and 8 deletions

View File

@@ -150,7 +150,9 @@ warmups:
# Delay for /f warp
f-warp: 0
# HCF Features
######################################################
#################### HCF Features ####################
######################################################
# These features were requested as part of Hardcore Factions or something.
# All of them are disabled by default.
@@ -166,3 +168,15 @@ max-relations:
truce: 10
neutral: -1
enemy: 10
# Raids
# Allow a faction to be raided if they have more land than power.
# This will make claimed territory lose all protections
# allowing factions to open chests, break blocks, etc. if they
# have claimed chunks >= power.
hcf:
raidable: false
# Should we allow Factions to over claim if they are raidable (above has no effect on this)?
# This has always been true, allowing factions to over claim others.
overclaim: true