- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- Donation Link:
- http://paypal.me/luckyfeed
NOTE: Premium version of this plugin has 0 known bugs with a 100% customization rewards and configs and more options such as MySQL and 1k+ Placeholders with 100% lagg free Click on the following link: Premium version
![]()
Cool down rewarding system!
Economy rewarding system (Vault required)
Voting rewards system (Votifier required
GUI System!
100% Customization!
Holoram Support.
Unlimited possibilities!
Command on receive reward
Messages on receive reward
100% Item(rewards) customization!
And more, open to suggestions!
MySQL Support(Premium version)
1k + Placeholders(Premium version) Custom commands to spawn fireworks, sounds and more on the Premium version!
Download the plugin (Rewards++-2.0.6.jar) Download the dependencies, aka Vault, Votifier(Optional) put the jar file into your /plugins directory. stop and start your server the plugin will generate some files. config the files you feel like configuring and stop and start your server Done!
Code (Text):/rewards reload "rewards.reload"
/rewards removecooldown <playername> <reward_name> "
RewardsPlusPlus.rewards.removecooldown"
/rewards "RewardsPlusPlus.rewards"
/rewards setholo "RewardsPlusPlus.rewards.setholo"
Notice, to access the right click on the block player needs the permission "RewardsPlusPlus.rewards.block"
if you enable need-permission in a reward the permission would be
"rewards.<reward name>"
replace <reward name> with the reward name.![]()
Code (Text):[/CENTER]
Rewards:
daily:
enable: true
type: TIME
cooldown: 86400
slot: 10
need-permission: false
availableMaterial: 'STAINED_GLASS_PANE;5'
onCooldownMaterial: 'STAINED_GLASS_PANE;15'
needPermissionMaterial: 'STAINED_GLASS_PANE;14'
successfullSound: 'HORSE_ARMOR'
unsuccessfullSound: 'ANVIL_BREAK'
availableName: '&e&lDaily reward'
LockedName: '&c&lLocked'
availableLore:
- '&a&oThis reward is available!'
- '&b&oClick to claim this reward!'
LockedLore:
- '&6This reward is locked'
- '&e&oCooldown: %time%'
needPermissionLore:
- '&6This reward requires the permission IntervalBonus.daily'
- '&6You can switch if permission is required or not in config.'
message:
- '&f&l[!] &bYou have claimed your daily reward!'
- '&f&l[!] &bCome back tomorrow for more!'
commands:
- 'give %name% diamond 5'
- 'eco give %name% 500'
- 'broadcast &4%name% &bhave collected their daily rewards! &c/rewards'
daily_vote:
enable: true
type: VOTE
needed_value: 1
cooldown: 10
slot: 18
need-permission: false
availableMaterial: 'STAINED_GLASS_PANE;5'
onCooldownMaterial: 'STAINED_GLASS_PANE;15'
needPermissionMaterial: 'STAINED_GLASS_PANE;14'
successfullSound: 'HORSE_ARMOR'
unsuccessfullSound: 'ANVIL_BREAK'
availableName: '&e&lVote reward'
LockedName: '&c&lLocked'
availableLore:
- ''
- '&7&oYou can collect this reward!'
- '&7&oYou will receive:'
- ' &b+5 Diamonds'
- ' &a+$50'
needPermissionLore:
- '&6This reward requires the permission IntervalBonus.daily_vote'
- '&6You can switch if permission is required or not in config.'
LockedLore:
- ''
- '&7&oThis reward requires you to have %needed_value%!'
- '&7&ovote and support the server type &c&o/vote'
- '&e&oCooldown: %time%'
message:
- ' &b&o** &e&oReceived vote reward &b&o**'
commands:
- 'give %name% diamond 5'
- 'eco give %name% 50'
economy:
enable: true
type: ECONOMY
needed_value: 150
cooldown: 10
slot: 17
need-permission: false
availableMaterial: 'STAINED_GLASS_PANE;5'
onCooldownMaterial: 'STAINED_GLASS_PANE;15'
needPermissionMaterial: 'STAINED_GLASS_PANE;14'
successfullSound: 'HORSE_ARMOR'
unsuccessfullSound: 'ANVIL_BREAK'
availableName: '&a&lEconomy reward'
LockedName: '&c&lLocked'
availableLore:
- ''
- '&7&oYou can collect this reward!'
- '&7&oYou will receive:'
- ' &d&o+16 Apples'
- ' &f&o+1 iron sword'
needPermissionLore:
- '&6This reward requires the permission IntervalBonus.economy'
- '&6You can switch if permission is required or not in config.'
LockedLore:
- ''
- '&7&oThis reward requires you to have $%needed_value%!'
- '&e&oCooldown: %time%'
message:
- ' &b&o** &e&oReceived economy reward &b&o**'
commands:
- 'give %name% apple 16'
- 'give %name% ironsword 1'
[CENTER]Code (Text):[/CENTER]
RewardsPlusPlus:
################################################################################################
# TIME-FORMAT #
# Time format works this way: %02d is the key, you must specify 4 of those #
# else it will glitch or even stop the plugin from working, as shown below is a #
# good example of its configuration, the first one you put means Days, #
# the second one means Hours, and the third one means Minutes, and #
# third one means Seconds. If time is less than a day it will cut the Day key. #
################################################################################################
#In case you mess up configuring the time-format or decide to remove it or the #
#config somehow gets removed or corrupted or whatever it will be replaced with the default one.#
################################################################################################
time-format: '&6&l%days%:&6&l%hours%:&6&l%minutes%:&6&l%seconds%'
################################################################################################
# Recommended! disable only when spigotmc is down for maintenance or having issues, #
# or you have last version but still tells you to update. #
################################################################################################
update-check: true
################################################################################################
# You can use the placeholders %votes% to get player total votes #
# %player% for player's username. #
# %servicename% for the service name the voter used. #
# %timestamp% for the current time in millis the vote happened. #
# %address% for the vote address. #
# and use color codes like &<code> #
################################################################################################
vote-received-message:
- '&a&o[+1 Vote]'
- '&6&oThanks for voting %player%, Total votes: &e&o%votes%'
################################################################################################
# Please only disable if you see the server is having problems because of metrics. #
################################################################################################
use-metrics: true
# Thanks for using us.luckyclutch.spigot.rewardsplusplus.RewardsPlusPlus
auto-gui-size: true
#Gui-size goes up to 6, those are the lines of the gui max is 6
gui-size: 6
gui-name: '&a&lRewards'
messages:
no-permission: '&4&oYou do not have permission for this command.'
remove-cooldown-success: '&a&oSuccessfully removed cooldown.'
no-cooldowns-on-player: '&4Cooldown not found on player.'
player-offline: '&aPlayer must be online to execute this command.'
[CENTER]
This plugin is closed for suggestions, I will not make any more changes into this plugin, I will only fix bugs that get reported and update it to the latest version of Minecraft, although you can purchase RewardsPro and support me and my work that plugin will always get updated/Fixed and I will constantly be adding new things to it changing things depending on what the community wants! click here to learn more.
Votifier(Optional if you want vote rewards.) Download Vault its necessary!http://dev.bukkit.org/bukkit-plugins/vault/ Spigot 1.7.x, 1.8.x, 1.9.x
This plugin is closed for suggestions, I will not make any more changes into this plugin, I will only fix bugs that get reported and update it to the latest version of Minecraft, although you can purchase RewardsPro and support me and my work that plugin will always get updated/Fixed and I will constantly be adding new things to it changing things depending on what the community wants! click here to learn more.![]()
None at the moment if you're using this plugin and want your server to be here please message me!
If you would like to buy me a pizza or just donate anything to the developer of this plugin you can now with paypal:
[email protected]

RewardsPro, Updated version coming soon.. 2.1.1
Custom GUI, Voting System, Daily rewards, Times rewards, Events rewards.
-
unitrend2002, Albertosm2003, MrAltik and 4 others like this.
Recent Updates
- Sounds now plays only to the player who opens the reward. Sep 4, 2016
- Fixes offline mode bug. Sep 4, 2016
- Bug fix. Sep 2, 2016
Recent Reviews
-
orionrd
- 1/5,
He intentado comprar el plugin, y no me deja acceder a la página, Pésimo servicio, mi cartera está demasiado llega y quiere vaciar billetes en algún sitio.
-
NonoxSoux
- 3/5,
Si bien el sistema es casi funcional, no es bien claro como funciona el sistema de recompensas por votos, lo cual es lo que me atraia. El tiempo de espera (cooldown) no se me muestra al configurarlo y algunas cosas se quedan bugeadas como el regalo diario no cambia al reclamarlo.
Ojala pueda mejorar en un futuro....Gracias por el plugin -
xELITESx
- 1/5,
can vote for server on URL..................................................................
-
daidan2003
- 2/5,
El plugin en si esta bien pero tengo 1 problema:
Cuando pongo el comando de /rewards, no me salen los items, pero si pulso el slot de la reward si me da la recompensa.
Este es el unico plugin que encontre de recompensas con una GUI, y me encantaria que pudieras solucionar eso ya que sin ese bug el plugin seria perfecto y le daria 5 estrellas sin dudarlo.
Si quieres ver el probema en persona ven a mi server si no te molesta: MineUltraZ.g-s.nu
PD: cuando hago "/rewards reload" no me salta ningun error en la consola.
Gracias por tu atencion, DAIDAN2003. -
FNaFerYT
- 4/5,
[12:48:24 ERROR]: Could not pass event InventoryClickEvent to RewardsPlusPlus v2
.1.1
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:302) ~[serverjar.jar:git-Bukkit-7fc5cd8]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:62) ~[serverjar.jar:git-Bukkit-7fc5cd8]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
ava:501) [serverjar.jar:git-Bukkit-7fc5cd8]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
ava:486) [serverjar.jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java
:1790) [serverjar.jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.PacketPlayInWindowClick.a(SourceFile:33)
[serverjar.jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.PacketPlayInWindowClick.a(SourceFile:10)
[serverjar.jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:1
3) [serverjar.jar:git-Bukkit-7fc5cd8]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [
?:1.8.0_111]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [serverjar.
jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:6
79) [serverjar.jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:3
61) [serverjar.jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:6
35) [serverjar.jar:git-Bukkit-7fc5cd8]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java
:539) [serverjar.jar:git-Bukkit-7fc5cd8]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.inventory.InventoryClic
kEvent.getClickedInventory()Lorg/bukkit/inventory/Inventory;
at us.luckyclutch.spigot.rewardsplusplus.Listeners.playerInteract.player
Int(playerInteract.java:66) ~[?:?]
at sun.reflect.GeneratedMethodAccessor330.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_111]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:300) ~[serverjar.jar:git-Bukkit-7fc5cd8]
... 15 more -
taylorfin16
- 5/5,
I LOVE IT SO MUCH!!! btw I have a small problem whenever they claim the rewards can you change it so it shows only your time left to collect it again cause u can see other ppl's times but anyways thx for the plugin
-
Author's Response
Thanks i will look into that bug i have no idea why it would do that and thanks for the review! :)
-
ProGums
- 3/5,
Please fix problem
[Rewards++] Task #123 for RewardsPlusPlus v2.1.1 generated an exception
java.lang.ArrayIndexOutOfBoundsException: 1
at us.luckyclutch.spigot.rewardsplusplus.Utils.Utils.putItem(Utils.java:180) ~[?:?]
at us.luckyclutch.spigot.rewardsplusplus.Utils.Utils.addRewards(Utils.java:82) ~[?:?]
at us.luckyclutch.spigot.rewardsplusplus.Listeners.closeInv$1.run(closeInv.java:50) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]-
Author's Response
you put a reward item wrong.
-
PuchiGFX
- 5/5,
Ahora sí, plugin 10/10 sin errores!
Gracias por contestarme a la review y por solucionar ese problema! -
PuchiGFX
- 5/5,
Excelente plugin!
Encontré 1 error con el sistema de sonidos.
Cuando un usuario coge la recompensa ejecuta el sonido globalmente no para el propio jugador, es decir, que si ahi 1 usuario cerca (usuario a) del que coje la recompensa (usuario b) los 2 usuarios escuchan el sonido.
Espero que resuelvas ese error!-
Author's Response
Lo arregle, eso espero. Gracias por la review!
-
Lertu
- 5/5,
Amazing but i wish you can add more features like atleast 10 or 20 placeholders pls i really like this plugin
-
Author's Response
Thanks for the review, I have made a premium version of the plugin with 1k+ placeholders if you haven't seen it on the features here's the link: https://www.spigotmc.org/resources/rewardspro-mysql-1k-placeholders-1-7-first-10-buyers-9-99-5-10.28133/ check its features, and thanks for the review once again :)