From a0a2c1ac9e966c70f9e3ea7b8bdfd997f164bff7 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 4 Nov 2018 15:47:19 +0000 Subject: [PATCH] Re Installed Scenario --- locale/en/ExpGamingCore.Command.cfg | 16 +++++++++------- locale/en/ExpGamingCore.Commands.cfg | 12 ------------ softmod.json | 3 +-- 3 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 locale/en/ExpGamingCore.Commands.cfg diff --git a/locale/en/ExpGamingCore.Command.cfg b/locale/en/ExpGamingCore.Command.cfg index fe10d443..bdc9fb41 100644 --- a/locale/en/ExpGamingCore.Command.cfg +++ b/locale/en/ExpGamingCore.Command.cfg @@ -1,12 +1,14 @@ [ExpGamingCore_Command] -unauthorized=401 - Unauthorized: Access is denied due to invalid credentials +unauthorized=Unauthorized, Access is denied due to invalid credentials +error-string-list=Invalid Option, Must be one of: __1__ error-string-len=Invalid Length, Max: __1__ -error-number=Invalid Number: Command failed to run -error-number-range=Invalid Range, Min: __1__, Max: __2__ +error-number=Invalid Number +error-number-range=Invalid Range, Min (exclusive): __1__, Max (inclusive): __2__ error-player=Invaild Player Name, __1__ ,try using tab key to auto-complete the name -error-player-online=Player is offline: Command failed to run -error-player-alive=Player is dead: Command failed to run -error-player-rank=Player is of Higher Rank: Command failed to run +error-player-online=Player is offline. +error-player-alive=Player is dead. +error-player-rank=Player is of Higher Rank. invalid-inputs=Invalid Input, /__1__ __2__ invalid-parse=Invalid Input, There was a problem prasing the paramaters -command-ran=Command Complete \ No newline at end of file +command-ran=Command Complete +command-fail=Command failed to run: __1__ \ No newline at end of file diff --git a/locale/en/ExpGamingCore.Commands.cfg b/locale/en/ExpGamingCore.Commands.cfg deleted file mode 100644 index fe10d443..00000000 --- a/locale/en/ExpGamingCore.Commands.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[ExpGamingCore_Command] -unauthorized=401 - Unauthorized: Access is denied due to invalid credentials -error-string-len=Invalid Length, Max: __1__ -error-number=Invalid Number: Command failed to run -error-number-range=Invalid Range, Min: __1__, Max: __2__ -error-player=Invaild Player Name, __1__ ,try using tab key to auto-complete the name -error-player-online=Player is offline: Command failed to run -error-player-alive=Player is dead: Command failed to run -error-player-rank=Player is of Higher Rank: Command failed to run -invalid-inputs=Invalid Input, /__1__ __2__ -invalid-parse=Invalid Input, There was a problem prasing the paramaters -command-ran=Command Complete \ No newline at end of file diff --git a/softmod.json b/softmod.json index 1208e9fc..3790c5d1 100644 --- a/softmod.json +++ b/softmod.json @@ -28,6 +28,5 @@ "SpawnArea": "^4.0.0", "WarpPoints": "^4.0.0", "WornPaths": "^4.0.0" - }, - "dependencies": {} + } } \ No newline at end of file