- Added the ability to customize the red or yellow blocks to any other solid block in connect4
- Added a new message at the start of a connect 4 game.
Make sure to translate this if your server is not English (connect4.join-msg)
- Added the ability to change the default PlaceholderAPI message (such as if something is invalid or undefined) from the default "-" string.
This update will need the following added to the config:
Code (Text):
connect4: #add this to the existing connect4 section
join-msg: "&aWaiting for another player to join..."
red-block: RED_WOOL
yellow-block: YELLOW_WOOL
placeholderapi-default-msg: "-"