BenCodez / VotingPlugin

Plugin on SpigotMC
Other
83 stars 68 forks source link

Voting Reward #531

Closed qvisten1 closed 5 years ago

qvisten1 commented 5 years ago

Not every voting sites give the players their rewards

BenCodez commented 5 years ago

And? Is the server getting the vote? What does it say in console?

qvisten1 commented 5 years ago

It is getting the vote, I can tell from ingame . Add my discord and i could show you KPVP#5046

BenCodez commented 5 years ago

Just put it here. And your VoteSites.yml

qvisten1 commented 5 years ago

You should get 25 oliver per vote Oliver = Our currency https://gyazo.com/62065512239a6421faa4371e277b4060

BenCodez commented 5 years ago

VoteSites.yml?

qvisten1 commented 5 years ago

Couldn't send the file

Reward for any site

Similar to AnySiteReward

This requires the site to be configured in order to get the reward.

VoteSites: ExampleVoteSite: Enabled: false Name: ExampleVoteSite Priority: 5 ServiceSite: PlanetMinecraft.com VoteURL: link to vote URL here, used in /vote VoteDelay: 24 WaitUntilVoteDelay: false VoteDelayDaily: false ForceOffline: false Item: Material: DIAMOND Amount: 1 Rewards: Commands:

qvisten1 commented 5 years ago

Should i type Rewards: 25?

BenCodez commented 5 years ago

Add a command to the rewards and you could pastebin it.

https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards

qvisten1 commented 5 years ago

So like this?

https://gyazo.com/4d26e740020150d76a5e6f9187008e86

BenCodez commented 5 years ago
Rewards:
  Commands:
  - 'command'

Like that.

qvisten1 commented 5 years ago

https://gyazo.com/d65508117dd2602b817b452d215753bf

BenCodez commented 5 years ago

You have to match the spacing (2 spaces indented after Rewards:)

qvisten1 commented 5 years ago

Should i remove the ' '?

BenCodez commented 5 years ago

No, that's fine.