MTM123 / SlashServer

Allows to use /<servername> command on proxy with aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlashServer

Allows your players to use /<servername> command to switch subservers instead of /server <servername>

Links and support

Requirements

  • Velocity 3.0.0+ or BungeeCord

Compiling

  1. Clone the repository
  2. Run ./gradlew build in the main directory
  3. Output file will be located in build/libs directory

Config

Example config:

servers:
-   server: lobby
    # Aliases to /lobby command - you can use listed command instead of /lobby
    commands:
    - hub
-   server: factions
    commands:
    - faction
    - fac

About

Allows to use /<servername> command on proxy with aliases


Languages

Language:Kotlin 100.0%