Initial commit

master
octacian 2017-02-20 15:16:39 -08:00
commit acc0b6d75e
4 changed files with 34 additions and 0 deletions

16
LICENSE Normal file
View File

@ -0,0 +1,16 @@
MIT License
Copyright (c) 2017 Elijah Duffy
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

17
README.md Normal file
View File

@ -0,0 +1,17 @@
Contact Admin/Report Player [contact]
=====================================
This is a fairly simple mod that allows users of your server to easily send you a message whether you are online or not. If a player is suspected to be cheating or doing some other forbidden activity, other players can "file" reports. When viewing reports, they are grouped by player. When viewing general messages, they are also grouped by player, but by the players sending them. Conversations between the admin are like emails, the player can look for your response and reply to it.
An admin/moderator can be assigned to each case, as all with the `contact` privilege have access to the main dashboard. Conversations and cases can also be locked, so that a second admin cannot participate in the conversation and/or cannot view it.
**Note:** banning or kicking players automatically is not planned at the time, and likely will not be implemented unless many people are interested in the feature.
#### To Do List
Not all of the features mentioned above are done, so here's what is and what isn't.
- [ ] Admin Dashboard
- [ ] Contact
- [ ] Conversations
- [ ] Report
- [ ] Lock/Hide

0
init.lua Normal file
View File

1
mod.conf Normal file
View File

@ -0,0 +1 @@
name = contact