Formats minigame configuration ID¶
Currently, we have no clear format on how to create the configuration IDs. The configuration IDs generated by the minigame backends will be sent to the overworld backend so that they know which configuration should be loaded when entering a specific minigame.
Format-Restriction¶
All chars must be in base64, _, or -.
No other chars are allowed.
Possible Solutions¶
UUID format (See java.util.UUID)
Integer
Format World-Dungeon-Task, e.g.
w1-d3-t3(current)
Chosen Solution¶
Pro Chosen Solution¶
easy to use, unique, adaptable
Contra Chosen Solution¶
Same configuration IDs in different minigame backends
Not adaptable