From e8601c1c756a2ba6cd93b2244560e15aedc9aeb3 Mon Sep 17 00:00:00 2001 From: LT_Name <572413378@qq.com> Date: Sun, 6 Aug 2023 20:27:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8B=B1=E6=96=87=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Language/ConfigDescription/en_US.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/main/resources/Resources/Language/ConfigDescription/en_US.yml diff --git a/src/main/resources/Resources/Language/ConfigDescription/en_US.yml b/src/main/resources/Resources/Language/ConfigDescription/en_US.yml new file mode 100644 index 0000000..a7338e2 --- /dev/null +++ b/src/main/resources/Resources/Language/ConfigDescription/en_US.yml @@ -0,0 +1,32 @@ +header: |- + MurderMystery Plugin configuration file +footer: |- + You have reached the bottom of the profile + +ConfigVersion: |- + The version number of the configuration file + Warning! Don't try to change this configuration unless you know exactly what you are doing! + +defaultLanguage: "Plugin default language settings. Optional: zh_CN | en_US | ko_KR | vi_VN | de_DE" +languageMappingTable: "languageMappingTable" +autoUpdateLanguage: "Automatically update language files" + +cmdUser: "plugin command" +cmdUserAliases: "plugin command alias" +cmdAdmin: "plugin management commands" +cmdAdminAliases: "plugin management command alias" +cmdWhitelist: "Commands that can be used in the game room" + +restoreWorld: |- + Restore the map(world) after the game is over + Note: The map(world) is only backed up when loading the room for the first time! +autoCreateTemporaryRoom: "Automatically create a temporary room to ensure that there is at least one free room" + +AutomaticJoinGame: "Players automatically join the game room after entering the server (applicable to group service game sub-service sceneļ¼‰" +QuitRoom.cmd: "Exit Room Execute Command" +AutomaticNextRound: "After the game is over, it will automatically join the next round (it is recommended to open the autoCreateTemporaryRoom)" + +killerVictoryCmd: "Killer Triumph Execute Command (Killer Execute Only)" +commonPeopleVictoryCmd: "Civilian and Detective Victory Execute Command (only executed by surviving players)" +killKillerCmd: "The player who kills the killer executes the command." +defeatCmd: "Failed to execute command" \ No newline at end of file