docs: update vehiclesplus/configuration/plugin
This commit is contained in:
parent
aa03a8c886
commit
e4df649cbe
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: Plugin Configuration
|
title: Plugin Configuration
|
||||||
description: Configure the VehiclesPlus plugin.
|
description: Configure the VehiclesPlus plugin.
|
||||||
published: true
|
published: true
|
||||||
date: 2024-02-18T18:44:46.646Z
|
date: 2024-02-18T18:45:36.995Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2023-07-22T09:20:23.417Z
|
dateCreated: 2023-07-22T09:20:23.417Z
|
||||||
|
@ -15,8 +15,7 @@ This page explains the `config.yml` file, which contains generic configuration.
|
||||||
# DO NOT CHANGE
|
# DO NOT CHANGE
|
||||||
config-version: 1.0.4
|
config-version: 1.0.4
|
||||||
|
|
||||||
# Changes the language file it uses for the messages
|
# DO NOT CHANGE, check below
|
||||||
# For more details, check out the Language section below.
|
|
||||||
locale: en
|
locale: en
|
||||||
|
|
||||||
# If true, vehicles can drive over slabs
|
# If true, vehicles can drive over slabs
|
||||||
|
@ -58,6 +57,8 @@ vehiclesSpawnLocked: true
|
||||||
```
|
```
|
||||||
|
|
||||||
# Changing the locale
|
# Changing the locale
|
||||||
|
> Do not change the locale setting inside the settings file, instead follow these steps!
|
||||||
|
{.is-warning}
|
||||||
1. Stop the server
|
1. Stop the server
|
||||||
2. Inside the plugin folder go to the directory 'locale'
|
2. Inside the plugin folder go to the directory 'locale'
|
||||||
3. Change the name of the desired language file to 'lang_en.yml' (Note: The old lang_en.yml should be renamed to something like lang_en_old.yml)
|
3. Change the name of the desired language file to 'lang_en.yml' (Note: The old lang_en.yml should be renamed to something like lang_en_old.yml)
|
||||||
|
|
Reference in a new issue