Voting
Das Voting Plugin von 0.10.1 erweitert mit einer "setnextmap" Abstimmung
The Voting Plugin from 0.10.1 extended with a "setnextmap" vote.
Anforderungen/Requirements
Version 0.10.1 oder neuer
Version 0.10.1 or newer
Beschreibung/Description
Das ist eine erweiterte Version vom standard Voting Plugin der Version, die mit 0.10.1 kommt. Es bringt die neue Abstimmungmöglichkeint "!vote setnextmap <MAPNAME>". Das verhält sich genau wie "vote map", nur dass diese die gewählte Map als nächste einfügt
This is an extended version of the standard Voting plugin as included in 0.10.1. It adds the new vote possibility "!vote setnextmap <MAPNAME>". This behaves exactly like "!vote map", except it inserts the voted map as the next map instead of changing immediately.
Beispiel:
Example:
!vote setnextmap crash
Installation
Erst, die angehängte Datei runterladen, entpacken und "voting.php" in das "plugins"-Verzeichnis schieben. Dann muss man die main.lng Datei anpassen. Die enthaltene "main.lng" entspricht den folgenden Änderungen anhand einer standard "languages/en/main.lng" von 0.10.1, also kann man die alte einfach ersetzen mit meinem, falls keine eigene Änderungen gemacht wurde. An sonsten: Die Datei "languages/en/main.lng" in einem Texteditor öffnen, und diese Zeile:
mit den folgenden ersetzen:
voteSpecifyNextMap = "^1Please specify a map"
voteMap = "^2Change map immediately to ^7<MAP>^2?"
voteSetNextMap = "^2Set next map to ^7<MAP>^2? (map will not be started until this one is over)"
Abspeichern und danach den Mod neustarten. Wer die Texte in Deutsch haben will muss selber die Übersetzungen machen, und die entsprechenden Änderungen in "languages/de/main.lng" machen.
Download the attached file, unpack, and replace "voting.php" in the "plugins" folder with the new one. If you have made no changes to the included (standard) "languages/en/main.lng" you can replace that with the newr main.lng. Otherwise, open your main.lng in a text editor and find this line:
Replace it with the following:
voteSpecifyNextMap = "^1Please specify a map"
voteMap = "^2Change map immediately to ^7<MAP>^2?"
voteSetNextMap = "^2Set next map to ^7<MAP>^2? (map will not be started until this one is over)"
Konfiguration/Configuration
Im [voting] Abschnitt von config.cfg (die haupt Konfigurationsdatei) folgendes hinzufügen:
In the [voting] block of config.cfg (the main config file) add the following:
Viel Spass!
Enjoy!