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
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. GSManager
  2. Forum
  3. Unterstützung
  4. Konfiguration

Call admin with teamspeak?

  • Robbie
  • 3. September 2015 um 23:28
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!
  • Robbie
    Anfänger
    Punkte
    275
    Beiträge
    44
    • 3. September 2015 um 23:28
    • #1

    I know there is a option to call a admin (cod4) in combination with teamspeak. Is there a tuturial how to configure that?

  • Yenz
    Entwickler
    Reaktionen
    90
    Punkte
    10.180
    Trophäen
    5
    Beiträge
    1.988
    Einträge
    9
    • 4. September 2015 um 05:29
    • #2

    For the basic ts3 configuration you should take a look here: TeamSpeak 3
    The documentation for the report plugin isn't written, yet. So here a short version:

    Take a look into the config/plugins/reports.json file.

    A possible version for ts3 could look like this:

    JavaScript: config/plugins/reports.json
    {
        "reports": {
            "enabled": true,
            "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": true,
            "ts3pokemessage": "GSManager: '<FROM>' reported '<TARGET>': <MESSAGE>",
            "ts3pokeuids": ["iytBus+itdc2u6u33ciPLIhiQ/M=", "asdfasdfasdfasdfasdf/M="],
            "ts3text": true,
            "ts3textmessage": "GSManager: '<FROM>' reported '<TARGET>': <MESSAGE>",
            "ts3textuids": ["auianiuand/asdasd/O=", "iboiugb97978sdf/M="]
        }
    }
    Alles anzeigen

    Line 3: Enable the plugin.
    Line 5: Timeout between two reports from the same player.
    Line 11: Enable if you want to get poked.

    Line 12: With this message you will get poked.
    Line 13: The UIDs of the TS3 users you want to poke. If you have only one then it looks like this: "ts3pokeuids: ["iytBus+itdc2u6u33ciPLIhiQ/M="],
    Line 14-16: Same like the lines 11-13 put not for poke but for private text messages within TS3.
    Line 16 (caution!): No comma at the end of the line ;)

  • Robbie
    Anfänger
    Punkte
    275
    Beiträge
    44
    • 4. September 2015 um 13:32
    • #3

    Thanks,

    This is how the reports look like;

    Code
    $this->config->setDefault('reports', 'ts3textuids', array());


    I must set the uid here => array(80qKGFnv+K_oosdfsdf));

    when i do that GSManager stops working and complaining it is expects a bracked?

    Ow.. and even i set the plugin into true i cannot call it in game (Unrecognized command reports or report).

  • Dieses Thema enthält 5 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind.
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™