|
17 | 17 |
|
18 | 18 | ## Install |
19 | 19 |
|
20 | | -1. Go to the [Release](https://github.com/juunini/palworld-discord-bot/releases) page and download the file for your operating system. |
21 | | -2. Run the downloaded file. |
| 20 | +1. Go to the [Release](https://github.com/juunini/palworld-discord-bot/releases) page and download the file that matches your operating system. |
| 21 | +2. To fully utilize the bot's features, you need to run it in the same location as your Palworld server. |
| 22 | +3. Run the downloaded file. |
22 | 23 | - When you run it, you will see the following screen. Select your language. |
23 | 24 |  |
24 | 25 | - After selecting the language, you will see the following screen. Enter the highlighted address in your browser. |
25 | 26 |  |
26 | | -3. When you enter the address in your browser, you will see the following screen. Configure it and restart. |
27 | | -  |
| 27 | +4. When you enter the address in your browser, you will see the following screen. Configure it and restart. |
| 28 | +  |
| 29 | + |
| 30 | +## Setup Instructions |
| 31 | + |
| 32 | +1. Change the value of `RCONEnabled` to `True` in the `PalworldSettings.ini` file. |
| 33 | + - You can also run `!palbot serverSettings RCONEnabled true` in Discord after running the bot. |
| 34 | +2. Change the value of `AdminPassword` in the `PalworldSettings.ini` file. |
| 35 | + - You can also run `!palbot serverSettings AdminPassword <new password>` in Discord after running the bot. |
| 36 | +3. Restart the Palworld server. |
| 37 | +4. Check the "Enable Palworld RCON" section on `http://localhost:60000` or change the value of `PALWORLD_RCON_ENABLED` to `true` in the `.env` file. |
| 38 | +5. Change the "Palworld Admin Password" section on `http://localhost:60000` or change the value of `PALWORLD_ADMIN_PASSWORD` in the `.env` file. |
28 | 39 |
|
29 | 40 | ## Features |
30 | 41 |
|
|
41 | 52 | | doExit (Admin Only) | Forces the server to exit. |  | |
42 | 53 | | save (Admin Only) | Saves the server. | | |
43 | 54 | | startServer (Admin Only) | Starts the server. (Windows: `C:\Program Files (x86)\Steam\steamapps\common\PalServer\PalServer.exe`, Linux: `~/Steam/steamapps/common/PalServer/PalServer.sh`) |  | |
| 55 | +| serverSettings (Admin Only) | Changes the server settings. |  | |
44 | 56 |
|
45 | 57 | ## Caution |
46 | 58 |
|
|
0 commit comments