Jan

Results 38 issues of Jan

Some users want to be able to make backups of player inventories, and restore them if needed. If I accept this idea, I would like it to be possible to...

enhancement

Some server owners would only like to give items to players only when certain criteria are met (e.g. they are in a certain world). Perhaps we can create a GiveJob...

enhancement

From [SpigotMC forum](https://www.spigotmc.org/threads/invsee.456148/page-8#post-4537769) user AntonyMax: ![image](https://user-images.githubusercontent.com/5656370/224763961-c17f9514-472d-4c1e-aef0-82f1e575530f.png) I think this would be best implemented as an addon, which listens to InventoryOpenEvent and cancels it if the opened inventory is a SpectatorInventory,...

enhancement
good first issue

See https://github.com/Jannyboy11/ScalaPluginLoader/commit/e1da7173c5f54ae889fc30c2e282053166a167fc

bug
enhancement

Paper's plugin classloader soon will use bytecode modification to remap plugins. I think it performs the following two modifications: - Remove craftbukkit version from nms classes. - Remap plugins that...

bug
enhancement

[TASTy Query](https://github.com/scalacenter/tasty-query) is a library by the Scala Center which allows us to read TASTy properties of classes that are on a classpath. We might want to use it instead...

question

**Describe the bug** The mockk.io testing library is unmaintained. Even the latest released version (0.8.7) does not support class file level 60 (Java 16). I recommend to create fakes instead...

**Is your feature request related to a problem? Please describe.** Yes. I implement a plugin that let server admins edit inventories of offline players. Your API does not expose all...

Type: Enhancement

**Describe the bug** Maven won't produce a jar when running on Java 14 because some tests are failing. I was thus able to work around the issue by running with...

Users should be able to delete rows from the inventory templates in their config, and the plugin should render the same number of rows as configured in the config. For...

enhancement
good first issue