1. GSManager
    1. Features
    2. Supported Games
    3. News
    4. Statistics
    5. Server list
  2. Lexicon
  3. Filebase
  4. Development
  5. Forum
    1. Dashboard
    2. Unresolved Threads
  6. Web-Interface
  7. Articles
  8. Members
    1. Recent Activities
    2. Users Online
    3. Team
    4. Search Members
  • Login
  • Register
  • Search
Lexikon
  • Everywhere
  • Articles
  • Pages
  • Files
  • Forum
  • Lexikon
  • More Options
  1. GSManager
  2. Lexicon

Reports (1)

  • iMarkus
  • October 29, 2015 at 2:54 PM
  • October 29, 2015 at 2:55 PM
  • 5,708 times viewed
The project GSManager (formerly ManuAdminMod) was discontinued on 01.01.2020 - this internet presence stays available, but the software is no longer maintained. Thanks for your support over the more than 10 past years!
  • Allows to report players. The reports can be saved (logfile, database) or admins can be notified directly (via E-Mail, TS3).

    1 Short description


    Allows to report players. The [lexicon='reports',''][/lexicon] can be saved (logfile, database) or admins can be notified directly (via E-Mail, [lexicon='TS3',''][/lexicon]).
    !report NICK MESSAGE
    !report Anton He is a cheater

    == Configurationoverview =

    JavaScript: onfig/plugins/reports.json
    {
        "reports": {
            "enabled": false,
            "database": false,
            "decaytime": 180,
            "logfile": false,
            "mail": false,
            "mailmessage": "The player '<FROM>' just reported '<TARGET>' with the following message: <MESSAGE>",
            "mailrecipients": [],
            "mailsubject": "GSManager Report",
            "ts3poke": false,
            "ts3pokemessage": "GSManager: '<FROM>' reported '<TARGET>': <MESSAGE>",
            "ts3pokeuids": [],
            "ts3text": false,
            "ts3textmessage": "GSManager: '<FROM>' reported '<TARGET>': <MESSAGE>",
            "ts3textuids": []
        }
    }
    Display More

    2 Detailed configurationvariables

    Variable Allowed Values Description
    enabled truefalse You can (de)active the plugin with this variable.
    database truefalse You can save [lexicon='reports',''][/lexicon] to the database by using this variable.
    decaytime Amount The time in seconds after a player can send another report.
    logfile truefalse You can save [lexicon='reports',''][/lexicon] to the logfile by using this variable.
    mail truefalse You can receive E-Mails by using this variable.
    mailmessage String The message of the E-Mail. Allowed placeholders are <FROM>, <TARGET> and <MESSAGE>.
    mailrecipients String-Array The receiver of the E-Mail.
    mailsubject String The subject of the E-Mail.
    ts3poke truefalse You will be poked in TS by using this variable.
    ts3pokemessage String The message of the poke. Allowed placeholders are <FROM>, <TARGET> and <MESSAGE>.
    ts3pokeuids String-Array All UID's of the admins, which should receive the poke.
    ts3text truefalse You will receive a PM in TS by using this variable.
    ts3textmessage String The message of the PM. Allowed placeholders are <FROM>, <TARGET> and <MESSAGE>.
    ts3textuids String-Array All UID's of the admins, which should receive the PM.

    3 Zusätzliche Konfigurationsinstruktionen


    If you want to use the [lexicon='TS3',''][/lexicon] function, you need to create a connection between [lexicon='TS3',''][/lexicon]-Server and GSManager. You may visit the specific documentation.
    You can find the UID's in TS: Settings => Identities. Select the profile on the left side to copy the Unique ID.

    4 Configurationoverview


    This is an example to see how to add multiple receivers:


    JavaScript: config/plugins/reports.json
    {
        "reports": {
            "enabled": true,
            "database": false,
            "decaytime": 180,
            "logfile": false,
            "mail": true,
            "mailmessage": "The player '<FROM>' just reported '<TARGET>' with the following message: <MESSAGE>",
            "mailrecipients": ["mail@domain.org"],
            "mailsubject": "GSManager Report",
            "ts3poke": true,
            "ts3pokemessage": "GSManager: '<FROM>' reported '<TARGET>': <MESSAGE>",
            "ts3pokeuids": ["iytBus+itdc2u6u33ciPLIhiQ/M="],
            "ts3text": true,
            "ts3textmessage": "GSManager: '<FROM>' reported '<TARGET>': <MESSAGE>",
            "ts3textuids": ["iytBus+itdc2u6u33ciPLIhiQ/M=", "IkhVhEJaXp/+wcimWBplpB5G//Y=", "cvDevXK6TdUV+M0AyXg8EaF5ZHk="]
        }
    }
    Display More
  • Previous entry Mapcycle Plugin (1)
  • Next entry Reserved Slots (1)
  • Changelog
  • PDF

Languages

  • Reports

Table of Contents

  • 1 Short description
  • 2 Detailed configurationvariables
  • 3 Zusätzliche Konfigurationsinstruktionen
  • 4 Configurationoverview
  1. Staff
  2. Privacy Policy
  3. Terms of Service
  4. Legal Notice
  5. Contact
Lexicon, developed by www.viecode.com
Powered by WoltLab Suite™