Your first asset: a command in the game
You printed a line to the server console already. Now build your first real asset, a resource you join the game and trigger yourself. You will type /bananas in-game and watch Bananas are cool appear in the F8 console on your own screen. Same RegisterCommand you already met, but this time the code runs on the client, so the proof shows up in a different place. That difference is the whole point of this lesson.
Build it
Make the resource folder
Inside your server's resources folder, create this folder: