Customization
Quest and Translation Customization
Modify Texts and Images
All texts can be modified via config.lua
or in translation files.
📌 Example of Image Customization
imageQuest = {
book = {
rSymbol = 'rSymbol.svg',
rCompleted = 'rCompleted.svg',
},
tablet = {
rSymbol = 'rSymbol.svg',
},
}
✔️ Change icons and images to match your server's theme!
Last updated