WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
68 stars 12 forks source link

Plugin displaying the old GUI #41

Closed raffel080108 closed 2 years ago

raffel080108 commented 3 years ago

Describe the bug Hello, I have an issue with my plugin. I have the newest version installed on my server (both plugins) [Screenshot 1] but I still seem to be getting the old GUI (without the brewing stand recipies) [Screenshot 2], despite the plugin displaying it being in the newest version. I already tried deleting the plugin folders and even my world folders, but the same error seems to be still occuring.

To Reproduce Steps to reproduce the behavior: I do not know why this is occuring, I simply downloaded the newest CustomCrafting and WolfieUtilities plugins, put them in my plugins folder and restarted the server

Expected behavior I expect the plugin to display the updated GUI that includes brewing stand recipes

Screenshots https://imgur.com/a/6CoYZYT

Server:

WolfyScript commented 3 years ago

You need to enable those recipes in the config.yml. The path would be recipes.brewing and set it to true. More info here: https://github.com/WolfyScript/CustomCrafting-Wiki/wiki/Config I might have to make it more obvious... like put it in the wiki somewhere.