1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Anmelden
  • Registrieren
  • Suche
Lexikon
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. GSManager
  2. Lexikon

Reports (1)

  • iMarkus
  • 29. Oktober 2015 um 14:54
  • 29. Oktober 2015 um 14:55
  • 5.499 mal gelesen
Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
  • 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": []
        }
    }
    Alles anzeigen

    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="]
        }
    }
    Alles anzeigen
  • Vorheriger Eintrag Reports
  • Nächster Eintrag Reserved Slots
  • Änderungsprotokoll
  • PDF

In anderen Sprachen

  • Reports

Inhaltsverzeichnis

  • 1 Short description
  • 2 Detailed configurationvariables
  • 3 Zusätzliche Konfigurationsinstruktionen
  • 4 Configurationoverview
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Lexikon, entwickelt von www.viecode.com
Community-Software: WoltLab Suite™