-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# SinusBotMinecraft | ||
**SinusBotMinecraft** allows you to conect sinusbot with your BungeeCord or Bukkit Server. | ||
**SinusBotMinecraft** allows you to connect sinusbot with your Bukkit or BungeeCord Server. | ||
|
||
## How to install | ||
- Download the latest version from [releases](https://github.com/Alw3ys/SinusForMinecraft/releases). | ||
- Take the file from the sinusbot extracted folder and place it in your SinusBot scripts folder. | ||
- Take the file from the bukkit or bungeecord extracted folder (depends on what you need) and place it in your BungeeCord or Bukkit plugins folder. | ||
- Restart SinusBot and Bukkit or BungeeCord and SinusBotMinecraft is now installed. | ||
### Security | ||
- Take the file from the extracted sinusbot folder and place it in your SinusBot scripts folder. | ||
- Take the file from the bukkit or bungeecord extracted folder (depends on what you need) and place it in your Bukkit or BungeeCord plugins folder. | ||
- Restart SinusBot and Bukkit or BungeeCord and SinusBotMinecraft is now installed. | ||
## Security | ||
Make sure to close the port that will be used as bridge, by this way we can make sure that only us will be the ones able to write data to the listening port. | ||
```console | ||
$ iptables -I INPUT ! -s 127.0.0.1 -p tcp --dport <port> -j DROP # Replace <port> to the port that you are using | ||
``` | ||
(If your target server is not the same has the sinusbot replace *127.0.0.1* to the sinusbot server public ip) | ||
(If the Bukkit or BungeeCord server does not match with the SinusBot one replace *127.0.0.1* to the sinusbot server public ip) |