AutoVMessages
A Velocity plugin to set up automatic messages for your proxy.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
AutoVMessages
AutoVMessages
AutoVMessages (Auto Velocity Messages) is a simple plugin that allows you to set up rotating messages for your Velocity Proxy.
- Supports MiniMessage formatting.
The `lang.yml` is lightweight but allows you to customize the plugin's response in chat. The `config.yml` is where the fun is at. ```yml #################################
AutoVMessages Config File #
#################################
Toggles debug for extra console messages.
debug: false
Interval in seconds for sending messages
interval: 60
Messages configuration
You can define individual messages here with the following structure:
- id: Unique identifier for the message (e.g., "welcome_message")
server: Server(s) to display the message on. Can be:
- A single server (e.g., "Towny")
- An array of servers (e.g., ["Lobby", "Towny"])
- "all" to target all servers
message: The message content. Can be:
- A single line (e.g., "Join our Discord!")
- Multiple lines as a list
messages: example_message: servers: "all" message: - "Cool <red>Message</red>" - "2nd Line" ```
Contributing
If you wish to contribute make a Fork and PR your changes on GitHub.