Annonator/PlayFabBuddy

Manage Matchmaking Queues

Open

#42 geöffnet am 4. Feb. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C# (2 Forks)github user discovery
enhancementhelp wantedpartner request

Repository-Metriken

Stars
 (13 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your feature request related to a problem? Please describe. I want to be able to create and update matchmaking queues programmatically. Or create a queue config that can be rolled out to new queues or titles.

Describe the solution you'd like I want to have commands like:

  • matchmaking
    • queue
      • #43
        • Queue config File to be used
      • #44
        • Queue config File to be used
      • #45
        • are you sure you want to delete?
      • #46
        • Copy Queue A from title A to Queue B from Title B, if queue not existent in B create with config with it exists override config

Additional Context Ultimately, we might want to make this more dev use case focused. Like, "queue create -clientVersionAware true" to automatically apply a client version matching provider to your queue. Bur for a MVP the above should suffice

Contributor Guide