Skip to content

ygtdmn/VelocityRcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!