1

Votifier Help

P4G 3/3/18 4:03 pm
296
3/6/2018 9:40 pm
I've recently started a server. I am trying to enable votifier and see the public key file. I use a hosting site for my server, and when I click on the public key, it brings be to a blank page. Also in console on startup it says this:
[16:02:13] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured[16:02:13] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem[16:02:13] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.java.net.BindException: Address already in use (Bind failed)at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.8.0_141]at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) ~[?:1.8.0_141]at java.net.ServerSocket.bind(ServerSocket.java:375) ~[?:1.8.0_141]at java.net.ServerSocket.bind(ServerSocket.java:329) ~[?:1.8.0_141]at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [votifier-1.9.jar:?]at com.vexsoftware.votifier.net.VoteReceiver.(VoteReceiver.java:75) [votifier-1.9.jar:?]at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [votifier-1.9.jar:?]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:367) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:328) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:412) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:373) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:328) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:248) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit-1.12.2-R0.1.jar:git-Bukkit-fb414fe]at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141][16:02:13] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!

So any help is appreciated, and I am new to making servers. Sorry if I seem like an idiot.
Posted by
P4G
Level 1 : New Miner
0

  Have something to say?

JoinSign in

2

xAtlas_Shruggedx
03/06/2018 9:40 pm
Level 14 : Journeyman Explorer
Help for Server Owners: https://discord.gg/vtYA9J
I
t's a discord channel of server owners, There is a plugin chat area too.
Please, tell them I referred you.
1
xAtlas_Shruggedx
03/06/2018 9:37 pm
Level 14 : Journeyman Explorer
These are difficult to help with in this format. Below may help or may not. It could take serveral tries to get it.

I just recently tried to setup votifier and I ended up using nuVotifier.

# The IP to listen to. Use 0.0.0.0 if you wish to listen to all interfaces on your server. (All IP addresses)
# This defaults to the IP you have configured your server to listen on, or 0.0.0.0 if you have not configured this.
host: 0.0.0.0


# Port to listen for new votes on
# Pick any port above 1000 and something different than the default
port: 3333








Voting Listener



href="www.spigotmc.org/resources/votingplugin.15358/">https://www.spigotmc.org/resources/votingplugin.15358/



NuVotifier



href="www.spigotmc.org/resources/nuvotifier.13449/">https://www.spigotmc.org/resources/nuvotifier.13449/



Protocol Lib



href="www.spigotmc.org/resources/protocollib.1997/">https://www.spigotmc.org/resources/protocollib.1997/

1

Welcome