forked from mtcontrib/factions
Add readme and license files.
This commit is contained in:
parent
238e5de342
commit
fff1455137
3
LICENSE
Normal file
3
LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
License WTFPL
|
||||
Copyright (C) Sapier, agrecascino, shamoanjac, Coder12a
|
||||
Date 2018
|
10
README.md
Normal file
10
README.md
Normal file
@ -0,0 +1,10 @@
|
||||
# factions
|
||||
mod for minetest
|
||||
|
||||
Mod for handling in game factions and reputation.
|
||||
|
||||
# TODO LIST
|
||||
Complete the diplomacy system.
|
||||
Add a show claim command (show small entity boxes like in protection mod).
|
||||
Make claim's depth not go to high or low.
|
||||
Make factions power max based on how many players are in the team, and players with the same ip address can not add to the power max.
|
@ -247,7 +247,7 @@ factions.register_command("version", {
|
||||
end
|
||||
},false)
|
||||
|
||||
--show description of faction
|
||||
--show description of faction
|
||||
factions.register_command("info", {
|
||||
format = {"faction"},
|
||||
description = "Shows a faction's description.",
|
||||
|
Loading…
Reference in New Issue
Block a user