CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Save version in world and support migrations #43

Closed CodeWringer closed 2 years ago

CodeWringer commented 2 years ago

The game settings might be usable for this:

game.settings.register("wod", "worldVersion", {
    name: "World Version",
    hint: "Used to know if World patch is needed",
    scope: "world",
    config: true,
    default: "1",
    type: String,
});