Add readme and license files.

This commit is contained in:
Coder12a 2018-10-12 13:03:32 -05:00
parent 238e5de342
commit fff1455137
3 changed files with 14 additions and 1 deletions

3
LICENSE Normal file
View File

@ -0,0 +1,3 @@
License WTFPL
Copyright (C) Sapier, agrecascino, shamoanjac, Coder12a
Date 2018

10
README.md Normal file
View 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.

View File

@ -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.",