Guest User

Untitled

a guest
Mar 16th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. ERROR14:05:04
  2. Could not pass event PlayerVoteEvent to VotingPlugin v6.15.1
  3. Console14:05:04
  4. java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')
  5. at com.bencodez.votingplugin.voteparty.VoteParty.checkVoteReminder(VoteParty.java:354) ~[VotingPlugin.jar:?]
  6. at com.bencodez.votingplugin.voteparty.VoteParty.vote(VoteParty.java:376) ~[VotingPlugin.jar:?]
  7. at com.bencodez.votingplugin.listeners.PlayerVoteListener.onplayerVote(PlayerVoteListener.java:140) ~[VotingPlugin.jar:?]
  8. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor661.execute(Unknown Source) ~[?:?]
  9. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
  10. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:git-Paper-450]
  11. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
  12. at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.20.4.jar:git-Paper-450]
  13. at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) ~[paper-1.20.4.jar:git-Paper-450]
  14. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
  15. at com.bencodez.votingplugin.commands.CommandLoader$47$1.run(CommandLoader.java:1071) ~[VotingPlugin.jar:?]
  16. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
  17. at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
  18. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
  19. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  20. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  21. at java.lang.Thread.run(Thread.java:833) ~[?:?]
Advertisement
Add Comment
Please, Sign In to add comment