diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..41e703c --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +License WTFPL +Copyright (C) Sapier, agrecascino, shamoanjac, Coder12a +Date 2018 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2b30fa --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/chatcommands.lua b/chatcommands.lua index a5fac3e..d1cb044 100644 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -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.",