mirror of
https://gitee.com/cssfw/tmgsl.git
synced 2026-03-28 17:11:36 +08:00
16 lines
907 B
Markdown
16 lines
907 B
Markdown
## Features
|
|
#### Automatically Play Background Music Randomly
|
|
TMGSL includes a built-in PHP script that automatically plays background music at random. Simply place your desired music files (mp3/ogg/wav formats) into the **music** folder.
|
|
|
|
#### Automatically Detect Server Gamemode, Max Players, and Map
|
|
TMGSL can automatically identify the server's gamemode, maximum number of players, and current map, displaying them in the "Info" section on the far right.
|
|
|
|
## Index.html Configuration
|
|
#### Basic Functions
|
|
The main configuration of the webpage is located in the `body` section of **Index.html**.
|
|
> You can refer to the comments within to modify it accordingly.
|
|
|
|
## music.php Configuration
|
|
#### Basic Functions
|
|
**music.php** contains the configuration for the content and reading of the music folder.
|
|
> You can refer to the comments within to modify it accordingly. |