Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for ItzNxthaniel

A Velocity plugin to set up automatic messages for your proxy.

Report 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.

#################################
#   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.

Information

CategoryChat
Published onJanuary 24, 2025
LicenseMIT
Downloads34
Stars0
Watchers0

Pinned Versions

Members