diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-06 12:22:04 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-06 12:22:04 -0400 |
commit | 134444243a491a5b22c2cc4219e8fdd361ce2693 (patch) | |
tree | 911f4e84daeb86db739cbd61dd8986bcb0eb5326 /src/main/resources/lang/localization_en-US.yml | |
parent | add empty space to titles (diff) | |
download | kenshinshideandseek-134444243a491a5b22c2cc4219e8fdd361ce2693.tar.gz kenshinshideandseek-134444243a491a5b22c2cc4219e8fdd361ce2693.tar.bz2 kenshinshideandseek-134444243a491a5b22c2cc4219e8fdd361ce2693.zip |
option to disable mapsave
Diffstat (limited to 'src/main/resources/lang/localization_en-US.yml')
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 1757877..b047bdb 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -30,6 +30,7 @@ Localization: MAPSAVE_WARNING: "All commands will be disabled when the save is in progress. Do not turn off the server." MAPSAVE_END: "Map save complete." MAPSAVE_ERROR: "Couldn't find current map." + MAPSAVE_DISABLED: "Mapsave is disabled in config.yml." WORLDBORDER_DISABLE: "Disabled world border." WORLDBORDER_INVALID_INPUT: "Invalid integer {AMOUNT}." WORLDBORDER_MIN_SIZE: "World border cannot be smaller than 100 blocks." |