Skip to content

Commit

Permalink
fix: wording again
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Dec 25, 2024
1 parent 531a909 commit 8528ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set qbx:cleanPlayerGroups "true" # When true, on server startup, the database wi
set qbx:allowMethodOverrides "true" # When true, enables the ability of resources to override existing methods in the player object
set qbx:disableOverrideWarning "false" # When true, disables warnings from resources overriding existing methods in the player object
setr qbx:enableVehiclePersistence "false" # When true, player vehicles marked for persistence will be respawned when deleted
set qbx:acknowledge "false" # When true, disables the server-side MOTD
set qbx:acknowledge "false" # When true, disables the default service message

# Message displayed to players in the chat after loading in
setr qbx:motd "<p style='padding: 1rem; background-color: rgb(30, 30, 30); border-radius: 1rem; text-align: center;'><span style='color: rgb(40, 200, 40);'>Welcome to Qbox!</span><br>Learn more at <span id='link' style='color: rgb(100, 100, 255);' onclick='window.invokeNative(\"openUrl\", \"https://docs.qbox.re/\")'>docs.qbox.re</span></p><style>span#link:hover { cursor: pointer; }</style>"
Expand Down

0 comments on commit 8528ebd

Please sign in to comment.