Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ygtdmn/velocityrcon
- Owner: ygtdmn
- License: mit
- Created: 2019-08-19T17:17:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T06:00:10.000Z (about 2 years ago)
- Last Synced: 2023-04-07T23:37:39.142Z (over 1 year ago)
- Language: Java
- Size: 38.1 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!