From c68fe702d75b41698905bbffda23eb9ccbcfbf4d Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 2 Feb 2024 14:53:12 +0100 Subject: [PATCH 1/2] update gitignore --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 418b336..8e53176 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,15 @@ /**/**/corenode.log # Temporal configurations -/**/**/.aliaser \ No newline at end of file +/**/**/.aliaser + +# MINECRAFT ASSETS & LOGS +/**/**/assets +/**/**/cache +/**/**/chash-reports +/**/**/fancymenu_data +/**/**/forge +/**/**/logs +/**/**/libraries +/**/**/saves +/**/**/versions \ No newline at end of file From 49f39fde57c522e4db2dbd50277d61660d68d85b Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 2 Feb 2024 16:32:30 +0100 Subject: [PATCH 2/2] added `install_ask_configs` --- manifest | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest b/manifest index acf4e05..580f85d 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ const vars = { - version: "1.8.2", + version: "1.8.3", id: "mcjaen2024", icon: "https://git.ragestudio.net/srgooglo/jaen-united-2024/raw/branch/main/icon.gif", name: "Jaen United Server", @@ -25,7 +25,7 @@ const defaultConfig = { module.exports = { ...vars, - rsb_minimun_version: "0.9.3", + rsb_minimun_version: "0.11.1", import_libs: [ "mcl", "ipc", @@ -51,6 +51,9 @@ module.exports = { }, }, }, + install_ask_configs: [ + "username" + ], install_steps: { git_clones: [ {