Added ExpGamingCommands.home

This commit is contained in:
Cooldude2606
2018-06-24 21:26:50 +01:00
parent 4becf6a414
commit 36be279748
3 changed files with 57 additions and 37 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "home",
"version": "4.0.0",
"type": "Module",
"description": "Allows players to set homes and then return to them later.",
"location": "<blank>",
"keywords": [
"Teleport",
"ExpGaming",
"Home",
"Return",
"Set Home",
"Commands"
],
"author": "<blank>",
"contact": "<blank>",
"license": "<blank>",
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore.Commands": "^4.0.0"
}
}