Перейти к содержимому
Mineforgian

Quasar

A server-side Fabric mod for managing proxy connections using portals, mannequins and commands.

Загрузки
93
Подписчики
1
Обновлён
15 июня 2026 г.
Лицензия
MIT

Опубликован 20 апреля 2026 г.

Quasar

A server-side Fabric mod for managing proxy connections using portals, mannequins and commands.

Requirements

  • Servers running on fabric
  • Velocity proxy with bungee-plugin-message-channel = true in velocity.toml
  • FabricProxy-Lite on each server

Configuration

Important: You need to setup FabricProxy-Lite for each of your fabric servers for it to work!

config/quasar.json

{
  "servers": {
    //"<command_name>": "<server_name>"
    "lobby": "lobby"
  },
  "joinBehaviour": "NONE"
}

joinBehaviour controls where players are teleported when they join.

  • NONE — no teleportation
  • WORLD_SPAWN — teleport to the world spawn point
  • PLAYER_SPAWN — teleport to the player's individual spawn point

Commands

You can summon mannequins that send players to another server when clicked.

Note: Quasar's mannequins can be modified in the same way as vanilla mannequins.

/quasar mannequin summon <name> <server> [<pos>] [<nbt>]
/quasar mannequin kill <uuid>
/quasar mannequin list
/quasar mannequin info <uuid>
/quasar mannequin edit <uuid> server <server>
/quasar mannequin edit <uuid> name <name>
/quasar mannequin edit <uuid> pos <pos>
/quasar mannequin edit <uuid> yaw <degrees>

And you can set up portals are invisible zone that send player to another server when they walk through.

Note: Quasar's portals block other portal teleportation inside their zone.

/quasar portal create <server> [<pos1>] [<pos2>]
/quasar portal remove <id>
/quasar portal list
/quasar portal info <id>
/quasar portal edit <uuid> server <server>
/quasar portal edit <uuid> pos1 <pos>
/quasar portal edit <uuid> pos2 <pos>

Ченджлог

0.1.3Бета26.1, 26.1.1, 26.1.2 · 15 июня 2026 г.

fix: remove ServerConnectionListener PLAYER_SPAWN logic (same as NONE)

0.1.2Бета26.1, 26.1.1, 26.1.2 · 10 июня 2026 г.

fix: Mannequin interaction causes the client to crash

0.1.1Бета26.1, 26.1.1, 26.1.2 · 15 мая 2026 г.

Fixes multiple issues and inconsistencies.

0.1.0Бета26.1, 26.1.1, 26.1.2 · 20 апреля 2026 г.

Initial release! _ Note: This is an early version, so there are likely many bugs and inconsistencies. Please feel free to support or contribute to the project if you're interested._

Комментарии

Загружаем…