diff --git a/.gitignore b/.gitignore index 1cefeae46..e0755fb62 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,5 @@ __pycache__/ # !modules/yourmodule # # ================== -.claude \ No newline at end of file +.claude +!modules/AccountBound diff --git a/modules/AccountBound b/modules/AccountBound new file mode 160000 index 000000000..f7ba75b14 --- /dev/null +++ b/modules/AccountBound @@ -0,0 +1 @@ +Subproject commit f7ba75b14bdf04f4a4e711f0b6f71a0589ea4649 diff --git a/setup-modules.sh b/setup-modules.sh index 1e4df021c..46b425287 100644 --- a/setup-modules.sh +++ b/setup-modules.sh @@ -472,6 +472,84 @@ DynamicQuestXP.Level_70_plus = ${ACORE_DYNAMIC_QUEST_XP_LEVEL_70_PLUS} EOF } +write_account_bound_conf() { + write_file "$MODULES_ETC_DIR/AccountBound.conf.dist" <