Skip to content

A Velocity plugin to provide utilities that are related to server connection

License

Notifications You must be signed in to change notification settings

okocraft/ServerConnector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerConnector

GitHub release (latest SemVer) GitHub Workflow Status GitHub

Features

  • Access controls for connecting server based on the permissions (default: serverconnector.connect.%server_name%)
  • Add commands /<server-name> that try to connect to the server
  • Server join/switch/quit messages
  • Fallback server when the player is kicked

Requirements

  • Java 17
  • Velocity 3.3.0+
  • (Optional) LuckPerms - For detecting the players who are connected for the first time

Permissions

  • serverconnector.connect.%server_name% - the permission to connect to the server, configurable in config.yml
  • serverconnector.slashserver.<server-name> - the permission to use /<server-name>
  • serverconnector.slashserver.other-players - the permission to connect other player to the server using /<server-name> <player-name>

License

This project is under the Apache License version 2.0. Please see LICENSE for more info.

Copyright © 2021-2024, OKOCRAFT and Siroshun09