power changes and add mod.conf.
This commit is contained in:
parent
9c901779b1
commit
e9f23363e8
@ -79,9 +79,9 @@ factions.permissions = {"disband", "claim", "playerslist", "build", "description
|
||||
function factions.Faction:new(faction)
|
||||
faction = {
|
||||
--! @brief power of a faction (needed for parcel claiming)
|
||||
power = 8.,
|
||||
power = 2.,
|
||||
--! @brief maximum power of a faction
|
||||
maxpower = 8.,
|
||||
maxpower = 2.,
|
||||
--! @brief power currently in use
|
||||
usedpower = 0.,
|
||||
--! @brief list of player names
|
||||
|
2
init.lua
2
init.lua
@ -12,7 +12,7 @@
|
||||
-- Contact sapier a t gmx net
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
factions_version = "0.8.0"
|
||||
factions_version = "0.8.1"
|
||||
|
||||
core.log("action", "MOD: factions (by sapier) loading ...")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user