
Resource Link: Rift Velocity
Supported Versions:
1.7 - 1.21.5
Supported Software:
Velocity
View our detailed general setup installation guide to install your setup!
Dependencies
Setup with Ace Lobby
Linking the Ace Lobby setup is simple, as it’s already preconfigured for seamless integration.Add the server to velocity.toml
velocity.toml
Setup the /hub command
Go toplugins/velocity-tools/config.yml
config.yml
Secure your server
Secure your backend servers to prevent players from joining them directly and bypassing the proxy. For a detailed guide click here.If you get stuck at any point, I recommend checking Velocity’s official documentation.
FAQs
How can I change the server icon?
How can I change the server icon?
Simply replace the
server-icon.png
file with your own 64x64 icon, then restart your server.How to turn on Maintenance on/off?
How to turn on Maintenance on/off?
Use
/maintenance toggle
How to write in the Staff Chat?
How to write in the Staff Chat?
There are three levels of staff chat: staff, developer, and admin. Use the following commands to send messages in each:
/sc <message>
for staff chat/dc <message>
for developer chat/ac <message>
for admin chat
How can I add my own build to the Auth Lobby
How can I add my own build to the Auth Lobby
Replace the After that, position the lobby below the player by updating the world coordinates in the config:
world.nbt
file in the **LimboAuth **plugin with your custom schematic.To create a .nbt schematic, copy your build using WorldEdit and run the command:
//schem save world structure
config.yml
How to edit ranks/permissions?
How to edit ranks/permissions?
This setup uses LuckPerms. If you haven’t merged the databases with your backend (Spigot servers), use
Since the Tab plugin runs on the proxy, you need to manage prefixes there, because prefixes from the backend servers won’t be applied. To simplify this, you can create a single MySQL database shared between the proxy and backend servers. This isn’t mandatory, but it makes managing ranks easier since you only need to update them once instead of twice.
/luckpermsvelocity
to edit permissions and ranks.Since the Tab plugin runs on the proxy, you need to manage prefixes there, because prefixes from the backend servers won’t be applied. To simplify this, you can create a single MySQL database shared between the proxy and backend servers. This isn’t mandatory, but it makes managing ranks easier since you only need to update them once instead of twice.