Orthocorp / orthoverse-avatars

0 stars 0 forks source link

Capes #17

Closed kf106 closed 1 year ago

kf106 commented 1 year ago

It is pretty simple to add a cape to a character in orthoverse-prismarine. There's even a field in the bot data structure for it.

The user account should contain an option for token owners with a shield (i.e. level 1 or more) to select which token they want to use for their cape. An API should allow orthoverse-prismarine to query this preference on login, and set the cape setting accordingly.

kf106 commented 1 year ago

Cape API is basically working, but there is a problem with serving a blank cape. Needs testing and fixing.