https://github.com/lemaik/dyablewood
A tiny Bukkit plugin that adds recipes to dye wood (and things made out of wood).
https://github.com/lemaik/dyablewood
Last synced: about 2 months ago
JSON representation
A tiny Bukkit plugin that adds recipes to dye wood (and things made out of wood).
- Host: GitHub
- URL: https://github.com/lemaik/dyablewood
- Owner: leMaik
- License: mit
- Created: 2016-03-25T23:51:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T20:32:00.000Z (about 9 years ago)
- Last Synced: 2025-04-09T21:49:27.170Z (about 2 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DyableWood [](https://ci.wertarbyte.com/job/DyableWood)
A small plugin for Bukkit that allows players to dye wood planks and other things made out of wood.## Installation
1. Just [download the jar][ci] and put it in your plugin directory.
2. Done![ci]: https://ci.wertarbyte.com/job/Dyablewood/lastStableBuild/
## Usage
Wood planks and anything that is made out of it (and available in multiple wood types) can be dyed by
crafting it with a dye.| Dye | Resulting wood type |
|------------------|----------------------|
| Dandelion Yellow | Oak Wood |
| Cocoa Beans | Spruce Wood |
| Bone Meal | Birch Wood¹ |
| Rose Red | Jungle Wood |
| Orange Dye | Acacia Wood |
| Cocoa Beans² | Dark Oak Wood |¹Except for Dark Oak Wood, which turns into Spruce Wood when dyed with Bone Meal.
²Put Cocoa Beans on two slots to dye any wood type to Dark Oak Wood. Except for
Spruce Wood, which is already pretty brown and thus only needs one Cocoa
Bean to be dyed to Dark Oak Wood.## Permissions
The permission `dyablewood.dye` controls if a player can dye wood.## License
DyableWood is licensed under the MIT license, see the [license file][license].[license]: https://github.com/leMaik/DyableWood/blob/master/LICENSE