Download and views badges are referred to the Velocity Hangar
A simple Minecraft Velocity plugin that registers custom commands to access servers replacing the need to use the /server command.
This plugin also adds custom permissions for the commands used to access the servers
Important
This plugin is still in development, bugs are expected, please report them at github.com/LucernaSancta/Custom-Server-Teleport/issues
You can configure the plugin after the first run in the config.yml
# Default config
servers:
#- example:
# commands: ["example","ex"]
# perm_suff: "example" # This will became "cst.server.example"
# send_message: "<aqua>Sending <green>%playername%</green> to </aqua><green>%servername%</green>"
- hub:
commands: ["hub","lobby","l"]
permission: "hub"
send_message: "" # Leave empty to disable the messageThe permissions are created using the following pattern cst.server. + suffix specified in the config.
So as for the example, the permission suffix in the config is "example" so the permission will be cst.server.example
There are currently only two supported placeholders for the send_message config:
- %playername% replaced with the name of the player executing the command
- %servername% replaced with the name of the target server
Use the /customserverteleport reload (or the alias /cst reload) command to reload the config file mid game
(requires the cst.admin.use permission)
Updates will be notified in the console at the start of the server or to any player having the cst.notify_update permission when they enter the server
| Permission | Action |
|---|---|
cst.admin.use |
Use the /cst command |
cst.notify_update |
Recive notification when an update is available |
cst.server.* |
Use the commands to access the servers |
cst.server.*.others |
Use the commands to send other players to the servers |
Some code in this repository comes from the PterodactylPowerAction plugin made by Quozul