From f45064c4c43ba0166d086aa0bf751997ee06a966 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Fri, 23 Jun 2023 14:11:12 +0100 Subject: [PATCH] fix: P2 areas are in worlds.yml --- Core/src/main/resources/lang/messages_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/resources/lang/messages_en.json b/Core/src/main/resources/lang/messages_en.json index 754f6b285..0cd7b49a1 100644 --- a/Core/src/main/resources/lang/messages_en.json +++ b/Core/src/main/resources/lang/messages_en.json @@ -486,7 +486,7 @@ "single.get_position": "Go to the first corner and use: to create position 1.", "single.delete_world_region": "Stop the server and delete: /region.", "single.regeneration_complete": "Regeneration complete.", - "single.worldcreation_location": "World creation settings may be stored in multiple locations:\n - bukkit.yml in your server's root folder.\n - PlotSquared's settings.yml\n - Hyperverse's worlds.yml (or any world management plugin)\n - Stop the server and delete it from these locations.", + "single.worldcreation_location": "World creation settings may be stored in multiple locations:\n - bukkit.yml in your server's root folder.\n - PlotSquared's worlds.yml\n - Hyperverse's worlds.yml (or any world management plugin)\n - Stop the server and delete it from these locations.", "legacyconfig.legacy_config_found": "A legacy configuration file was detected. Conversion will be attempted.", "legacyconfig.legacy_config_backup": "A copy of worlds.yml has been saved in the file worlds.yml.old.", "legacyconfig.legacy_config_replaced": " has been replaced with ",