diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-08 18:47:03 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-08 18:47:03 +0200 |
commit | 01260be5721003a95664c31885fdecaed873024a (patch) | |
tree | 5e074b2460512a45685757b3e07fa5c0b86444e7 /MCServer/Plugins/ProtectionAreas/CurrentLng.lua | |
parent | ProtectionAreas: ProtList works directly above the DB, displays areas' IDs and creators. ProtAdd and ProtAddCoords commands show the ID of the new area (diff) | |
download | cuberite-01260be5721003a95664c31885fdecaed873024a.tar cuberite-01260be5721003a95664c31885fdecaed873024a.tar.gz cuberite-01260be5721003a95664c31885fdecaed873024a.tar.bz2 cuberite-01260be5721003a95664c31885fdecaed873024a.tar.lz cuberite-01260be5721003a95664c31885fdecaed873024a.tar.xz cuberite-01260be5721003a95664c31885fdecaed873024a.tar.zst cuberite-01260be5721003a95664c31885fdecaed873024a.zip |
Diffstat (limited to 'MCServer/Plugins/ProtectionAreas/CurrentLng.lua')
-rw-r--r-- | MCServer/Plugins/ProtectionAreas/CurrentLng.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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"},
};
|