Skip to content

Commit 7435597

Browse files
committed
add save/load prefabs groups to/from json files, combine search and spawn in one section, correctly populate player stats with current data, add search to server list, add arguments entry on spawn and post commands
1 parent 4bc8a0e commit 7435597

File tree

15 files changed

+1039
-215
lines changed

15 files changed

+1039
-215
lines changed

index.js

Lines changed: 397 additions & 19 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prefabulator",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"productName": "Prefabulator",
55
"description": "Add, remove and modify prefabs in A Township Tale",
66
"main": "electron-start.js",
@@ -29,9 +29,11 @@
2929
"alta-jsapi": "git+https://github.com/alta-vr/alta-jsapi.git",
3030
"att-bot-core": "git+https://github.com/alta-vr/ATT-Bot-JS.git",
3131
"body-parser": "^1.19.0",
32+
"clone": "^2.1.2",
3233
"cookie-parser": "^1.4.4",
3334
"dotenv": "^8.2.0",
3435
"express": "^4.17.1",
36+
"express-fileupload": "^1.1.6",
3537
"express-session": "^1.17.0",
3638
"moment": "^2.24.0",
3739
"nedb": "^1.8.0",

0 commit comments

Comments
 (0)