πŸ”ŒOther plugin's Commands

Discord Bridge can be linked with other plugins. If you want to suggest new plugins to link with, or new commands from the actual ones, you can suggest it on my discord.

VelocityUtils

You can install this plugin here

Admin Commands

  • /alert <amount> <message> - It sends a message to the entire minecraft server. With the amount variable, you can set how much messages you want to send.

  • /stafflist - You can see the staff connected on the minecraft server.

  • /vlist - You can see the players connected on the minecraft server.

  • /staffchat <message> - You can send a message to the minecraft staffchat. Admin need to be linked

  • /adminchat <message> - You can send a message to the minecraft adminchat. Admin need to be linked

config.yml
velocity_utils_commands: # Need to have VelocityUtils plugin installed
  enabled: false
  alert: 
    enabled: true
  stafflist:
    enabled: true
  vlist: 
    enabled: true
  staffchat:
    enabled: true
  adminchat: 
    enabled: true

Last updated