docs: update vehiclesplus/configuration/plugin
This commit is contained in:
parent
063f0f7409
commit
aa03a8c886
1 changed files with 8 additions and 2 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: 2023-07-22T13:06:00.040Z
|
date: 2024-02-18T18:44:46.646Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2023-07-22T09:20:23.417Z
|
dateCreated: 2023-07-22T09:20:23.417Z
|
||||||
|
@ -56,3 +56,9 @@ showActionBar: true
|
||||||
# If true, vehicles spawn in the locked state
|
# If true, vehicles spawn in the locked state
|
||||||
vehiclesSpawnLocked: true
|
vehiclesSpawnLocked: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Changing the locale
|
||||||
|
1. Stop the server
|
||||||
|
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)
|
||||||
|
4. Start the server
|
Reference in a new issue