|
9 | 9 |
|
10 | 10 | 1. **Install the Plugin**: Add the `softlanding` plugin to your SerenityJS server's `plugins` directory. |
11 | 11 |
|
12 | | -2. **Configure the Plugin**: Create a `softlanding.json` file in the plugin directory: |
| 12 | +2. **Configure the Plugin**: Create a `softlanding.config.json` file in the root directory: |
13 | 13 |
|
14 | 14 | ```json |
15 | 15 | { |
|
29 | 29 |
|
30 | 30 | ## Features |
31 | 31 |
|
32 | | -##### [Automatic Player Transfer] |
| 32 | +### [Automatic Player Transfer] |
33 | 33 |
|
34 | | -Players are automatically redirected to a fallback server when the current server closes, ensuring a smooth experience. |
| 34 | +* Players are automatically redirected to a fallback server when the current server closes, ensuring a smooth experience. |
35 | 35 |
|
36 | | -##### [Fallback Server List] |
| 36 | +### [Fallback Server List] |
37 | 37 |
|
38 | | -Specify multiple fallback servers with addresses and ports. SoftLanding can optionally ping these servers to check availability before transferring players. |
| 38 | +* Specify multiple fallback servers with addresses and ports. SoftLanding can optionally ping these servers to check availability before transferring players. |
39 | 39 |
|
40 | | -##### [Configurable Ping Intervals] |
| 40 | +### [Configurable Ping Intervals] |
41 | 41 |
|
42 | | -The plugin can periodically check fallback server availability with a customizable interval in milliseconds (pingInterval). |
| 42 | +* The plugin can periodically check fallback server availability with a customizable interval in milliseconds (pingInterval). |
43 | 43 |
|
44 | | -##### [Safe Shutdown Warnings] |
| 44 | +### [Safe Shutdown Warnings] |
45 | 45 |
|
46 | | -Optional pre-transfer notifications can alert players before the server closes (if enabled in future versions). |
| 46 | +* Optional pre-transfer notifications can alert players before the server closes (if enabled in future versions). |
47 | 47 |
|
48 | | -##### [Lightweight & Easy] |
| 48 | +### [Lightweight & Easy] |
49 | 49 |
|
50 | | -Minimal setup required — just install, configure, and start your server. |
| 50 | +* Minimal setup required — just install, configure, and start your server. |
51 | 51 |
|
52 | | -##### Configuration Options |
| 52 | +## Configuration Options |
53 | 53 |
|
54 | 54 | Option Type Description |
55 | 55 | enabled boolean Whether the plugin is enabled. |
|
0 commit comments