PintoRecipes
A simple spigot plugin to add custom recipes to your server
Features
- Save, show, and edit recipes from a GUI
- Remove recipes from config
- Options for shaped, shapeless, and furnace recipes
- Any item is craftable/smeltable/etc. (including nbt)
Commands
- `/pintorecipes [show|save|edit|remove|list] [recipe_name]`
- `show <recipe_name>` - Opens a read-only GUI showing the recipe
- `save <recipe_name>` - Opens a recipe creating GUI. Closing without any items in either grid or result will result in saving being cancelled.
- `edit <recipe_name>` - Opens a writable GUI showing the recipe, saves on close with the same conditions as above (`save`)
- `remove <recipe_name>` - Removes specified recipe from config
- `list` - Opens a GUI showing all available recipes
Permissions
- `pintorecipes.recipes # Permission to use '/pintorecipes'`
- `pintorecipes.recipes.show # Permission to use '/pr show'`
- `pintorecipes.recipes.save # Permission to use '/pr save'`
- `pintorecipes.recipes.edit # Permission to use '/pr edit'`
- `pintorecipes.recipes.remove # Permission to use '/pr remove'`
- `pintorecipes.recipes.list # Permission to use '/pr list' or '/pr' (without args)`
Config
Go here
Notes
- All changes need a server restart to take effect
- I have not yet found a problem with reloading instead, but you might run into problems so it's better to restart
Errors/Bugs
Make an issue in this project's GitHub repository