Some testing with FSM

This commit is contained in:
Cooldude2606
2018-06-16 21:37:42 +01:00
parent 864279377e
commit a7e35552e6
8 changed files with 40 additions and 15 deletions

View 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

View 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

View 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

View File

@@ -0,0 +1,2 @@
[Server]
interface-description=Runs the given input from the script

View File

@@ -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",

View File

@@ -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",