For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customize default theme

Want every player to have the same default theme? Here's how to do it, step-by-step

  1. Open your inventory in-game by pressing F2

  2. Click the Theme button (bottom right corner)

Inventory theme customization 1
  1. Change the colors and styles as you like, then hit Save

  2. Make sure your custom theme is selected

Inventory theme customization 2
  1. Press F8 to open the console, then type:

  2. You'll see a bunch of code. Copy everything between COPY FROM THE LINE BELOW and COPY TILL THE LINE ABOVE

Inventory theme customization 3
  1. Go to the server files and open: jaksam_inventory/dist/assets/variables.css

  2. Paste what you copied, replacing everything in that file

  3. Restart the script/reload the server

That's it! Now, everyone's default theme will use your custom colors and settings (unless they change it themselves)

Last updated