Supported by CRC
Set a set of default clothes the player starts with after they spawn.
Highly recommended to get the extension, for better event handling.
-
Create a folder in your
src
folder calledcrc-default-clothes
. -
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-default-clothes
.
resources = [
...,
'crc-default-clothes',
...
]
Resource structure may vary