Compare commits
No commits in common. "ab072289a7f9b41adcd10a81d3973e7f683b1e56" and "063f0f740942d0fb1107e11fc61b82d7103caabe" have entirely different histories.
ab072289a7
...
063f0f7409
2 changed files with 9 additions and 11 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:45:36.995Z
|
date: 2023-07-22T13:06:00.040Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2023-07-22T09:20:23.417Z
|
dateCreated: 2023-07-22T09:20:23.417Z
|
||||||
|
@ -15,7 +15,8 @@ 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
|
||||||
|
|
||||||
# DO NOT CHANGE, check below
|
# Changes the language file it uses for the messages
|
||||||
|
# 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
|
||||||
|
@ -54,12 +55,4 @@ 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
|
|
||||||
> Do not change the locale setting inside the settings file, instead follow these steps!
|
|
||||||
{.is-warning}
|
|
||||||
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
|
|
5
vehiclesplus/locale.md
Normal file
5
vehiclesplus/locale.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# 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