Understanding the API
Static Player
CameraPlayer = "The Player you want to be the camera"
Change the CameraPlayer Perspective using
cameraActions static CameraActions
exemple
public void onJoinEvent(PlayerJoinEvent e){
CameraPlayer = e.getPlayer();
}
public void something(Player player){
cameraActions.bindPlayerToCam(player);
)