https://github.com/eric2788/bungeespigotbridge
a Test Plugin to avoid Bungee UUID Spoof hack
https://github.com/eric2788/bungeespigotbridge
Last synced: 8 months ago
JSON representation
a Test Plugin to avoid Bungee UUID Spoof hack
- Host: GitHub
- URL: https://github.com/eric2788/bungeespigotbridge
- Owner: eric2788
- Created: 2019-10-06T06:59:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T06:13:22.000Z (over 6 years ago)
- Last Synced: 2025-01-12T08:33:18.673Z (over 1 year ago)
- Language: Java
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BungeeSpigotBridge
a Test Plugin to avoid Bungee UUID Spoof hack through preventing player using non-verified proxy to join your spigot servers.
## What's the plugin for ?
This plugin prevent player using non-verified proxy to join your spigot servers. Unlike any ipwhitelist plugin, this plugin using socket communication to ensure the connection is legal instead of checking the IP from player so that to prevent IP Spoofing for bypassing the ipwhitelist. **you can use it for anti-uuid spoofing and prevent ipwhitelist bypass.**
**THE PLUGIN WON'T WORK IF YOU ARE NOT ON BUNGEECORD NETWORK!**
## How's the plugin work ?
The plugin adds the player to a queue when joining with owner bungee.
Then when spigot server gonna find out whether the player is go through from owner bungee, it will send a socket message to owner bungee,
and the owner bungee will response whether the queue has contained the player. After verification, that player will be removed from the queue until next join.
## Installation
1. Install the jar into
- your bungeecord
- the spigot server which you have opened the port **(Potentially Scannable)**
2. launch the server and close it.
3. Now setup the yml and make the key with both bungeecord and spigot server you installed are same.
4. If your bungeecord and spigot are in different host, make sure you have already opened the port for socket
5. launch the server and test it.
## Compatible With
- Spigot
- Paper
- BungeeCord
- WaterFall
- **Offline Mode Bungee / WaterFall**
## Disadvantage
Well the only disadvantage I must say is using the socket connection that you need to open an extra port for socket. Please let me know if you want to have a redis version or you can fork the repo to make your own version.
## Download
You can download from [here](http://www.mediafire.com/file/yl75fip8x3z6he7/BungeeSpigotBridge.jar/file)
## Showcase
You can check here (https://youtu.be/2IszeOf7KwU)