Advertisement
Guest User

Playtime Rewards Error Log

a guest
Jun 2nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. I set the time to min/max 60 seconds to give players a rank with LuckPerms. The rank was never given (for any players), here the console log output.
  2.  
  3. 02.06 21:54:19 [Server] INFO at com.github.exobite.playtimerewards.main.PlayerData$3.execCode(PlayerData.java:215) ~[?:?]
  4. 02.06 21:54:19 [Server] INFO at com.github.exobite.playtimerewards.main.TaskManager$1.run(TaskManager.java:51) ~[?:?]
  5. 02.06 21:54:19 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-626]
  6. 02.06 21:54:19 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-626]
  7. 02.06 21:54:19 [Server] INFO at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-626]
  8. 02.06 21:54:19 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
  9. 02.06 21:54:19 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
  10. 02.06 21:54:19 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
  11. 02.06 21:54:21 [Server] WARN [PlaytimeRewards] Plugin PlaytimeRewards v2.9.5 generated an exception while executing task 141
  12. 02.06 21:54:21 [Server] INFO java.lang.NullPointerException: null
  13. 02.06 21:54:21 [Server] INFO at com.github.exobite.playtimerewards.versions.Post13.getPlaytimeSeconds(Post13.java:9) ~[?:?]
  14. 02.06 21:54:21 [Server] INFO at com.github.exobite.playtimerewards.main.PlayerData.getPlaytimeSeconds(PlayerData.java:240) ~[?:?]
  15. 02.06 21:54:21 [Server] INFO at com.github.exobite.playtimerewards.reward.RewardCondition.checkCondition(RewardCondition.java:57) ~[?:?]
  16. 02.06 21:54:21 [Server] INFO at com.github.exobite.playtimerewards.reward.Reward.acquireRewardPossible(Reward.java:114) ~[?:?]
  17. 02.06 21:54:21 [Server] INFO at com.github.exobite.playtimerewards.main.PlayerData$3.execCode(PlayerData.java:215) ~[?:?]
  18. 02.06 21:54:21 [Server] INFO at com.github.exobite.playtimerewards.main.TaskManager$1.run(TaskManager.java:51) ~[?:?]
  19. 02.06 21:54:21 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-626]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement