Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ygtdmn/velocityrcon

Add RCON support to Velocity.
https://github.com/ygtdmn/velocityrcon

Last synced: 3 days ago
JSON representation

Add RCON support to Velocity.

Awesome Lists containing this project

README

        

# 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](https://wiki.vg/RCON)

# Installation
- Download [VelocityRcon.jar](https://github.com/UnioDex/VelocityRcon/releases/download/v1.0/VelocityRcon.jar)
- Put it to your Velocity/plugins folder.
- Configure port and password.
- You are ready to use!