WIP: This Bungeecord plugin launches GCE instances when player connection.
This uses the Google Cloud Client Library to automatically detect and utilize a principal with IAM permissions granted to the target GCE instance through Application Default Credentials (ADC).
Please note that the name in the 'servers' section of config.yml (e.g., example) should match the same section of Bungeecord side.
servers:
example:
project_id: 'example-project-id'
zone: 'asia-northeast1-b'
instance: 'example-server'