Only update the plugins within the subserver.
GUI Configuration File Changes
In thearea-guifolder, replace therowsandslotsparameters withmarks:
Code:yaml marks: - " " - " 1111111 " - " 1111111 " - " 1111111 " - " " - " "
Layout Requirements
- Ensure each row contains exactly 9 characters.
- Use1to mark positions for server icons; fill other positions with empty spaces.
- Example row formatting:" 1111111 "(total 9 characters, with1indicating icon placement).
The English guide will be updated later. Current Chinese guide: link
- Fix the occasional error caused by thread safety issues when pinging servers with multiple threads.
- Optimized the communication format between proxy and sub-servers.
- Fixed the issue where placeholders for unknown match groups in BungeeCord were not being replaced.
- Added support for color codes in the display names of match groups and servers.
- Default match position is no longer first in the list (fix not being able to call the No-Available section function when no server is available)
· After major version upgrade, the configuration file changes greatly. It is recommended to delete the original configuration after backing up the original configuration and let the plug-in be regenerated
Main updates:
- Brand new ping module, trying to solve encoding issues on Windows systems
- Brand new matching logic, using fully asynchronous acquisition, the maximum time does not exceed the set timeout time
- The role of the timout option in the group is really reflected, and the unit is replaced with milliseconds (1000 milliseconds = 1 second, and the local network setting 750 is enough)
- The new gui configuration part, the language part is moved to Lang.yml, different gui can be displayed for different matching groups
- Add /queue group name server-gui command, you can directly open the room list
- The tag option is added to the matching group, and the "DISABLE_TITLE" and "DISABLE_MESSAGE" options can be filled in to disable the title and message when matching
- The motd-replace option has been added to the matching group configuration file, which can be used to replace %serverMotd% in the gui, but this function has not been implemented, and it is expected to be implemented in version 3.1
- Added gui support for geysers in bedrock edition, already included by default, need to install Floodgate plugin on child server
- Fixed a lot of bugs
