Added the ability to match world/server names with a regex config key in the assignment. Example:
Code (Text):
servers:
game_servers:
# Use a regex to target all servers with a certain name
regex: 'game_.*'
pack: gamepack
Assignments with the regex key will no longer match their assignment name but the regex. (Please note that regex matching is slower than literal matching) Regex-assignments will be checked in the order that they are defined in the config
Added a debug log message that shows the selected assignment when a player joins/switches world/server.