Supported by CRC
Automatically save position, health, and armour for logged in players.
Highly recommended to get the extension, for better event handling.
-
Create a folder in your
src
folder calledcrc-auto-save
. -
Add the
TypeScript
files from this resource, to that folder. -
Modify
server.toml
and ensure it loads whatever you named the folder.
In the case of the example above it should be crc-auto-save
.
resources = [
...,
'crc-auto-save',
...
]
Resource structure may vary