' at the beginning of the line it will be centered.
Code (Text):
#
# BAPlayerWelcome
#
#-------------------------------------------------------
# %PLAYER% - Will display the players name who's joining
# %PLAYER_COUNT% - Will display the total number of unique players to join.
#-------------------------------------------------------
SendMessage: true
Prefix: '&7[&aBAPlayerMessage&7]'
# Start the line with [center] to center the message. It MUST be at the beginning with no space before it.
# BAD: ' [center]this wont be centered.'
# GOOD: '[center]this will be centered.'
Message:
- ''
- '[center]&aLine 2'
- '[center]&aWelcome &b%PLAYER%'
- '[center]&aTotal players joined: %PLAYER_COUNT%'
- ''
############################################################
# DO NOT CHANGE THIS VALUE
# The plugin tracks the player count on its own.
# Unless you wanna be sneaky and make the number bigger.
#########################################################
PlayerCount: 0
I also did some organizational work with the code but you don't care as much about that.