From 1b7f89c0d9e54ddc338560914958a192435d1f38 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Fri, 12 Oct 2018 15:27:05 -0500 Subject: [PATCH] Small update. --- README.md | 8 +++++++- chatcommands.lua | 4 ++-- depends.txt | 1 - 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf738a6..5465bef 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ 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 claim's depth not go to high or low. Or make it act like a protection block where you have to claim land upwards and downwards. 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. + +Redo the parcel attack system. + +Remove banner code. + +Make factions without parcels disband after a few hours. \ No newline at end of file diff --git a/chatcommands.lua b/chatcommands.lua index d1cb044..3a4d355 100644 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -505,7 +505,7 @@ factions.register_command("setspawn", { },false) factions.register_command("where", { - description = "See whose parcel you stand on.", + description = "See whose parcel your standing on.", infaction = false, global_privileges = {"faction_user"}, on_success = function(player, faction, pos, parcelpos, args) @@ -543,7 +543,7 @@ factions.register_command("spawn", { },false) factions.register_command("promote", { - description = "Promotes a player to a rank", + description = "Promotes a player to a new rank.", format = {"player", "string"}, faction_permissions = {"promote"}, global_privileges = {"faction_user"}, diff --git a/depends.txt b/depends.txt index 5e78c21..e69de29 100644 --- a/depends.txt +++ b/depends.txt @@ -1 +0,0 @@ -default?