Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T20:14:56.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T20:35:06.548Z (3 months 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: 2
- 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`.