https://github.com/eth-p/bukkit-recipe-by-craft
Bukkit Plugin: Only unlock recipes once they have been crafted.
https://github.com/eth-p/bukkit-recipe-by-craft
bukkit bukkit-plugin minecraft
Last synced: about 1 month ago
JSON representation
Bukkit Plugin: Only unlock recipes once they have been crafted.
- Host: GitHub
- URL: https://github.com/eth-p/bukkit-recipe-by-craft
- Owner: eth-p
- Created: 2020-04-27T20:12:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T20:14:56.000Z (about 6 years ago)
- Last Synced: 2025-04-03T08:40:38.172Z (about 1 year ago)
- Topics: bukkit, bukkit-plugin, minecraft
- Language: Java
- Homepage: https://www.spigotmc.org/resources/recipe-by-craft.78033/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe by Craft
An extremely simple zero-configuration Bukkit plugin that changes the recipe system to only discover recipes once they have been crafted.
## Why?
The recipe book is extremely convenient, but it also takes the fun out of crafting before the 1.12 days.
This plugin simply changes the recipe book to be more of a convenience feature that allows you to quickly re-craft recipes you already knew, rather than an all-knowing wiki of crafting recipes.
## Requirements
**Java**: `8`+
**Bukkit**: `1.14`+
## Permissions
> **recipebycraft.bypass** [default: none]
> Restores the default Minecraft recipe book behavior.
## Building
Requires Java 8.
```bash
./gradlew jar
```
After running that command, there should be a `recipe-by-craft-1.0.jar` file inside `build/libs`.