OpenBagTwo / EnderChest

syncing and linking for all your Minecraft instances
https://openbagtwo.github.io/EnderChest/
GNU General Public License v3.0
3 stars 2 forks source link

Determine available sync protocols #113

Closed OpenBagTwo closed 10 months ago

OpenBagTwo commented 11 months ago

GIVEN Steve is setting up their EnderChest

WHEN he is prompted to set up a remote and are asked to select a protocol

THEN instead of showing the list of implemented protocols: https://github.com/OpenBagTwo/EnderChest/blob/6829ffae78386b939188ef814bd77465de0ebfe9/enderchest/sync/__init__.py#L22 he should see a list of protocols that are actually supported on his setup

SO that he doesn't just blindly follow the defaults only to be told later that that protocol won't work

Notes