You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: widgets/crafty-controller-minecraft-server/README.md
+38-31Lines changed: 38 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,42 +9,49 @@
9
9
#### When server is running:
10
10

11
11
12
-
Displays server's custom icon, inferred IP, MOTD message and some statistics. The display of MOTD can be disabled in the beginning of the template in the user settings section, and the widget will look like this:
12
+
Displays server's custom icon, inferred IP, MOTD message and some statistics. The display of MOTD can be disabled in the options section of the template, and the widget will look like this:
13
13
14
14

@@ -117,8 +124,8 @@ Displays server's custom icon, inferred IP, MOTD message and some statistics. Th
117
124
## Environment variables
118
125
- `CRAFTY_URL` - the URL or [IP]:[Port] to your Crafty Controller instance.
119
126
- `CRAFTY_SERVER_ID`- ID of the minecraft server you want to display info about. You can find it in the URL of the server details in Crafty Controller's dashboard. (Ex.; `https://[CRAFTY_URL]/panel/server_detail?id=[CRAFTY_SERVER_ID]`)
120
-
- `CRAFTY_API_TOKEN`- Your crafty API token. Requires `TERMINAL`, `CONFIG` and `PLAYERS` permissions.
127
+
- `CRAFTY_API_TOKEN`- Your crafty API token. Requires `Full Access` permission.
121
128
122
129
## 🍻 Cheers
123
130
124
-
* Author of [minecraft-server//github.com/MartyX98/community-widgets/blob/main/widgets/minecraft-server/README.md) community widget from which I took a lot of inspiration.
131
+
* @not-first as the author of [minecraft-server](/widgets/minecraft-server/README.md) community widget from which I took a lot of inspiration.
0 commit comments