Mineaurion / AurionVoteListener

GNU General Public License v3.0
2 stars 6 forks source link

Multiple items #11

Closed LeChuuck closed 7 years ago

LeChuuck commented 7 years ago

I have setup voting for "ExtraReward" but i have notice that it gives multiple items of the same sort. In the config i have it so it will only give 1 item.

config.txt

Yann151924 commented 7 years ago

Do you say for example, the extra reward is executed multiple times for single vote ? Maybe can be in the service section of the config, you have some command set ? If you can ellaborate more and give the config file except db parameter of course, that really can help :)

LeChuuck commented 7 years ago

Yes it executed multiple times for a single vote but its not the same amount every time. aurionsvotelistener.txt

THEJean-Kevin commented 7 years ago

It's not a bug. You have just fail your command. give lootbags:itemlootbag 3 1 -> this give 3 loot bag with metadata 1.

give lootbags:itemlootbag 1 3 -> this give 1 loot bag with metadata 3

LeChuuck commented 7 years ago

Did not find any documentation about this, thanks for the help.