question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

12.05 15:31:15 [Server] WARN org.bukkit.plugin.AuthorNagException: Deprecated use of CustomTimingsHandler. Please Switch to Timings.of ASAP 12.05 15:31:15 [Server] WARN at org.spigotmc.CustomTimingsHandler.<init>(CustomTimingsHandler.java:58) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.timings.lib.SpigotTiming.<init>(SpigotTiming.java:11) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.timings.lib.TimingType$1.newTiming(TimingType.java:11) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.timings.lib.TimingManager.of(TimingManager.java:62) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.afc.RegisteredCommand.getTiming(RegisteredCommand.java:214) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.afc.BaseCommand.executeCommand(BaseCommand.java:393) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.afc.BaseCommand.executeSubcommand(BaseCommand.java:471) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.afc.BaseCommand.execute(BaseCommand.java:330) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.afc.RootCommand.execute(RootCommand.java:71) 12.05 15:31:15 [Server] WARN at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) 12.05 15:31:15 [Server] WARN at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:675) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1393) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1198) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14) 12.05 15:31:15 [Server] WARN at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 12.05 15:31:15 [Server] WARN at java.util.concurrent.FutureTask.run(FutureTask.java:266) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:830) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:403) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:754) 12.05 15:31:15 [Server] WARN at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:652) 12.05 15:31:15 [Server] WARN at java.lang.Thread.run(Thread.java:745) 12.05 15:31:15 [Server] WARN org.bukkit.plugin.AuthorNagException: Deprecated use of CustomTimingsHandler. Please Switch to Timings.of ASAP 12.05 15:31:15 [Server] WARN at org.spigotmc.CustomTimingsHandler.<init>(CustomTimingsHandler.java:58) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.timings.lib.SpigotTiming.<init>(SpigotTiming.java:11) 12.05 15:31:15 [Server] WARN at hu.tryharddevs.advancedkits.utils.timings.lib.TimingType$1.newTiming(TimingType.java:11)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
aikarcommented, May 16, 2017

This is actually a bug in your build script

relocate 'co.aikar.timings', 'hu.tryharddevs.advancedkits.utils.timings'

This should be: relocate 'co.aikar.timings.lib', 'hu.tryharddevs.advancedkits.utils.timings'

The Timings Library is under .lib, you’re relocating references to the actual Timings API so it can’t find the class.

Also you mispelled ACF here 😛 relocate 'co.aikar.commands', 'hu.tryharddevs.advancedkits.utils.afc'

1reaction
aikarcommented, May 12, 2017

Please add new feedback on that other issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Timing error definition and meaning | Collins English Dictionary
Timing error definition: Timing is the skill or action of judging the right moment in a situation or activity at... | Meaning, pronunciation,...
Read more >
timings error | SpigotMC - High Performance Minecraft
I have a minecraft server(purple 1.171#1428) and since a while the timings don't work anymore and i have no idea why it doesn't...
Read more >
Timing error - Encyclopedia - The Free Dictionary
An error made in planning or writing a computer program, usually in underestimating the time that will be taken by input/output or other...
Read more >
Timing Error Detection and Correction by Time Dilation
Timing failures in high complexity - high frequency integrated circuits, which are mainly caused by test escapes and environmental as well as operating ......
Read more >
Timings Error (#233544) · Issues - GitLab.org
Summary When trying to use the api to approve a merge request. I constantly get an error like: {"name":"HTTPError" ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found