Plugin should already support 1.20. If not, please DM me the error message.
Version: 1.1.20
Like plis sopport 1.19.4
(Spanish) Porfavor metan Soporte para la version 1.19.4 e estado buscando un plugin de recompensas y me recomendaron mucho este pero no esta funcionando con la 1.19.4
Great plugin, I use this is my rewards plugin for my Skyblock server and it ruins almost flawlessly. But, it has an issue when using the plugin ExploitFixer. Any time you try to claim a reward WHILE it's on cooldown ExploitFixer will kick you for packet abuse. I've tried everything and I can't get it fixed. I tried contacting timedrewards support but he couldn't help me and neither could exploitfixer support (both on discord). love this plugin but it gets really annoying when your players constantly complain about ExploitFixer always kicking you for trying to claim a reward on cooldown. Just my experiences though.
> [18:23:42 ERROR]: Error occurred while enabling TimedRewards v1.1.11 (Is it up to date?)
java.lang.ExceptionInInitializerError
at me.bradleysteele.timedrewards.menu.WorkerRewardMenu.loadRewardMenu(WorkerRewardMenu.java:208) ~[?:?]
at me.bradleysteele.timedrewards.menu.WorkerRewardMenu.onRegister(WorkerRewardMenu.java:91) ~[?:?]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:171) ~[?:?]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:187) ~[?:?]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:211) ~[?:?]
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647) ~[?:1.8.0_282]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:231) ~[?:?]
at me.bradleysteele.timedrewards.TimedRewards.enable(TimedRewards.java:38) ~[?:?]
at me.bradleysteele.commons.BPlugin$2.execute(BPlugin.java:113) ~[?:?]
at me.bradleysteele.commons.BPlugin.execute(BPlugin.java:318) ~[?:?]
at me.bradleysteele.commons.BPlugin.onEnable(BPlugin.java:109) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.PLAYER_HEAD
at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_282]
at me.bradleysteele.commons.itemstack.ItemStacks.<clinit>(ItemStacks.java:46) ~[?:?]
... 23 more
[14:41:55 ERROR]: Error occurred while enabling TimedRewards v1.1.15 (Is it up to date?)
java.lang.ExceptionInInitializerError
at me.bradleysteele.timedrewards.menu.WorkerRewardMenu.loadRewardMenu(WorkerRewardMenu.java:218) ~[?:?]
at me.bradleysteele.timedrewards.menu.WorkerRewardMenu.onRegister(WorkerRewardMenu.java:92) ~[?:?]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:171) ~[?:?]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:187) ~[?:?]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:211) ~[?:?]
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_301]
at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) ~[?:1.8.0_301]
at me.bradleysteele.commons.BPlugin.register(BPlugin.java:231) ~[?:?]
at me.bradleysteele.timedrewards.TimedRewards.enable(TimedRewards.java:38) ~[?:?]
at me.bradleysteele.commons.BPlugin$2.execute(BPlugin.java:113) ~[?:?]
at me.bradleysteele.commons.BPlugin.execute(BPlugin.java:318) ~[?:?]
at me.bradleysteele.commons.BPlugin.onEnable(BPlugin.java:109) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched.jar:git-PaperSpigot-"4c7641d"]
at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:366) [PlugMan.jar:?]
at com.rylinaux.plugman.command.LoadCommand.execute(LoadCommand.java:114) [PlugMan.jar:?]
at com.rylinaux.plugman.PlugManCommandHandler.onCommand(PlugManCommandHandler.java:95) [PlugMan.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:629) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:416) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:379) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.PLAYER_HEAD
at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_301]
at me.bradleysteele.commons.itemstack.ItemStacks.<clinit>(ItemStacks.java:46) ~[?:?]
... 27 more
Really nice plugin, friendly developer. I have been looking for a rewards / daily rewards/mystery box plugin and this is the only one so far that has worked well. Very customizable too.
---------------------------------------------------------
It doesn't work in 1.17... Please update!!
---------------------------------------------------------
It works well I like it, I'll be watching the premium version. :) I take the opportunity to ask or rather I think I am doing it wrong, add an auto cooldown to all players so that I cannot claim a monthly box from the beginning, if not until the month arrives. ;) Thank you for your work
We've been using this plugin for a year or so, and have yet to run into any issues. Originally we tried a different rewards plugin, but that one failed where this one succeeded. It's a great way to reward players and to give an additional reason to log on daily. We will likely be upgrading to the premium version in the near future.
How do I set the rewards and also remove rewards for vote and mvp and other stuff, i just need daily, weekly and monthly rewards. Experienced it in another server. Really nice plugin
Amazing support! This can be used in combination with CrazyCrates to make some very interesting rewards. The developer is very kind and his support is very prompt. I'm honestly blown away by how amazing this plugin is. 5/5 Stars!
Good plugin but, months ago I asked Discord whether to make a fill material for the Gui, and was told that it was still done, but unfortunately not yet.
This plugin is open source, you're more than welcome to fork it and add this yourself. Or you could purchase the premium version which has this feature implemented.
Version: 1.1.6
Really helpful plugin from a really helpful developer. I really recommend this over any other similar plugins!
Yet again, you review without even attempting to contact me regarding this issue (forum, DMs, Discord, etc).
Version: 1.1.4
I was having small issues with 1.14 and this plugin, I asked on discord support, and author answered immediately, and had this release 3.0.2 out within 15 minutes!! (-:
Amazing plugin, exactly what I need for my server, really easy to setup and very useful at the end of the day. Are you still reading reviews? Click the Download button :D
This is excelent! Everything is incredibly easy to set up and the developer is such a nice guy! I recommend a lot this plugin and also his premium version
Got much Problems and Questions but joining the Discord Server helped. After about 2 hours of conversation all Problems are solved and questions was answered by the developer of the Plugin.
5 Stars!
Thanks for the review, you can add your own donator rewards by adding a permission to the reward, as done in the default monthly reward, and then give the permission to your donators.
A reload command will be in the next version.
Version: 0.1
Great plugin, haven't had any issues with it and is very easy to setup. Developer also gives great support!
Have not used this plugin much thus far, but a friend asked me to do some checking for bugs and I was pretty impressed at how smoothly things ran at first sight.