Added go-to-spawn and clear-inventory

This commit is contained in:
Cooldude2606
2019-04-18 22:44:17 +01:00
parent 89d52fc73b
commit 2e017dbb70
7 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "ExpGamingAdmin.ClearInventory",
"version": "4.0.0",
"description": "Adds a function to clear a players inventoy and move the items to spawn.",
"location": "FSM_ARCHIVE",
"keywords": [
"Spawn",
"Items",
"Admin",
"Move",
"Clear",
"Inventory"
],
"dependencies": {
"FactorioStdLib.Game": "^0.8.0",
"ExpGamingAdmin": "^4.0.0"
},
"collection": "ExpGamingAdmin@4.0.0",
"submodules": {}
}