From ed6e347bbcce356bde0cfeba498dab3d39a6c946 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sun, 19 Apr 2020 06:40:16 -0700 Subject: fix on a rainy day, added most of the support issue, TypeError: Cannot read property 'end' of undefined when trying to stop --- src/2b2w/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/2b2w/config.json (limited to 'src/2b2w/config.json') diff --git a/src/2b2w/config.json b/src/2b2w/config.json new file mode 100644 index 0000000..2290f4e --- /dev/null +++ b/src/2b2w/config.json @@ -0,0 +1,9 @@ +{ + "ports":{ + "minecraft":25565, + "web":80 + }, + "openBrowserOnStart": false, + "password":"", + "MCversion":"1.12.2" +} -- cgit v1.2.3