Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 686 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 686 Bytes

[CRC][TS] Auto Save

Supported by CRC

Automatically save position, health, and armour for logged in players.

Requires

Highly recommended to get the extension, for better event handling.

Installation

  1. Create a folder in your src folder called crc-auto-save.

  2. Add the TypeScript files from this resource, to that folder.

  3. 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