lucko / spark

A performance profiler for Minecraft clients, servers, and proxies.

Home Page:https://spark.lucko.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1.16.5]

1343008086 opened this issue · comments

Description

It seems that the class "net.minecraftforge.server.permission.context.Context" could not be found when the plugin was trying to check for player permissions. This exception occurs during the process of building the event handler.

Could you please take a look into this issue? It would be great if you could provide any insights or a potential fix for this problem.

Thank you for your time and effort in maintaining this plugin!

Reproduction Steps

When a player types "/sp" in the chat box and then presses the Tab key to auto-complete the command to "spark" the server throws a ClassNotFoundException.

Expected Behaviour

The server won't produce any error messages.

Platform Information

  • Minecraft Version: 1.16.5
  • Platform Type: catserver
  • Platform Brand: forge
  • Platform Version: 36.2.39

Spark Version

1.9.1

Logs and Configs

https://gist.github.com/1343008086/5cd7bcc33b75e715240bcb0659925bab

Extra Details

The issue seems to occur only the first time each player attempts it and does not recur thereafter unless the server is restarted.