OnlineWhitelist

The next version will have two packages, one for advanced users with a configurable PHP Script for registrating people and one normal package. Die nächste Version wird zwei Pakete haben, eins für fortgeschrittene User mit konfigurierbaren PHP Script für die Registrierung von Leuten und ein normales Paket. You have a suggestion or an idea? Write it in the Comments!

Du hast einen Vorschlag oder eine Idee? Schreib es in die Kommentare!

English

Features

This plugin will allow you to whitelist people with a GET request. You can add Security with turning on authentication. The default key is randomly generated. You can whitelist an IGN with a browser by visiting "http://your-server-ip:8072/whitelist?key=%KEY%&ign=%USERNAME%" (If you have. You can whitelist someone from a Bash script with "curl http://your-server-ip:8072/whitelist?key=%KEY%&ign=%USERNAME%" also, or even allow players to whitelist themselves by wisiting the webpage. (PLEASE REPLACE THE WORD BETWEEN THE TWO %, if authentication is disabled you don't need to include key=%KEY% when visit the link !) It will inform the player and display a message in the console anytime someone is whitelisted. If you enable logging, there's a log created in plugins/OnlineWhitelist/logs. We highly recommend to use authentication (don't use only if you want to allow players to whitelist themselves)!

Commands and Permissions

None.

Configuration

port: 8072 The port where the webserver should start.

success: http://website/success.html The Url where it redirects to when the User was added to the whitelist successful.

failure: http://website/failure.html The Url where it redirects to when it fails to add the User to the whitelist .

whitelist: Get whitelisted on ip:8072/whitelist?ign=%NAME% The message that's displayed when a player fails to join. %NAME% is replaced with player's name by the plugin. If you want to use other message changer plugin, just ignore this field, this plugin won't change the message then.

authentication: false Enable or disable Authentication.

key: securePass The key for Authentication

update: true Enable or disable Auto-Updates

log: false Enable or disable log

To do

  • Permission to be notified in game when a player is whitelisted.

Deutsch

Funktionen

Mit diesem Plugin kannst du Benutzer über eine URL auf die Whitelist tun. Du kannst Sicherheit anschalten, indem du authentication aktivierst (Das Standardpasswort ist zufällig generiert). Du gibst einfach in deinen Browser folgenden Link ein: http://deine-server-ip:8072/whitelist?key=%KEY%&ign=%USERNAME% (Wenn Sicherheit aktiviert ist) (BITTE ERSETZTE DIE WÖRTER IN DEN % !) In diesem Beispiel werde ich zur Whitelist hinzugefügt. Wenn jemand auf die Whitelist kommt, kommt eine Meldung in der Console.Wen du Logging anschaltest wird ein Log in plugins/OnlineWhitelist/logs erstellt. Wir empfehlen dringend Authentifizierung zu aktivieren!

Befehle und Permissions

Keine

Konfiguration

port: 8072 Der Port, auf dem der Webserver des Plugins startet.

success: http://website/success.html Die URL, auf die bei Erfolg weitergeleitet wird.

failure: http://website/failure.html Die URL, auf die bei einem Fehler weitergeleitet wird.

whitelist: Get whitelisted on ip:8072/whitelist?ign=%NAME% Die Nachricht, die angezeigt wird, wenn ein Spieler nicht auf der Whitelist ist. %NAME% wird mit dem Namen des Spielers ersetzt. Wenn du ein anderes Plugin dafür benutzt, ändere einfach an diesem Feld nichts, dann kommt keine Nachricht von diesem Plugin.

authentication: false Aktiviere oder deaktiviere Authentifizierung

key: securePass Schlüssel für Authentifizierung

update: true Aktiviere oder deaktiviere Auto-Updates

log: false Aktiviere oder deaktiviere Logs

To do

  • Permission, um ingame benachrichtigt zu werde, wenn ein Spieler auf die Whitelist kommt.

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    58552
  • Created
    Jun 3, 2013
  • Last Released File
    Jun 13, 2013
  • Total Downloads
    2,530
  • License

Categories

Recent Files