Getting Started
The translations contain all messages/text that is displayed by ScpTools (excluding logs). It also comes with build in formatting code support.
Creating a new translation
Translate
Open up the translation and change everything except for the variables. Also make sure to leave all text that is surrounded like this %var%
as is. You can use markdown and Formatting Codes
Configure
Navigate to ./SCPToolsBot/configs/config.yml
and change load_translation to your files name (excluding .yml
). Find more configuration here Getting Started
Formatting Codes
&dark_gray&

Apply the color gray
&red&

Apply the color red
&green&

Apply the color green
&gold&

Apply the color gold
&light_blue&

Apply the color light blue
&pink&

Apply the color pink
&teal&

Apply the color teal
&white&

Apply the color white
&bold&

Apply bold
&reset&

Reset all colors, bold and underline
&underline&

Apply underline
&filler&
---
Fills up a whole row of an embed
&singlefiller&
---
Adds a single empty character
&filler<count>&
---
Replace <count>
with a number of blank characters
Last updated