EbonJaeger / perworldinventory-kt

Multi-world inventory plugin for Spigot written in Kotlin.
MIT License
46 stars 32 forks source link

API for other plugins is very limited. #214

Open Jannyboy11 opened 3 years ago

Jannyboy11 commented 3 years ago

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 the saving and loading mechanics that would like to use, so I have to resort to using reflection.

Describe the solution you'd like More public getters. Specifially I'd like a getter for the ProfileManager, the DataSource, the GroupManager and the ProfileCache.

Describe alternatives you've considered My current solution is to use reflection, but that's not really good practice.

Additional context You can find my current workarounds here: PerWorldInventoryHook