EtherealOnyx / Parties

An rpg-like party system for Minecraft. Currently contains 24 customizable elements with direct support for 16+ mods! Also provides extra features like xp sharing, stage syncing, and more.
3 stars 0 forks source link

Re-implement base64 preset algorithm #163

Closed EtherealOnyx closed 11 months ago

EtherealOnyx commented 11 months ago

Split the entire base64 string into sub-sections per element while adding an ID for each sub-section. This will allow backwards compatibility with all elements (older presets will work on new versions through adaptation and/or conversion) and might make the preset shorter (since it will only store enabled elements as sub-sections).

numeric_id:base64_settings|, where | is the splitter per element.