Implements language selection properly
Adds a configuration option for the plugin language Loads the selected language instead of always loading "en" Makes sure the language is updated upon reloading
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
# Blacksmith Configuration
|
||||
|
||||
# The language used for messages. Only "en" is supported
|
||||
language: en
|
||||
|
||||
# The settings which apply to all Blacksmith NPCs. These can also be changed using the /blacksmithconfig command
|
||||
global:
|
||||
# The minimum price of each cost
|
||||
|
Reference in New Issue
Block a user