From 01260be5721003a95664c31885fdecaed873024a Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 8 Jun 2013 16:47:03 +0000 Subject: ProtectionAreas: Added ProtListUsers, implemented ProtRemoveUser, fixed ProtDelID commands git-svn-id: http://mc-server.googlecode.com/svn/trunk@1565 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MCServer/Plugins/ProtectionAreas/CurrentLng.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'MCServer/Plugins/ProtectionAreas/CurrentLng.lua') diff --git a/MCServer/Plugins/ProtectionAreas/CurrentLng.lua b/MCServer/Plugins/ProtectionAreas/CurrentLng.lua index 0c5fc636b..8fda353ae 100644 --- a/MCServer/Plugins/ProtectionAreas/CurrentLng.lua +++ b/MCServer/Plugins/ProtectionAreas/CurrentLng.lua @@ -18,6 +18,7 @@ function CommandReg() {HandleDelArea, "/ProtDelID", "Prot.Del", "Deletes a protected area by ID"}, {HandleGiveWand, "/ProtWand", "Prot.Wand", "Gives you the wand used for protection"}, {HandleListAreas, "/ProtList", "Prot.List", "Lists all areas for the marked block"}, + {HandleListUsers, "/ProtUsers", "Prot.List", "Lists all allowed users for a given area ID"}, {HandleRemoveUser, "/ProtRemUser", "Prot.RemUser", "Removes a user from the protected area"}, {HandleRemoveUserAll, "/ProtRemUserAll", "Prot.RemUser", "Removes a user from all protected areas"}, }; -- cgit v1.2.3