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
srcfolder calledcrc-default-clothes. -
Add the
TypeScriptfiles from this resource, to that folder. -
Modify
server.tomland 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