WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
115 stars 34 forks source link

Plugin compatibility with Brewery #196

Closed xCraimax closed 1 year ago

xCraimax commented 1 year ago

The Problem

Custom Crafting is not compatible with the Brewing Plugin „Brewery“. CC uses the normal „Right-Click“, to open the Menu of a cauldron. Brewery does a similar thing: You use the right click to put an ingredient of a potion or a drink.

The problem is, that the Brewery right-click doesn‘t work no more, while using Custom Crafting.

Brewery on SpigotMC: https://www.spigotmc.org/resources/brewery.3082/

Solution

Creating a new config option or a general compatibility with the Brewery Plugin and CC. A.e. getting the option to enable/use the shift right click, to open the CC Cauldron menu.

Alternatives

Not using CC because of the compatibility issue

Additional Context

The plugins are quite nice to use together, as you get MANY MANY possibilities!

Submit issue

WolfyScript commented 1 year ago

You need to set the cauldron interact permission to false for players/groups that shouldn't be allowed to use CustomCraftings' cauldron interaction. https://github.com/WolfyScript/CustomCrafting/wiki/Permissions#cauldron

xCraimax commented 1 year ago

Thats the issue. People should be able to use it in compatibility with Brewery.

WolfyScript commented 1 year ago

Thats the issue. People should be able to use it in compatibility with Brewery.

I reconsidered it, and I am going to add a sneak right-click option to the cauldron. #225

xCraimax commented 1 year ago

Thats the issue. People should be able to use it in compatibility with Brewery.

I reconsidered it, and I am going to add a sneak right-click option to the cauldron. #225

Thank you very much! Custom Crafting is a really great plugin and i‘m really excited to use CC!