mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Some testing with FSM
This commit is contained in:
12
modules/ExpGamingCore/Commands/locale/en.cfg
Normal file
12
modules/ExpGamingCore/Commands/locale/en.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[commands]
|
||||
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
|
||||
4
modules/ExpGamingCore/Gui/locale/en.cfg
Normal file
4
modules/ExpGamingCore/Gui/locale/en.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
[gui]
|
||||
unauthorized=401 - Unauthorized: Access is denied due to invalid credentials
|
||||
cant-open=You can't open this panel right now, reason: __1__
|
||||
cant-open-no-reason=You can't open this panel right now
|
||||
7
modules/ExpGamingCore/Ranking/locale/en.cfg
Normal file
7
modules/ExpGamingCore/Ranking/locale/en.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[ranking]
|
||||
all-rank-print=[Everyone]: __1__
|
||||
rank-print=[__1__]: __2__
|
||||
rank-up=__1__ was promoted to __2__ by __3__
|
||||
rank-down=__1__ was demoted to __2__ by __3__
|
||||
rank-given=You have been given the __1__ Rank!
|
||||
tag-reset=Your Tag was reset due to a Rank change
|
||||
2
modules/ExpGamingCore/Server/locale/en.cfg
Normal file
2
modules/ExpGamingCore/Server/locale/en.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[Server]
|
||||
interface-description=Runs the given input from the script
|
||||
@@ -25,14 +25,14 @@
|
||||
"Core",
|
||||
"Commands"
|
||||
],
|
||||
"version": "3.4.0",
|
||||
"version": "4.0.0",
|
||||
"location": "url",
|
||||
"dependencies": {
|
||||
"ExpGamingLib": "^4.0.0",
|
||||
"FactorioStdLib.Table": "^0.8.0",
|
||||
"FactorioStdLib.Color": "^0.8.0",
|
||||
"FactorioStdLib.Game": "^0.8.0",
|
||||
"ExpGamingCore/Ranking": "?^4.0.0"
|
||||
"ExpGamingCore.Ranking": "?^4.0.0"
|
||||
}
|
||||
},
|
||||
"Gui": {
|
||||
@@ -47,7 +47,7 @@
|
||||
"Gui",
|
||||
"ExpGui"
|
||||
],
|
||||
"version": "3.4.0",
|
||||
"version": "4.0.0",
|
||||
"location": "url",
|
||||
"dependencies": {
|
||||
"FactorioModGui": "^1.0.0",
|
||||
@@ -55,8 +55,8 @@
|
||||
"FactorioStdLib.Table": "^0.8.0",
|
||||
"FactorioStdLib.Color": "^0.8.0",
|
||||
"FactorioStdLib.Game": "^0.8.0",
|
||||
"ExpGamingCore/Ranking": "?^4.0.0",
|
||||
"ExpGamingCore/Server": "?^4.0.0"
|
||||
"ExpGamingCore.Ranking": "?^4.0.0",
|
||||
"ExpGamingCore.Server": "?^4.0.0"
|
||||
}
|
||||
},
|
||||
"Ranking": {
|
||||
@@ -73,7 +73,7 @@
|
||||
"Permissions",
|
||||
"Roles"
|
||||
],
|
||||
"version": "3.4.0",
|
||||
"version": "4.0.0",
|
||||
"location": "url",
|
||||
"dependencies": {
|
||||
"ExpGamingLib": "^4.0.0",
|
||||
@@ -97,7 +97,7 @@
|
||||
"Interface",
|
||||
"Events"
|
||||
],
|
||||
"version": "3.4.0",
|
||||
"version": "4.0.0",
|
||||
"location": "url",
|
||||
"dependencies": {
|
||||
"ExpGamingLib": "^4.0.0",
|
||||
@@ -123,7 +123,7 @@
|
||||
"External",
|
||||
"Discord"
|
||||
],
|
||||
"version": "3.4.0",
|
||||
"version": "4.0.0",
|
||||
"location": "url",
|
||||
"dependencies": {
|
||||
"ExpGamingLib": "^4.0.0",
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
"module": "GlobalLib",
|
||||
"description": "Adds some common functions used though out all ExpGaming modules",
|
||||
"keywords": ["ExpGaming","Lib"],
|
||||
"version": "3.4.0",
|
||||
"version": "4.0.0",
|
||||
"location": "url",
|
||||
"dependencies": {
|
||||
"StdLib.Game": "^0.8.0",
|
||||
"StdLib.Color": "^0.8.0",
|
||||
"StdLib.Table": "^0.8.0"
|
||||
"FactorioStdLib.Game": "^0.8.0",
|
||||
"FactorioStdLib.Color": "^0.8.0",
|
||||
"FactorioStdLib.Table": "^0.8.0"
|
||||
},
|
||||
"author": "Cooldude2606",
|
||||
"contact": "Discord: Cooldude2606#5241",
|
||||
|
||||
Reference in New Issue
Block a user