Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 654 Bytes

VelocityRcon

Add RCON support to Velocity.

What is this?

This allows using RCON Protocol in Velocity servers. You can send commands and read their results remotely.

You should use RCON for these situations:

  • Communication between Paper/Sponge and Velocity servers.
  • Or even Velocity to Velocity communication.
  • You can use commands (to reward donators, punish players, etc.) from PHP and many other language.

More information

Installation

  • Download VelocityRcon.jar
  • Put it to your Velocity/plugins folder.
  • Configure port and password.
  • You are ready to use!