[Discontinued] SimpleVotifierListener [v0.6.5]

Having issues with the votifier. After a player votes this shows up in console:

[VotifierListener]: YOYOK9 just voted and got a reward! You can too with /vote
Server thread/INFO - nucleus 03/23/2017 22:42:20
22:42:20Server ran the command: / give YOYOK9layer minecraft:ender_pearl 8
Server thread/INFO 03/23/2017 22:42:20
22:42:20Unknown command. Try /help for a list of commands
Server thread/INFO - nucleus 03/23/2017 22:42:20
22:42:20Server ran the command: / give YOYOK9layer minecraft:ender_pearl 8
Server thread/INFO 03/23/2017 22:42:20
22:42:20Unknown command. Try /help for a list of commands

========================
My config looks like this:
"give @player minecraf:diamond 2, give @player minecraft:ender_pearl 8, give @player minecraft:diamond_sword 1"
I have tried to remove the spaces before the give as well as remove the “layer” in @player. but anytime someone votes the file refreshes back to that. Any Ideas?

spongeforge-1.10.2-2254-5.2.0-BETA-2231
nuvotifier-universal-2.3.3
SimpleVotifierListener-1.10.2-0.6.5

It should be @p and no spaces before the give

i’ve tried that when someone votes and I re open the config it reloads back to that…

Not understanding what you mean… your config seems okay although you put a space between the / and the command.

this should read ,give @p minecraft:ender_pearl 8

First of all love the plugin! Works beautifully!
I do have a small issue tho.
Iam trying to do the command /crate votecrate key @p
The adjustbonusclaimblocks works fine but not the crate

Here is my script:
rewards {
# Number of random rewards a player will receive.
amount=3
commands=“crate votecrate key @p
commands=“adjustbonusclaimblocks @p 50”
# Mode for giving rewards. Set to ‘all’ to give one of each, set to ‘random’ to give ‘amount’ number of random rewards.
mode=all
money {
# Maximum amount of money a player can get for voting.
maximum=200
# Minimum amount of money a player can get for voting.
minimum=100
}
}

Thank you so much for the help!

Would it be possible for you to add offline player voting support? So that people still get a reward when they are not online? Currently it does show the message that the person has voted but their balance doesn’t update.

Okay I need your help I am trying to set a command reward so each player get a crate key(edited)
this is how I did it rewards { # Number of random rewards a player will receive. amount=1 - Pastebin.com
Pastebin
rewards { # Number of random rewards a player will receive. amount=1 - Pastebin.com

but it isn’t wokring
the command to run a crate to is /crate key Vote @p 1(edited)

my error report as well

I’m not sure you can put text like that directly into the config:

    mode=all

try changing it to

    mode="all"

Idk why but it doesnt give the rewards

Can you give more info?

economy {
# Toggles economy support.
toggle=true
}
vote {
# Toggles the announcing of votes.
announce=true
# Your voting links, seperated by commas. Accessed by doing /vote
links="http://minecraftservers.org/vote/451657,https://www.minecraft-index.com/58393-uraniocraft/vote,https://www.planetminecraft.com/server/uranicraft/vote/,"
}

rewards {
# Number of random rewards a player will receive.
amount=3
# Possible reward commands for voting.
commands=“minecraft:give @p minecraft:diamond_sword 1,minecraft:give @p minecraft:diamond 5,minecraft:give @p minecraft:book”
# Mode for giving rewards. Set to ‘all’ to give one of each, set to ‘random’ to give ‘amount’ number of random rewards.
mode=random
money {
# Maximum amount of money a player can get for voting.
maximum=2000
# Minimum amount of money a player can get for voting.
minimum=600
}
}

Not just your config, I’d need your Sponge version, Forge version (if applicable), etc. and probably your log

ok here you have:

spongeforge-1.11.2-2315-6.1.0-BETA-2377
forge-1.11.2-13.20.0.2315
SimpleVotifierListener-1.10.2-0.6.5

There is your problem. SimpleVotifier doesn’t support 1.11.2

Ok ty but it showsd the links and all of that thinks and will you update to 1.11.2

Perhaps adding /votifierlistener reload functionality to reload the configuration? Maybe providing the option to disable the underlining of links? They look bulky and the overlap other links.

Sure.

In other news…

New build for API 7 coming out soon.

what do I use?
/votifierlistener addreward crate key Event %p
/votifierlistener addreward crate key Event @p

and how do I remove a link?

As of today, 8/29/2018, curscascis says his SeriousVote and Serious NuVotifier plugins are up-to-date, actively maintained, and working for Sponge APIs 4, 5, 6, and 7. He also wants anyone who needs help to contact him using the Discord he links to on his SeriousVote page.