Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

feat(DataBlock): Add DataBlock support #1295

Closed Kruptein closed 12 months ago

Kruptein commented 12 months ago

This PR adds support for DataBlocks.

DataBlocks are a way to store randomly structured data in the server database. This data is stored as a string and can be associated with a specific room, user or shape, which will be automatically cleaned up when the related instance is removed.

This is mostly a stepping stone for providing mods with ways to store things in the database, but might be used in the future for core PA things as well.