Coflnet / SkyblockMod

A frontend for sky.coflnet.com inside minecraft
GNU Affero General Public License v3.0
17 stars 26 forks source link

Receive a configuration after authentication #42

Closed ToruiDev closed 2 years ago

ToruiDev commented 2 years ago

after authentication the server should send some sort of confirutation object to allow the mod to opt into features.

@Ekwav can define the format. this could be used to enable and disable other/future features in the mod using a web UI.

(e.g. ctrl+hover over item, etc.)

Ekwav commented 2 years ago

Mod settings should be a one dimensional JSON object with the keys

Any changes from the server (on repeated calls) should be logged to the chat as "XY got activated", with a local setting to disable the message.

Collect Lobby Changes (world changes) could be very useful to detect joining/leaving of Skyblock in general or specific islands to deactivate/activate other collection categories from the server.

Ekwav commented 2 years ago

@ToruiDev as discussed this issue should have priority now

Ekwav commented 2 years ago

@ToruiDev a mock version of the settings get sent out with type privacySettings when connecting with 1.4-Alpha as version string