A simple velocity-system with various features
Features
- Send players to other servers.
- Find players on the network.
- Get send to the lobby using /lobby.
- Send global alerts.
Commands
- Use /alert to send an global alert.
- Use */send <player/> ** to send a player to another server.
- Use /find to find a player on the network.
- Use /lobby to get send to the lobby.
Permissions
- simplevelocitytools.alert - Allows you to use /alert .
- simplevelocitytools.send - Allows you to use /send .
- simplevelocitytools.find - Allows you to use /find .
- simplevelocitytools.lobby - Allows you to use /lobby.
View config.yml
```
# SimpleVelocityTools by Losterixx
# Version: 1.0.0 | MC-Version: 1.21.1
#
# Note: This plugin utilizes MiniMessage for color codes and message formatting.
# For more information on MiniMessage, visit: https://docs.advntr.dev/minimessage/format.html
lobbyServer: Lobby
messages:
alert: "[! Alert] {message}"
alert-no-args: "Please use /alert !"
find-player-not-found: "The player {player} could not be found!"
find-player-on-server: "The player {player} is on server {server}!"
find-server-error: "Could not retrieve the server of {player}!"
lobby-not-player: "This command can only be executed by players!"
lobby-no-args: "Please use /lobby!"
lobby-sending: "Sending you to Lobby..."
send-no-args: "Please use /send !"
send-server-not-found: "The server {server} could not be found!"
send-all-players: "All players are being sent to {server}!"
send-player-sent: "The player {player} is being sent to {server}!"
send-player-not-found: "The player {player} could not be found!"
```
## Contact
If you encounter any issues or bugs, or have a
request for a new feature, please contact me via Discord or join my Discord-Server.
> My discord-name is **Losterixx**.
> My Discord-Server: [Link](https://discord.gg/gnGsUAwp76)
暂无评论,抢个沙发吧~