Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olillin/nopodzolfromtrees
A tiny Bukkit plugin that removes the podzol that normally appears when growing large spruce trees.
https://github.com/olillin/nopodzolfromtrees
bukkit-plugin minecraft minecraft-plugin
Last synced: 9 days ago
JSON representation
A tiny Bukkit plugin that removes the podzol that normally appears when growing large spruce trees.
- Host: GitHub
- URL: https://github.com/olillin/nopodzolfromtrees
- Owner: olillin
- License: mit
- Created: 2022-12-21T00:21:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T16:24:55.000Z (about 1 year ago)
- Last Synced: 2024-12-01T19:24:51.144Z (2 months ago)
- Topics: bukkit-plugin, minecraft, minecraft-plugin
- Language: Java
- Homepage: https://modrinth.com/plugin/no-podzol-from-trees
- Size: 960 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# No Podzol from Trees [![Modrinth Game Versions](https://img.shields.io/modrinth/game-versions/no-podzol-from-trees?style=flat-square&logo=modrinth&color=17b85a)](https://modrinth.com/plugin/no-podzol-from-trees)
A tiny Bukkit plugin that removes the podzol that normally appears when growing large spruce trees.
## Enabling/disabling
The functionality of the plugin is **enabled** by default but may be disabled either [in the config file](#with-the-config-file) or with [the command](#command).
### With the config file
The default `config.yml` file looks like this:
```yml
remove-podzol: true```
Changing `remove-podzol` from `true` to `false` podzol will not be removed from grown large spruce trees.
### With the command
You may also use the command `/npfl [enable|disable]` to modify the config in-game.
See [Command](#command) for more details.## Command
The command to control the plugin is `/npfl` (alternatively `/nopodzol`)
`/npfl enable`
Enable the functionality of the plugin. Podzol will not appear when growing large spruce trees.
`/npfl disable`
Disable the functionality of the plugin. Podzol will appear when growing large spruce trees.
`/npfl reload`
Reload the config file.
`/npfl info`
Get info about the plugin and if it is enabled or disabled.