New Features
- We now have a cross-server synchronization system with the use of Sync Items (formally known as Persistent Items; you can still persist Sync Items)
- We upgraded our database ORM Prisma to add support for
cuid2
IDs, and changed the defaults to usecuid2
for ID generation which brings more secure IDs (though we weren't using them in an unsecure way before) - We've released a public mirror of the documentation so if something catastrophic happens that would result in this website going down, you'll still have access to the full documentation
- We've enabled Standard Licenses to package the Match Function when using Open Match
- We made the process for customizing the Match Function more modular so you create a new class instead of modify the one provided in the source (which would cause merge conflicts)
- We changed the example of the World Data in the RPG Template
- Standard Licenses can now use the Dev Initiator on macOS and Linux