This plugin is used to create surveys. What you can do with the plugin:
Default-Config:
#Choose between de-de and en-us or create your own
#Wähle zwischen en-us und de-de oder erstelle eine eigene
Language : 'en-us'
#Plugin prefix
#Plugin Präfix
Prefix : '&f [&2Bungee&f-&2Survey&f ] '
#Allow multiple answers
#Multiple antworten erlaube
AllowMultipleAnswer : false
#Aliases for the commands (Empty = no Alias, if you want more than one alias separate it with comma)
#Aliase für die Befehle (Leer lassen, wenn es kein Alias geben soll, wenn es mehrere Aliase geben soll, trenne diese mit Kommas)
Aliases:
aliasYes : 'ja'
aliasNo : 'nein'
aliasDontCare : 'egal'
aliasChangeTime : 'pollchangetime'
aliasSurvey : 'poll'
aliasSurveyCreate : 'pollcreate'
aliasHistory : 'pollhistory, pollpast'
aliasLanguage : 'polllanguage'
aliasReload : 'pollreload'
aliasResult : 'pollresult'
aliasSetTimer : 'pollsettimer'
aliasSurveyStop : 'pollstop'
aliasVoted : 'surveyvoted, pollvoted'
aliasPreview : 'pollpreview'
aliasAnswer : 'pollanswer'
aliasToggleMultipleAnswers : 'stma'
#Determine how long a survey should take (in minutes)
#Lege fest, wie lange eine Umfrage dauern soll (in Minuten)
Values:
timer : 1
Database :
#When you want to save all surveys, change it to true
#Wenn du alle Umfragen speichern möchtest setze es auf true
saveHistory : false
#Choose between MySQL, h2 and TXT
#Wähle zwischen MySQL, h2 und TXT
database : 'TXT'
MySQLDb : 'db-name'
MySQLUser : 'user'
MySQLPw : 'password'
MySQLAddress : 'localhost'
#Convert your old Database to the new database
#Überträgt deine alten Daten in die neue Datenbank
convertDatabase : false
#Choose between MySQL, h2 and TXT
#Wähle zwischen MySQL, h2 und TXT
convertFrom : 'TXT'
#Don't change!
Version : 3.0.0
- create simple surveys (yes, no, don't care)
- create surveys with your own answers
- create surveys with multiple answers
- evaluate the survey
- vote with yes, no or don't care
- vote for your own answers
- create your own alias for each command
- change the default time
- change the time while a survey is running
- stop the survey at any time
- view the survey history
- view the preliminary result of the survey
- all messages are editable
Default-Config:
Code (YAML):
#Choose between de-de and en-us or create your own
#Wähle zwischen en-us und de-de oder erstelle eine eigene
Language : 'en-us'
#Plugin prefix
#Plugin Präfix
Prefix : '&f [&2Bungee&f-&2Survey&f ] '
#Allow multiple answers
#Multiple antworten erlaube
AllowMultipleAnswer : false
#Aliases for the commands (Empty = no Alias, if you want more than one alias separate it with comma)
#Aliase für die Befehle (Leer lassen, wenn es kein Alias geben soll, wenn es mehrere Aliase geben soll, trenne diese mit Kommas)
Aliases:
aliasYes : 'ja'
aliasNo : 'nein'
aliasDontCare : 'egal'
aliasChangeTime : 'pollchangetime'
aliasSurvey : 'poll'
aliasSurveyCreate : 'pollcreate'
aliasHistory : 'pollhistory, pollpast'
aliasLanguage : 'polllanguage'
aliasReload : 'pollreload'
aliasResult : 'pollresult'
aliasSetTimer : 'pollsettimer'
aliasSurveyStop : 'pollstop'
aliasVoted : 'surveyvoted, pollvoted'
aliasPreview : 'pollpreview'
aliasAnswer : 'pollanswer'
aliasToggleMultipleAnswers : 'stma'
#Determine how long a survey should take (in minutes)
#Lege fest, wie lange eine Umfrage dauern soll (in Minuten)
Values:
timer : 1
Database :
#When you want to save all surveys, change it to true
#Wenn du alle Umfragen speichern möchtest setze es auf true
saveHistory : false
#Choose between MySQL, h2 and TXT
#Wähle zwischen MySQL, h2 und TXT
database : 'TXT'
MySQLDb : 'db-name'
MySQLUser : 'user'
MySQLPw : 'password'
MySQLAddress : 'localhost'
#Convert your old Database to the new database
#Überträgt deine alten Daten in die neue Datenbank
convertDatabase : false
#Choose between MySQL, h2 and TXT
#Wähle zwischen MySQL, h2 und TXT
convertFrom : 'TXT'
#Don't change!
Version : 3.0.0
Spoiler: Commands and Permissions
- /survey - see the current survey or the result of the last one (none)
- /survey help - see the help page (none)
- /surveycreate - create a poll (survey.create)
- /surveycreate<question> [answer1][answer2]...[answern]
- if you do not define an answer, a no-yes-don't care poll will be created
- write your own answers separately in [ ] if you want them
- /surveystop - stop a survey (survey.create)
- /surveyresult - see the result from the last survey (none)
- /surveysettimer - set the default duration (survey.timer)
- /surveychangetime - change the remaining time of the current survey (survey.time)
- /voted <all or name> - you can see who voted and how (survey.voted)
- /surveylanguage <language> - change the language between en-us and de-de or create your own (survey.language)
- /surveyhistory page <page> - you can see old surveys (survey.history)
- /surveyhistory <number> - you can see the old results (survey.history)
- /surveyhistory voted <number> <all or name> - you can see who voted and how (survey.history, survey.voted)
- /surveyreload - reload the plugin, config & languages (survey.reload)
- /surveytogglema - toggle multiple answer option (survey.tma)
- /surveypreview - see the preliminary result of the survey (survey.preview)
- /surveyanswer <id> - answer a survey if you have created your own answers (none)
- /dontcare - answer with don't care (none)
- /no - answer with no (none)
- /yes - answer with yes (none)
Spoiler: Terms of Use
- You are not allowed to modify or decompile this plugin
- You are not allowed to resell the plugin!
- You are not allowed to claim the plugin as your own.
- The Plugin is under the All rights reserved license
- I have the right to update the Term Of Use any time and you agree to abide by the most recent version of the terms.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
BungeeSurvey - Bungeecord survey / poll plugin is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,878 times (via Spigot). Download it and open it directly in the game.