Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
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.
#################################
# 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.
Pinned Versions
Pages
Members
Owner