percyqaz / UltimateInventory

Minecraft server plugin to streamline inventory management - Supports PaperMC and SpigotMC
https://www.spigotmc.org/resources/ultimate-inventory-1-19-1-20.109298/
MIT License
9 stars 2 forks source link

Added override commands + minor changes #15

Open KyrVorga opened 1 month ago

KyrVorga commented 1 month ago

Added override commands, modified config, updated downgraded ChestSortAPI to available version, bumped plugin version to 1.6.

The config now generates each workbench type with two new config options, override (bool) and command (string). If override is enabled, then the command is executed by the player. This allows the server admin to link into GUIs from other plugins, or execute skripts.

I fully don't expect this to be pulled in, I'm just making this PR to show that I did it :D (Full disclosure, I don't know Java, so I made this with Copilot..)