From aa03a8c886ab5bcf9ff093ffe1b90a316fb4667b Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 18 Feb 2024 18:44:49 +0000 Subject: [PATCH 1/3] docs: update vehiclesplus/configuration/plugin --- vehiclesplus/configuration/plugin.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/vehiclesplus/configuration/plugin.md b/vehiclesplus/configuration/plugin.md index 0984ab7..660ae5f 100644 --- a/vehiclesplus/configuration/plugin.md +++ b/vehiclesplus/configuration/plugin.md @@ -2,7 +2,7 @@ title: Plugin Configuration description: Configure the VehiclesPlus plugin. published: true -date: 2023-07-22T13:06:00.040Z +date: 2024-02-18T18:44:46.646Z tags: editor: markdown dateCreated: 2023-07-22T09:20:23.417Z @@ -55,4 +55,10 @@ showActionBar: true # If true, vehicles spawn in the locked state vehiclesSpawnLocked: true -``` \ No newline at end of file +``` + +# 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 \ No newline at end of file From e4df649cbe1c70093b878303cd9d450f214e12a4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 18 Feb 2024 18:45:39 +0000 Subject: [PATCH 2/3] docs: update vehiclesplus/configuration/plugin --- vehiclesplus/configuration/plugin.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vehiclesplus/configuration/plugin.md b/vehiclesplus/configuration/plugin.md index 660ae5f..ae5da34 100644 --- a/vehiclesplus/configuration/plugin.md +++ b/vehiclesplus/configuration/plugin.md @@ -2,7 +2,7 @@ title: Plugin Configuration description: Configure the VehiclesPlus plugin. published: true -date: 2024-02-18T18:44:46.646Z +date: 2024-02-18T18:45:36.995Z tags: editor: markdown 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 config-version: 1.0.4 -# Changes the language file it uses for the messages -# For more details, check out the Language section below. +# DO NOT CHANGE, check below locale: en # If true, vehicles can drive over slabs @@ -58,6 +57,8 @@ 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) From ab072289a7f9b41adcd10a81d3973e7f683b1e56 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 18 Feb 2024 18:45:53 +0000 Subject: [PATCH 3/3] docs: delete vehiclesplus/locale --- vehiclesplus/locale.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vehiclesplus/locale.md diff --git a/vehiclesplus/locale.md b/vehiclesplus/locale.md deleted file mode 100644 index bf2b274..0000000 --- a/vehiclesplus/locale.md +++ /dev/null @@ -1,5 +0,0 @@ -# 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