SnowGolem
Using the command /sg, you can toggle trailing snow behind you, just like Snow Golems.
The sg command is OP-only by default.
It's completely open-source, the .java files are included in the jar.
This is pretty much my first attempt at a Bukkit plugin that has actually done what it's supposed to, but the coding's pretty simple.
Upcoming Features:
- Permissions support (Probably PEX) instead of OP-only
Changelog:
- v1.0 - first build
- v1.1 - fixed a floating snow bug to the best of my ability
- v1.2 - changed '/sg help' to '/sghelp' and made it non-op; '/sgdisable' is now non-op so nobody gets trapped in Snow Golem mode
- v1.2.1 - Removed a useless PlayerListener class, as I already combined it into the main class
- v1.2.2 - updated the '/sghelp' in the help menu
- v1.3 - changed '/sg' to a toggle, and removed '/sgdisable' because it's no longer needed
- v1.3.1 - added liscense to the start of source, no visible changes; release on BukkitDev
Compatible Bukkit build
Compiled against and tested with Craftbukkit dev-build #1575, but there's no reason it shouldn't work with earlier versions

