Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft stat table changes #22

Open
nierw opened this issue Feb 22, 2020 · 1 comment
Open

Minecraft stat table changes #22

nierw opened this issue Feb 22, 2020 · 1 comment

Comments

@nierw
Copy link

nierw commented Feb 22, 2020

Changes in MC seem to be causing this error with any time stat-related placeholders:

22/02/2020 11:48:03 [SEVERE] java.lang.NoSuchFieldError: PLAY_ONE_TICK
        at be.maximvdw.placeholdercore.placeholders.StatisticPlaceholderPack$42.getResult(StatisticPlaceholderPack.java:456)
        at be.maximvdw.placeholdercore.placeholders.StatisticPlaceholderPack$42.getResult(StatisticPlaceholderPack.java:452)
        at be.maximvdw.conditionpermscore.b.a(Unknown Source)
        at be.maximvdw.conditionpermscore.b.a(Unknown Source)
        at be.maximvdw.conditionperms.a.b.a(DebugCommand.java:175)
        at be.maximvdw.conditionperms.a.b.a(DebugCommand.java:33)
        at be.maximvdw.conditionperms.a.b$1.run(DebugCommand.java:132)
        at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84)
        at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

A few examples:

  • {stat_days_played_remaining}
  • {stat_minutes_played_remaining}
@Chew
Copy link

Chew commented Mar 9, 2020

Have this with {stat_time_played}, PlaceholderAPI/PlaceholderAPI has this fixed, kinda sad it isn't here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants