lucko / spark

A performance profiler for Minecraft clients, servers, and proxies.
https://spark.lucko.me/
GNU General Public License v3.0
1.05k stars 144 forks source link

Permissions not functioning in Paper-1.21.1 bundled edition of spark #444

Closed IngeniousCoder closed 2 months ago

IngeniousCoder commented 3 months ago

Description

Permissions documented at https://spark.lucko.me/docs/Command-Usage, such as

spark.profiler
spark.healthreport
spark.ping
spark.tps
spark.tickmonitor
spark.gc
spark.gcmonitor
spark.heapsummary
spark.heapdump
spark.activity

do not work on Paper-1.21

Additionally, when dumping out permission tree with Luckperms (/lp tree), permissions are not reflected as well. See here

Reproduction Steps

  1. Install a clean version of Paper-1.21
  2. Confirm bundled spark plugin exists.
  3. Using /lp tree or /lp permission set, can confirm that spark permissions do not work.

Expected Behaviour

The spark permission nodes should work.

Platform Information

Spark Version

v1.10.84 (bundled with 1.21.1-35)

Logs and Configs

No response

Extra Details

No response

Doc94 commented 2 months ago

The only permission working is the 'spark' for me.

IngeniousCoder commented 2 months ago

Can confirm.

But the subnodes should work per the documentation. That's the issue.