Initial commit

This commit is contained in:
2020-12-04 18:09:14 +01:00
commit fd8248696b
5 changed files with 117 additions and 0 deletions

19
module.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "smart-doors",
"title": "Smart Doors",
"description": "Sends a message to chat when a player tries to open a locked door",
"version": "0.1.alpha0",
"minimumCoreVersion" : "0.7.7",
"compatibleCoreVersion" : "0.7.7",
"author": "Manuel Vögele",
"esmodules": [
"./main.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}