From fff145513788461dbd39dc2480aa6b1f90a82d0e Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Fri, 12 Oct 2018 13:03:32 -0500 Subject: [PATCH] Add readme and license files. --- LICENSE | 3 +++ README.md | 10 ++++++++++ chatcommands.lua | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 README.md 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.",