Skip to content

Commit 70b8d73

Browse files
committed
docs: document server rejoining as a FAQ
1 parent 1512254 commit 70b8d73

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docs/FAQs.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This page addresses a number of frequently asked questions.
2+
3+
## How do I make it so players always rejoin the last server they left from?
4+
In other words, you'd like it so that when players disconnect from your proxy network, that when they reconnect they are put on the same server as the one they were on when they disconnected, rather than your lobby/fallback server. This feature isn't controlled by HuskHomes, but rather on your proxy.
5+
6+
* On Velocity proxies: Install and configure [Yunfaremember](https://modrinth.com/plugin/yunfaremember).
7+
* On BungeeCord proxies: Ensure `force_default_server` is disabled, and that your server is able to write the necessary player server cache file(s) to disk.
8+
9+
If this isn't working, make sure you've not configured priority servers which can override this.

docs/Home.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Welcome to the plugin documentation for HuskHomes v4.x+, the powerful & intuitiv
88
*[[Managing Access]]
99
* 🖥️ [[Commands]]
1010
* 📜 [[Command Conflicts]]
11+
*[[FAQs]]
1112

1213
## Documentation
1314
* 📁 [[Database]]

docs/_Sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*[[Managing Access]]
66
* 🖥️ [[Commands]]
77
* 📜 [[Command Conflicts]]
8+
*[[FAQs]]
89

910
## Documentation
1011
* 📁 [[Database]]

0 commit comments

Comments
 (0)