Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
FlowwSmoke
FlowwSmoke is a small plugin that allows you to create campfire-smokes anywhere on your server.
A new campfire-smoke may be placed on the current target-block using /smoke
.
Additionally the intensity and direction of the smoke may be specified (refer to /smoke help
) for further information.
Installation
Simply download the latest release and put it in your servers plugins
-folder.
Usage 💡
Commands
The following commands are available in-game:
Command | Permission | Description |
---|---|---|
/smoke |
floww.smoke |
Place a new smoke location at your current target block |
/smoke add (frequency) |
floww.smoke |
Place a new smoke location at your current target block with custom spawn-frequency |
/smoke add (frequency) (offsetX) (offsetY) (offsetZ) |
floww.smoke |
Place a new smoke location at your current target block with custom spawn-frequency and offset |
/smoke help |
floww.smoke |
Open a help page |
/smoke list [world] |
floww.smoke |
List all smokes [of given world] |
/smoke remove (id) |
floww.smoke |
Remove smoke location with given id |
/smoke remove all [world] |
floww.smoke |
Remove all smokes locations [of given world] |
()
-args are required, while[]
-args are optional
Configuration
The configuration file will be created at plugins/FlowwSmoke/config.yml
.
It is recommended to remove old configs before updating the plugin to newer versions.
Contributing & Bugs 🐞
If you find a bug 🐛, simply open a new issue in GitHub and describe what's wrong.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.