Jan

Results 38 issues of Jan

It says the example shows an advanced pie chart, but it is in fact an advanced bar chart. ![advanced_bar_chart](https://user-images.githubusercontent.com/5656370/98650670-8536c800-2339-11eb-9aad-c0005dafd4d8.png)

Currently ScalaLoader scans all classes in a plugin's jar file for special annotations from which it detects the plugin's main class, and to detect which bytecode transformations to apply and...

enhancement

Now since Spigot 1.17, there is some level of support when using the mojang class names, methods and fields. These names are unlikely to change so plugins using them should...

enhancement

As mentioned in https://github.com/Jannyboy11/ScalaPluginLoader/issues/7#issue-941167547, If the plugin.yml is to be replaced by a better plugin definition system in the code, then at least the project properties from the build files...

enhancement

Since we are doing bytecode transformations already anyway, we might as well take advantage of them to implement 'Facade methods'. A 'Facade method' is a method that does nothing by...

enhancement

According to SpigotMC user [Vatra](https://www.spigotmc.org/members/vatra.1618485/): > One last thing, could you convert the uuid of the player back to a name? It just says the uuid when offline. > Oh,...

This should happen on a per-spectator basis, so the server operator can clearly see which moderators were misbehaving and which ones were not. Requested by Discord user Saphirus#0001: ![image](https://user-images.githubusercontent.com/5656370/183989270-810bdbd2-4b4f-4cb1-9874-13e071aefb4c.png) It...

I've gotten the commentary on SpigotMC and on Discord people are missing translations. Since this is generally not a player-facing plugin (only an admin-facing plugin), I didn't prioritise this. But...

enhancement

Since Java 21 it's possible to use pattern matching for records. For API users it would be nice if they could use this feature to destructure SpectateResponse and OpenResponse. We...

enhancement
good first issue

InvSee++ uses [SpectatorInventoryView](https://jannyboy11.github.io/InvSee-plus-plus/javadoc/com/janboerman/invsee/spigot/api/SpectatorInventoryView.html)s to combine the spectator's items and the target's items into one window. When running on Folia, the target's inventory is managed by the target's entity's region scheduler,...

bug
design