This release focuses on a lot of cleanup tasks and introduces a new feature to specify the spawn-frequency of smoke.
For Spigot 1.20.4
Requires Java 17+
Notable Changes: - Refactored configuration handling (please delete old
config.yml before updating)
- Now uses a JSON file as storage instead of a binary file
- You can now customize the frequency of smoke-spawning in server-ticks per location using
/smoke add (frequency). Frequency can be any integer number of 1 or greater. A frequency of 1 will spawn smoke every 1 ticks and creates a more denser smoke than a frequency of 7
- Code-Cleanup