- Added particles to Connect 4! These can optionally be disabled by setting
connect4.particles-enabled: false in the config. For servers using Geyser where players can't see the armor stands, you can add
connect4.increased-particles: true so that the particles are enough to fully substitute the armor stands.
- Fixed a bug where leaderboards may have failed for multiplayer games (such as pool, spleef, etc.) if
merge-leaderboard-scores was set to false
This update adds the following lines to the config:
Code (Text):
connect4: #add the indented lines to the connect4 section
particles-enabled: true
increased-particles: false