Siphalor / mouse-wheelie

"Small" Minecraft mod focusing on inventory utilities, like scrolling, sorting and auto refilling of items
https://modrinth.com/mod/mouse-wheelie
Apache License 2.0
109 stars 42 forks source link

[feature request] Integrate an communication with the chest-sort plugin from mfnalex #230

Open dandud100 opened 1 year ago

dandud100 commented 1 year ago

Is your feature request related to a problem? Please describe. The chest-sort plugin detects if the sorting inventory is a plugin gui in most cases, this mod does not. I think a good thing could be that this plugins disables its chest sorting when it detects that there is already a chest-sort plugin on the server.

Describe alternatives you've considered Detect Plugin GUI's on its own, so that they will not get sorted.

Siphalor commented 1 year ago

Hi, I'm sorry, but I have honestly no clue what you're talking about.

It might help if you differentiated between plugins and mods. Plugins are commonly the name for (server-side) modifications in the Sponge/Bukkit ecosystem. Mod is the generic name for modifications in the Forge/Fabric ecosystems.

Are you talking about a specific mod/plugin? In that case it'll probably help understand if you link to that mod/plugin.

dandud100 commented 1 year ago

Hi, I'm sorry, but I have honestly no clue what you're talking about.

It might help if you differentiated between plugins and mods. Plugins are commonly the name for (server-side) modifications in the Sponge/Bukkit ecosystem. Mod is the generic name for modifications in the Forge/Fabric ecosystems.

Are you talking about a specific mod/plugin? In that case it'll probably help understand if you link to that mod/plugin.

I talk about this plugin: https://www.spigotmc.org/resources/chestsort-api.59773/

I was thinking about a detection for it, so that mouse-wheelie's chestsort gets disabled when there is already a plugin serverside that does the job.

Because the problem I have, is that I can't disable this myself in mouse-wheelie, I don't see an option for it.

I will rather use the plugins ability of sorting alone because it detects the GUIs of other plugins and will not try to sort them, mouse-wheelie just sorts every gui and clicks like random homes from the /homes gui for example.