Forced Clients
Create a forced client for the specified client brand, like forced hosts.
- Загрузки
- 22
- Подписчики
- 0
- Обновлён
- 19 февраля 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 19 февраля 2026 г.
Forced Clients
Create a forced client for the specified client brand, like forced hosts.
Allow players of the specific client brand to directly enter the designated server.
config.toml
# Print the used Client Brand when the player joins
debug = false
[forced-clients]
# Let players using testServer Client directly enter mod
# For example, a player with a client brand "testServer" would be directly into "mod" when they join a velocity group.
"testServer" = "mod"
Ченджлог
1.0Релиз1.21.9, 1.21.10, 1.21.11 · 19 февраля 2026 г.
feat: Added Velocity plugin forced client connection feature
- Initialize Velocity plugin project
- Implement plugin main class, redirect players to designated server via client brand identifier
- Add TOML configuration file support, configurable debug mode and client-server mapping
Комментарии
Загружаем…