lucko
lucko
Unfortunately the server type string is used to determine which mappings to use -- https://github.com/lucko/spark-mappings/blob/master/dist/mappings.json#L3 Instead could we incorporate the server brand into the version string?
Decided to just add a `brand` field separate from `name` so we can show it nicely :) https://github.com/lucko/spark-viewer/commit/568817f36076bbf596e2c782ba667aece4bdb299 Thank you for the PR!
I personally don't think its necessary to display this info on the thumbnail
Thanks for the PR - this is now in https://github.com/lucko/spark-extra-platforms :)
I think this option makes the most sense > Update the config and tell users that default permissions are required for commands-allow-op as false to work. I guess it's also...
Should be fixed - I've tested using Chrome on macos, it now stays connected when the tab is in the background for ~5 mins. Should in theory stay open indefinitely...
I am undecided whether this is something the project should support long term - I think if we did, I'd prefer a refactor of the existing standalone module to support...
The capability system has been removed, so this issue should no longer occur.
Fixed in the latest version
Just acknowledging that I have seen this issue. Currently, the replacement events that have been added to Paper are not suitable for LuckPerms, as it needs to inject Permissible data...